Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chmurph2 committed Dec 2, 2020
1 parent 608ef20 commit 38e3141
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/is_it_up/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IsItUp
VERSION = "0.0.3"
VERSION = "0.0.4"
end

0 comments on commit 38e3141

Please sign in to comment.