Skip to content

Commit f5727b3

Browse files
committed
Prepare release 0.26.2
1 parent f9fa60c commit f5727b3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Items marked with an asterisk (\*) are changes that are likely to format
44
existing code differently from the previous release when using the default
55
profile. This started with version 0.26.0.
66

7-
## unreleased
7+
## 0.26.2 (2024-04-18)
88

99
### Changed
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To configure ocamlformat to your liking, create an `.ocamlformat` configuration
4747

4848
```
4949
profile = default
50-
version = 0.26.1
50+
version = 0.26.2
5151
```
5252

5353
Refer to our [documentation](https://ocaml.org/p/ocamlformat/latest/doc/index.html) or use `ocamlformat --help` for a full list of configuration options.

doc/faq.mld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The recommended way is to use a versioned default profile, such as:
2121

2222
{[
2323
profile = default
24-
version = 0.26.1
24+
version = 0.26.2
2525
]}
2626

2727
(or replace with the output of [ocamlformat --version])

doc/getting_started.mld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dune build @install
2121
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:
2222
{[
2323
profile = default
24-
version = 0.26.1
24+
version = 0.26.2
2525
]}
2626

2727
To manually invoke OCamlformat the general command is:

0 commit comments

Comments
 (0)