diff --git a/CHANGES.md b/CHANGES.md index 0b2b488462..d487a3bdda 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## (unreleased) +## 0.25.0 (2023-02-24) ### Library diff --git a/README.md b/README.md index e35003e1c2..9c48e9258c 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.24.1 +version = 0.25.0 ``` 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 59ce22ef7f..3da3cc5079 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.24.1 +version = 0.25.0 ]} (or replace with the output of [ocamlformat --version]) diff --git a/doc/getting_started.mld b/doc/getting_started.mld index 5804ff9e67..9305608613 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.24.1 +version = 0.25.0 ]} To manually invoke OCamlformat the general command is: