We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3dbeb commit 2baac09Copy full SHA for 2baac09
History.markdown
@@ -1,18 +1,21 @@
1
-## HEAD
+## 0.4.0 / 2020-01-18
2
+
3
+### Major Enhancements
4
5
+ * Drop Ruby 2.3 support
6
7
+### Minor Enhancements
8
9
+ * Remove parent command's flags from subcommand usage (#44)
10
11
### Development Fixes
12
- * Adopt Jekyll's rubocop config for consistency (#51)
- * Bump Rubocop (#56)
13
+ * Adopt Jekyll's rubocop config for consistency
14
15
### Documentation
16
17
* fixes the readme (#52)
18
-### Minor Enhancements
-
- * Remove parent command's flags from subcommand usage (#44)
19
## 0.3.6 / 2016-04-07
20
21
### Bug Fixes
lib/mercenary/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Mercenary
- VERSION = "0.3.6"
+ VERSION = "0.4.0"
end
0 commit comments