From 73498c4d382ec7848d5c7ee7481d4e93e16a15d4 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Tue, 17 Mar 2026 17:29:04 +0100 Subject: [PATCH] Prepare 0.29.0 release --- 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 72f5697a27..0f2a70ab84 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ Items marked with an asterisk (\*) are changes that are likely to format existing code differently from the previous release when using the default profile. This started with version 0.26.0. -## unreleased +## 0.29.0 ### Highlight diff --git a/README.md b/README.md index e71c5d122d..81cd4dcd03 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To configure ocamlformat to your liking, create an `.ocamlformat` configuration ``` profile = default -version = 0.28.1 +version = 0.29.0 ``` Refer to our [documentation](https://ocaml.org/p/ocamlformat/latest/doc/index.html) or use `ocamlformat --help` for a full list of configuration options. diff --git a/doc/faq.mld b/doc/faq.mld index f8ef9cdb8c..03e3a581a2 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.28.1 +version = 0.29.0 ]} (or replace with the output of [ocamlformat --version]) diff --git a/doc/getting_started.mld b/doc/getting_started.mld index 5d6f5e0cbe..62904d2f2a 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.28.1 +version = 0.29.0 ]} To manually invoke OCamlformat the general command is: