Skip to content

Commit 3e1cfed

Browse files
committed
Bump version to 1.0.0
1 parent 1986198 commit 3e1cfed

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- [\[Unreleased\]](#unreleased)
2+
- [1.0.0 - 2024-03-16](#100---2024-03-16)
23
- [Added](#added)
34
- [Changed](#changed)
45
- [\[0.13.0\] - 2024-02-01](#0130---2024-02-01)
@@ -44,6 +45,8 @@
4445

4546
## [Unreleased]
4647

48+
## 1.0.0 - 2024-03-16
49+
4750
### Added
4851

4952
- Add the `BCDD::Success` and `BCDD::Failure` modules. They are key to checking whether a result is a success or a failure independently of whether it is a `BCDD::Result` or a `BCDD::Context`.

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

0 commit comments

Comments
 (0)