Skip to content

Commit 63e478f

Browse files
author
Guillaume Petiot
authored
Release 0.21.0 (#2026)
1 parent 1ce35b9 commit 63e478f

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Diff for: CHANGES.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
### unreleased
2-
3-
#### Removed
4-
5-
#### Deprecated
1+
### 0.21.0 (2022-02-25)
62

73
#### Bug fixes
84

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Alternatively, see [`ocamlformat.opam`](./ocamlformat.opam) for manual build ins
2727
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:
2828
```
2929
profile = default
30-
version = 0.20.1
30+
version = 0.21.0
3131
```
3232

3333
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.20.0
24+
version = 0.21.0
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.20.0
24+
version = 0.21.0
2525
]}
2626

2727
To manually invoke OCamlformat the general command is:

0 commit comments

Comments
 (0)