From 00dda7f9f641643b1124d6944078cc2532e9a683 Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Mon, 6 Dec 2021 16:19:28 +0000 Subject: [PATCH] Update README and CHANGES for 0.20.0 (#1947) --- CHANGES.md | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ea7c944391..c7aef82e3a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,4 @@ -### unreleased - -#### Removed +### 0.20.0 (2021-12-06) #### Deprecated diff --git a/README.md b/README.md index a7853c01ec..e2ae4ac1b0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Moreover if you adopt OCamlFormat in one project it will not break your workflow The recommended way is to use a versioned default profile, such as: ``` -version=0.19.0 +version=0.20.0 ``` (or replace with the output of `ocamlformat --version`)