From 5455a76d142b5e214e899748aee31f6dac01ffe1 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Sat, 12 Sep 2020 10:11:23 -0600 Subject: [PATCH] Added version release notes --- CHANGES.adoc | 7 +++++++ README.adoc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 6e229e1..ebeadd7 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,5 +1,12 @@ = Changes +== 9.0.0 (2020-09-12) + +* Fixed Homebrew cask verifier deprecation warning +* Removed Homebrew Mecurial formula verification check +* Removed unnecessary verifier code comments +* Refactored utility basename and extension utilities + == 8.2.0 (2020-07-22) * Fixed project requirements diff --git a/README.adoc b/README.adoc index f76ae9f..2786956 100644 --- a/README.adoc +++ b/README.adoc @@ -59,7 +59,7 @@ To install, run: ---- git clone https://github.com/bkuhlmann/mac_os.git cd mac_os -git checkout 8.2.0 +git checkout 9.0.0 ---- === Development