From 38e3141286c308a6a32233f4b386ca52bca9df48 Mon Sep 17 00:00:00 2001 From: "Christopher R. Murphy" Date: Wed, 2 Dec 2020 09:11:15 -0500 Subject: [PATCH] Update changelog and version number --- CHANGELOG.md | 6 ++++++ lib/is_it_up/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b49a3f3..797770a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # IsItUp Changelog +## 0.0.4 +- Added `.ruby-version` file with a recent version of Ruby +- Added `Brewfile` with the GNU coreutils dependency +- Added `bin/bootstrap_macos` to help macOS users get bootstrapped for development +- Updated README with additional instructions for getting started + ## 0.0.3 - Added `bin/console` for local testing - Added `bin/setup` for easier installation diff --git a/lib/is_it_up/version.rb b/lib/is_it_up/version.rb index 4b9720b..cc27f20 100644 --- a/lib/is_it_up/version.rb +++ b/lib/is_it_up/version.rb @@ -1,3 +1,3 @@ module IsItUp - VERSION = "0.0.3" + VERSION = "0.0.4" end