Skip to content

Commit 040ce49

Browse files
committed
Bump version to 0.9.1
1 parent 913eeca commit 040ce49

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.9.1\] - 2023-12-12](#091---2023-12-12)
23
- [Changed](#changed)
34
- [Fixed](#fixed)
45
- [\[0.9.0\] - 2023-12-12](#090---2023-12-12)
@@ -30,6 +31,8 @@
3031

3132
## [Unreleased]
3233

34+
## [0.9.1] - 2023-12-12
35+
3336
### Changed
3437

3538
- **(BREAKING)** Make `BCDD::Result::Context::Success#and_expose()` to produce a halted success by default. You can turn this off by passing `halted: false`.

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.9.0'
5+
VERSION = '0.9.1'
66
end
77
end

0 commit comments

Comments
 (0)