Skip to content

Commit 2baac09

Browse files
committed
Release 💎 0.4.0
1 parent 3d3dbeb commit 2baac09

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

History.markdown

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
## HEAD
1+
## 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)
210

311
### Development Fixes
412

5-
* Adopt Jekyll's rubocop config for consistency (#51)
6-
* Bump Rubocop (#56)
13+
* Adopt Jekyll's rubocop config for consistency
714

815
### Documentation
916

1017
* fixes the readme (#52)
1118

12-
### Minor Enhancements
13-
14-
* Remove parent command's flags from subcommand usage (#44)
15-
1619
## 0.3.6 / 2016-04-07
1720

1821
### Bug Fixes

lib/mercenary/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Mercenary
4-
VERSION = "0.3.6"
4+
VERSION = "0.4.0"
55
end

0 commit comments

Comments
 (0)