From 651f767b48e14ba6b24db9421306942d9e51adcc Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Mon, 6 Mar 2023 19:07:20 +0000 Subject: [PATCH] Prepare ocamlformat.0.25.1 release (#2267) --- CHANGES.md | 2 +- README.md | 2 +- doc/faq.mld | 2 +- doc/getting_started.mld | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 070248838b..7e7d4b5f32 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## unreleased +## 0.25.1 (2023-03-06) ### Bug fixes diff --git a/README.md b/README.md index 9c48e9258c..a7bd850638 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To set up your project to use the default profile and the ocamlformat version yo ``` profile = default -version = 0.25.0 +version = 0.25.1 ``` For more information on configuration options, check out the [documentation](https://ocaml.org/p/ocamlformat) or run `ocamlformat --help`. diff --git a/doc/faq.mld b/doc/faq.mld index 3da3cc5079..01f0c2bf46 100644 --- a/doc/faq.mld +++ b/doc/faq.mld @@ -21,7 +21,7 @@ The recommended way is to use a versioned default profile, such as: {[ profile = default -version = 0.25.0 +version = 0.25.1 ]} (or replace with the output of [ocamlformat --version]) diff --git a/doc/getting_started.mld b/doc/getting_started.mld index 9305608613..00d73f75c5 100644 --- a/doc/getting_started.mld +++ b/doc/getting_started.mld @@ -21,7 +21,7 @@ dune build @install First of all, make sure you have an [.ocamlformat] file at the root of your project. Setting up your project to use the default profile and the OCamlFormat version you installed (hopefully the last one) in this [.ocamlformat] file is considered good practice: {[ profile = default -version = 0.25.0 +version = 0.25.1 ]} To manually invoke OCamlformat the general command is: