Skip to content

Commit 38e3141

Browse files
committed
Update changelog and version number
1 parent 608ef20 commit 38e3141

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# IsItUp Changelog
22

3+
## 0.0.4
4+
- Added `.ruby-version` file with a recent version of Ruby
5+
- Added `Brewfile` with the GNU coreutils dependency
6+
- Added `bin/bootstrap_macos` to help macOS users get bootstrapped for development
7+
- Updated README with additional instructions for getting started
8+
39
## 0.0.3
410
- Added `bin/console` for local testing
511
- Added `bin/setup` for easier installation

lib/is_it_up/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module IsItUp
2-
VERSION = "0.0.3"
2+
VERSION = "0.0.4"
33
end

0 commit comments

Comments
 (0)