We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfd5ce commit 1c13563Copy full SHA for 1c13563
Changelog.md
@@ -17,6 +17,8 @@
17
* Update MiniTest dependency.
18
* Add a test to ensure correct version number format.
19
* Add `bin/console'.
20
+* Require MFA for RubyGems operations.
21
+* Tighten-up RuboCop configuration.
22
23
# 0.0.1
24
lib/zip/bzip2/version.rb
@@ -2,6 +2,6 @@
2
3
module Zip
4
module Bzip2
5
- VERSION = '0.0.1'
+ VERSION = '1.0.0'
6
end
7
0 commit comments