Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 8ef833f

Browse files
authored
Merge pull request #4 from haines/release-0.2.0
Bump version
2 parents 3c999e3 + e3347ab commit 8ef833f

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.2.0] - 2018-06-12
810
### Added
911
- `before_fork` and `after_fork` hooks
1012

@@ -14,4 +16,5 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1416
- A gem to group Rake multitask output by task
1517

1618

17-
[Unreleased]: https://github.com/haines/rake-multilogs/compare/v0.1.0...HEAD
19+
[Unreleased]: https://github.com/haines/rake-multilogs/compare/v0.2.0...HEAD
20+
[0.2.0]: https://github.com/haines/rake-multilogs/compare/v0.1.0...v0.2.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rake-multilogs (0.1.0)
4+
rake-multilogs (0.2.0)
55
rake (~> 12.1)
66

77
GEM

lib/rake/multilogs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Rake
44
module Multilogs
55
# Current version of the rake-multilogs gem.
6-
VERSION = "0.1.0"
6+
VERSION = "0.2.0"
77
end
88
end

0 commit comments

Comments
 (0)