Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serradura committed Mar 16, 2024
1 parent 1986198 commit 3e1cfed
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)
- [1.0.0 - 2024-03-16](#100---2024-03-16)
- [Added](#added)
- [Changed](#changed)
- [\[0.13.0\] - 2024-02-01](#0130---2024-02-01)
Expand Down Expand Up @@ -44,6 +45,8 @@

## [Unreleased]

## 1.0.0 - 2024-03-16

### Added

- 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`.
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.13.0'
VERSION = '1.0.0'
end
end

0 comments on commit 3e1cfed

Please sign in to comment.