Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serradura committed Jan 2, 2024
1 parent 39e4b86 commit b0ae8f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- [\[Unreleased\]](#unreleased)
- [\[0.11.0\] - 2024-01-02](#0110---2024-01-02)
- [Added](#added)
- [Changed](#changed)
- [\[0.10.0\] - 2023-12-31](#0100---2023-12-31)
Expand Down Expand Up @@ -35,6 +36,8 @@

## [Unreleased]

## [0.11.0] - 2024-01-02

### Added

- Add the `Given()` addon to produce a `Success(:given, value)` result. As the `Continue()` addon, it is ignored by the expectations. Use it to add a value to the result chain and invoke the next step (through `and_then`).
Expand Down
2 changes: 1 addition & 1 deletion lib/bcdd/result/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module BCDD
class Result
VERSION = '0.10.0'
VERSION = '0.11.0'
end
end

0 comments on commit b0ae8f2

Please sign in to comment.