From e357634bf234d9a2bbbbcbab3a7409255e5d35be Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Fri, 29 Nov 2024 11:33:41 +0100 Subject: [PATCH] Prepare release 0.27.0 --- 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 115ead68e5..1df6f66c3c 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. -## 0.27.0-preview1 +## 0.27.0 ### Highlight diff --git a/README.md b/README.md index edee4acf12..02f397209f 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.27.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 69a48ddbfb..746b101e15 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.27.0 ]} (or replace with the output of [ocamlformat --version]) diff --git a/doc/getting_started.mld b/doc/getting_started.mld index 070de0fed8..b33ef9fb74 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.27.0 ]} To manually invoke OCamlformat the general command is: