Skip to content

Commit

Permalink
Prepare ocamlformat.0.25.0 release (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot authored Feb 24, 2023
1 parent 75be514 commit c94ead5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## (unreleased)
## 0.25.0 (2023-02-24)

### Library

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To set up your project to use the default profile and the ocamlformat version yo

```
profile = default
version = 0.24.1
version = 0.25.0
```

For more information on configuration options, check out the [documentation](https://ocaml.org/p/ocamlformat) or run `ocamlformat --help`.
Expand Down
2 changes: 1 addition & 1 deletion doc/faq.mld
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The recommended way is to use a versioned default profile, such as:

{[
profile = default
version = 0.24.1
version = 0.25.0
]}

(or replace with the output of [ocamlformat --version])
Expand Down
2 changes: 1 addition & 1 deletion doc/getting_started.mld
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.1
version = 0.25.0
]}

To manually invoke OCamlformat the general command is:
Expand Down

0 comments on commit c94ead5

Please sign in to comment.