From f5727b32127730a2722f86c7119eb6d8f884e26d Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Thu, 18 Apr 2024 12:03:03 +0200 Subject: [PATCH] Prepare release 0.26.2 --- 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 200b0ea21c..8db88d29fb 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.26.2 (2024-04-18) ### Changed diff --git a/README.md b/README.md index bcb4499365..a4c539b3a9 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.26.1 +version = 0.26.2 ``` 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 69a48ddbfb..0f5fa0be91 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.26.1 +version = 0.26.2 ]} (or replace with the output of [ocamlformat --version]) diff --git a/doc/getting_started.mld b/doc/getting_started.mld index f1a405000c..7e8ac6bbef 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.26.1 +version = 0.26.2 ]} To manually invoke OCamlformat the general command is: