We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 608ef20 commit 38e3141Copy full SHA for 38e3141
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# IsItUp Changelog
2
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
+
9
## 0.0.3
10
- Added `bin/console` for local testing
11
- Added `bin/setup` for easier installation
lib/is_it_up/version.rb
@@ -1,3 +1,3 @@
module IsItUp
- VERSION = "0.0.3"
+ VERSION = "0.0.4"
end
0 commit comments