From 1504268ccb29de38a6194773d7ebe08354b54ab0 Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Wed, 25 May 2022 19:51:03 +0100 Subject: [PATCH] Release 0.22.3 --- 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 4797b8c30f..aeb71f7f16 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.22.2 (2022-05-24) +## 0.22.3 (2022-05-25) ### Removed diff --git a/README.md b/README.md index 626ad4741d..1918bc0525 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.2 +version = 0.22.3 ``` To manually invoke OCamlformat the general command is: diff --git a/doc/faq.mld b/doc/faq.mld index 2e90a31be6..888d03ceba 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.2 +version = 0.22.3 ]} (or replace with the output of [ocamlformat --version]) diff --git a/doc/getting_started.mld b/doc/getting_started.mld index a810ee2407..5526a921d7 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.2 +version = 0.22.3 ]} To manually invoke OCamlformat the general command is: