Skip to content

Commit b0ae8f2

Browse files
committed
Bump version to 0.11.0
1 parent 39e4b86 commit b0ae8f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- [\[Unreleased\]](#unreleased)
2+
- [\[0.11.0\] - 2024-01-02](#0110---2024-01-02)
23
- [Added](#added)
34
- [Changed](#changed)
45
- [\[0.10.0\] - 2023-12-31](#0100---2023-12-31)
@@ -35,6 +36,8 @@
3536

3637
## [Unreleased]
3738

39+
## [0.11.0] - 2024-01-02
40+
3841
### Added
3942

4043
- 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`).

lib/bcdd/result/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module BCDD
44
class Result
5-
VERSION = '0.10.0'
5+
VERSION = '0.11.0'
66
end
77
end

0 commit comments

Comments
 (0)