From 66f4b82b31c4a91819658aca688e307587ecfa17 Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Thu, 7 Jul 2022 08:56:21 +0100 Subject: [PATCH] Release 0.23.0 --- 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 d46a36e073..ad79eeb684 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## unreleased +## 0.23.0 (2022-07-07) ### Removed diff --git a/README.md b/README.md index 635c00eb4d..828dfabe81 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Alternatively, see [`ocamlformat.opam`](./ocamlformat.opam) for manual build ins 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.22.4 +version = 0.23.0 ``` To manually invoke OCamlformat the general command is: diff --git a/doc/faq.mld b/doc/faq.mld index 60f1f77901..82be39466a 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.22.4 +version = 0.23.0 ]} (or replace with the output of [ocamlformat --version]) diff --git a/doc/getting_started.mld b/doc/getting_started.mld index ee748a4507..cfec00d420 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.22.4 +version = 0.23.0 ]} To manually invoke OCamlformat the general command is: