We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a1c6c commit dcc9dc1Copy full SHA for dcc9dc1
CHANGELOG.md
@@ -11,6 +11,11 @@ Prefix your message with one of the following:
11
- [Security] in case of vulnerabilities.
12
-->
13
14
+## v0.0.5
15
+
16
+- [Added] Added `--skip-bundler` option to skip bundler when generating
17
+ projects.
18
19
## v0.0.4
20
21
- [Fixed] Fixed Gemfile template that was pointing to a local path.
lib/screenkit/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ScreenKit
4
- VERSION = "0.0.4"
+ VERSION = "0.0.5"
5
end
0 commit comments