Skip to content

Commit 1504268

Browse files
author
Guillaume Petiot
committed
Release 0.22.3
1 parent a76fdc7 commit 1504268

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.22.2 (2022-05-24)
1+
## 0.22.3 (2022-05-25)
22

33
### Removed
44

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Alternatively, see [`ocamlformat.opam`](./ocamlformat.opam) for manual build ins
2929
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:
3030
```
3131
profile = default
32-
version = 0.22.2
32+
version = 0.22.3
3333
```
3434

3535
To manually invoke OCamlformat the general command is:

Diff for: doc/faq.mld

+1-1
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.22.2
24+
version = 0.22.3
2525
]}
2626

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

Diff for: doc/getting_started.mld

+1-1
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.22.2
24+
version = 0.22.3
2525
]}
2626

2727
To manually invoke OCamlformat the general command is:

0 commit comments

Comments
 (0)