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 #10 from haines/release-v0.3.0
Browse files Browse the repository at this point in the history
Prepare release v0.3.0
  • Loading branch information
haines authored Mar 6, 2020
2 parents 5acdc0b + bf2946a commit 59be55f
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.3.0] - 2020-03-06
### Changed
- Allow use with Rake v13 ([#8](https://github.com/haines/rake-multilogs/pull/8))
- Stop testing against old Rubies and upgrade dependencies ([#9](https://github.com/haines/rake-multilogs/pull/9))
Expand All @@ -17,6 +19,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
### Added
- A gem to group Rake multitask output by task

[Unreleased]: https://github.com/haines/rake-multilogs/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/haines/rake-multilogs/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/haines/rake-multilogs/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/haines/rake-multilogs/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/haines/rake-multilogs/compare/b7bfc36d52523af25bacd791af9d39623cd956f3...v0.1.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.2.0)
rake-multilogs (0.3.0)
rake (>= 12.1, < 14.0)

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.2.0"
VERSION = "0.3.0"
end
end

0 comments on commit 59be55f

Please sign in to comment.