Skip to content

Commit 651f767

Browse files
author
Guillaume Petiot
authored
Prepare ocamlformat.0.25.1 release (#2267)
1 parent 7dbf31e commit 651f767

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
@@ -1,4 +1,4 @@
1-
## unreleased
1+
## 0.25.1 (2023-03-06)
22

33
### Bug fixes
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To set up your project to use the default profile and the ocamlformat version yo
2727

2828
```
2929
profile = default
30-
version = 0.25.0
30+
version = 0.25.1
3131
```
3232

3333
For more information on configuration options, check out the [documentation](https://ocaml.org/p/ocamlformat) or run `ocamlformat --help`.

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.25.0
24+
version = 0.25.1
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.25.0
24+
version = 0.25.1
2525
]}
2626

2727
To manually invoke OCamlformat the general command is:

0 commit comments

Comments
 (0)