From 3e1cfed2fdcf1f55a5a7f3a4d61d9d2a1311a0c6 Mon Sep 17 00:00:00 2001 From: Rodrigo Serradura Date: Sat, 16 Mar 2024 09:30:46 -0300 Subject: [PATCH] Bump version to 1.0.0 --- CHANGELOG.md | 3 +++ lib/bcdd/result/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc99d5..1789a99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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`. diff --git a/lib/bcdd/result/version.rb b/lib/bcdd/result/version.rb index 59224a0..e1907e2 100644 --- a/lib/bcdd/result/version.rb +++ b/lib/bcdd/result/version.rb @@ -2,6 +2,6 @@ module BCDD class Result - VERSION = '0.13.0' + VERSION = '1.0.0' end end