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

Commit

Permalink
Merge pull request #84 from zenaton/release/0.5.0
Browse files Browse the repository at this point in the history
Release 0.5.0
  • Loading branch information
MrYawe authored Aug 27, 2019
2 parents b855088 + 12773d7 commit f50e012
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Changes

### Added

### Fixed

## [0.5.0] - 2019-08-27
### Changes
- No longer load JSON core extensions. Use our own refinements to avoid clashes
with frameworks and user code.

Expand All @@ -14,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Execution context for tasks and workflows
- Optional `on_error_retry_delay` method handling task failures and specifying
how many seconds to wait before retrying.
- Added scheduling tasks and workflows feature.

### Fixed
- Backport of ActiveSupport's `next_occurring` for older versions.
Expand Down Expand Up @@ -103,7 +111,8 @@ available.
### Added
- Initial release.

[Unreleased]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.2...HEAD
[Unreleased]: https://github.com/zenaton/zenaton-ruby/compare/v0.5.0...HEAD
[0.5.0]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.2...v0.5.0
[0.4.2]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/zenaton/zenaton-ruby/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/zenaton/zenaton-ruby/compare/v0.3.1...v0.4.0
Expand Down

0 comments on commit f50e012

Please sign in to comment.