From 86938aa4435b251af1a3b081f7fbed90f982cf62 Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Mon, 18 Jul 2022 12:47:04 +0100 Subject: [PATCH] Release 0.24.1 --- 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 6d87957978..d06a46875a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.24.0 (2022-07-11) +## 0.24.1 (2022-07-18) ### New features diff --git a/README.md b/README.md index 6d3c1ac454..f3e0d3d421 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.24.0 +version = 0.24.1 ``` To manually invoke OCamlformat the general command is: diff --git a/doc/faq.mld b/doc/faq.mld index 913e1f32e9..56a0ee23a4 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.0 +version = 0.24.1 ]} (or replace with the output of [ocamlformat --version]) diff --git a/doc/getting_started.mld b/doc/getting_started.mld index ee691c52a9..4bec216e1e 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.0 +version = 0.24.1 ]} To manually invoke OCamlformat the general command is: