Skip to content

Commit

Permalink
0.2.1: Reset success tag after job failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Apr 5, 2024
1 parent b9713ad commit 0c502c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Reset the `job.opts[:failed]` flag after a failed job [@arlantir]
- Restoring tests [@arlantir]
## 0.2.1 (2024-04-05)

### Changed
### Fixed

- Refactoring tests [@arlantir]
- Reset the `success` tag after a job failure. [#3](https://github.com/yabeda-rb/yabeda-schked/pull/3) by [@arlantir]

## 0.2.0 (2022-10-19)

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

module Yabeda
module Schked
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end

0 comments on commit 0c502c7

Please sign in to comment.