From 6734dfc1992eb782f0a936ce3cd7c78b7c1d39d3 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Fri, 15 Sep 2023 11:37:21 +0200 Subject: [PATCH] Bump version 0.26.1 --- CHANGES.md | 13 +------------ README.md | 2 +- doc/faq.mld | 2 +- doc/getting_started.mld | 2 +- 4 files changed, 4 insertions(+), 15 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5827f4da0c..af7d19de1b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,18 +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.1 (2023-09-15) ### Changed diff --git a/README.md b/README.md index a59f58dd2f..bcb4499365 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.0 +version = 0.26.1 ``` 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 55960f10d5..69a48ddbfb 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.0 +version = 0.26.1 ]} (or replace with the output of [ocamlformat --version]) diff --git a/doc/getting_started.mld b/doc/getting_started.mld index 900645b4c9..f1a405000c 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.0 +version = 0.26.1 ]} To manually invoke OCamlformat the general command is: