From ba67af28ddca8718ef8816b2b0dc1e5b2f5e9591 Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Fri, 16 Jul 2021 18:18:10 +0100 Subject: [PATCH] Update the README for the 0.19.0 release (#1724) --- CHANGES.md | 6 +----- README.md | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ce46f6684f..501eab25f7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,4 @@ -### unreleased - -#### Removed - -#### Deprecated +### 0.19.0 (2021-07-16) #### Bug fixes diff --git a/README.md b/README.md index 6bb7fd3879..4399c55523 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,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.18.0 +version=0.19.0 ``` (or replace with the output of `ocamlformat --version`)