From 838ba9fa00cc27703441220b9a5d3880b17430fb Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Thu, 26 May 2022 15:19:19 +0100 Subject: [PATCH] Release 0.22.4 --- 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 aeb71f7f16..89cbc68734 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.22.3 (2022-05-25) +## 0.22.4 (2022-05-26) ### Removed diff --git a/README.md b/README.md index 1918bc0525..617f30c57e 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.3 +version = 0.22.4 ``` To manually invoke OCamlformat the general command is: diff --git a/doc/faq.mld b/doc/faq.mld index 888d03ceba..60f1f77901 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.3 +version = 0.22.4 ]} (or replace with the output of [ocamlformat --version]) diff --git a/doc/getting_started.mld b/doc/getting_started.mld index 5526a921d7..ee748a4507 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.3 +version = 0.22.4 ]} To manually invoke OCamlformat the general command is: