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

Commit

Permalink
Merge pull request #4 from haines/release-0.2.0
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
haines authored Jun 12, 2018
2 parents 3c999e3 + e3347ab commit 8ef833f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
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).

## [Unreleased]

## [0.2.0] - 2018-06-12
### Added
- `before_fork` and `after_fork` hooks

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


[Unreleased]: https://github.com/haines/rake-multilogs/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/haines/rake-multilogs/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/haines/rake-multilogs/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rake-multilogs (0.1.0)
rake-multilogs (0.2.0)
rake (~> 12.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rake/multilogs/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Rake
module Multilogs
# Current version of the rake-multilogs gem.
VERSION = "0.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit 8ef833f

Please sign in to comment.