Skip to content

Commit 37349b4

Browse files
committed
Prepare 1.0.0 release
1 parent a6ba0bc commit 37349b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.9.1 (Next)
1+
### 1.0.0 (Next)
22

33
* [#43](https://github.com/dblock/ruby-enum/pull/43): Add exhaustive case matcher - [@peterfication](https://github.com/peterfication).
44
* [#40](https://github.com/dblock/ruby-enum/pull/39): Enable new Rubocop cops and address/allowlist lints - [@petergoldstein](https://github.com/petergoldstein).

lib/ruby-enum/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Ruby
44
module Enum
5-
VERSION = '0.9.1'
5+
VERSION = '1.0.0'
66
end
77
end

0 commit comments

Comments
 (0)