Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Prepare for release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pylebecq committed Mar 25, 2019
1 parent 383e528 commit 557fd70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.4.0] - 2019-03-25
### Added
- Calling `#dispatch` on tasks now allows to process tasks asynchronously

Expand Down Expand Up @@ -73,7 +73,8 @@ available.
### Added
- Initial release.

[Unreleased]: https://github.com/zenaton/zenaton-ruby/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.0...HEAD
[0.3.1]: https://github.com/zenaton/zenaton-ruby/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/zenaton/zenaton-ruby/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/zenaton/zenaton-ruby/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/zenaton/zenaton-ruby/compare/v0.2.2...v0.2.3
Expand Down
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:
zenaton (0.3.1)
zenaton (0.4.0)
activesupport
tzinfo-data

Expand Down
2 changes: 1 addition & 1 deletion lib/zenaton/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Zenaton
# This gem's current version
VERSION = '0.3.1'
VERSION = '0.4.0'
end

0 comments on commit 557fd70

Please sign in to comment.