Skip to content

Commit

Permalink
Release 0.23.0
Browse files Browse the repository at this point in the history
Guillaume Petiot committed Jul 7, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
idelpivnitskiy Idel Pivnitskiy
1 parent 384bdf4 commit 66f4b82
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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion doc/faq.mld
Original file line number Diff line number Diff line change
@@ -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])
2 changes: 1 addition & 1 deletion doc/getting_started.mld
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 66f4b82

Please sign in to comment.