Skip to content

Commit

Permalink
Release 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Jul 7, 2022
1 parent 384bdf4 commit 66f4b82
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.23.0 (2022-07-07)

### Removed

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Alternatively, see [`ocamlformat.opam`](./ocamlformat.opam) for manual build ins
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.22.4
version = 0.23.0
```

To manually invoke OCamlformat the general command is:
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.22.4
version = 0.23.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.22.4
version = 0.23.0
]}

To manually invoke OCamlformat the general command is:
Expand Down

0 comments on commit 66f4b82

Please sign in to comment.