From c692139be34adf7ee9d58b47be62cf729b73957d Mon Sep 17 00:00:00 2001 From: Peter Morgenstern Date: Wed, 10 Jan 2024 11:56:23 +0100 Subject: [PATCH 1/2] Preparing for 1.0.0 release --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eae4f4a..4145b7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,10 @@ -### 1.0.0 (Next) +### 1.0.0 (2023/01/10) * [#41](https://github.com/dblock/ruby-enum/pull/41): Make i18n dependency optional - [@peterfication](https://github.com/peterfication). * [#43](https://github.com/dblock/ruby-enum/pull/43): Add exhaustive case matcher - [@peterfication](https://github.com/peterfication). * [#40](https://github.com/dblock/ruby-enum/pull/39): Enable new Rubocop cops and address/allowlist lints - [@petergoldstein](https://github.com/petergoldstein). * [#39](https://github.com/dblock/ruby-enum/pull/39): Require Ruby >= 2.7 - [@petergoldstein](https://github.com/petergoldstein). * [#38](https://github.com/dblock/ruby-enum/pull/38): Ensure Ruby >= 2.3 - [@ojab](https://github.com/ojab). -* Your contribution here. ### 0.9.0 (2021/01/21) From e71b6a2172791768ff1c6f0a34a10d894f60219c Mon Sep 17 00:00:00 2001 From: Peter Morgenstern Date: Wed, 10 Jan 2024 11:57:50 +0100 Subject: [PATCH 2/2] Prepare CHANGELOG for next release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4145b7f..6c54a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Next + +* Your contribution here. + ### 1.0.0 (2023/01/10) * [#41](https://github.com/dblock/ruby-enum/pull/41): Make i18n dependency optional - [@peterfication](https://github.com/peterfication).