Skip to content

Commit 63e478f

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

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 5 deletions
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

README.md

Lines changed: 1 addition & 1 deletion
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:

doc/faq.mld

Lines changed: 1 addition & 1 deletion
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])

doc/getting_started.mld

Lines changed: 1 addition & 1 deletion
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)