Skip to content

Commit

Permalink
Prep for 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoles committed Nov 8, 2022
1 parent db4652b commit 979b6d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 0.3.1 (next)

- Add `values`, `keys`, `each_value`, `each_key`, `find_by_value!`, `find_by_value_str!`
(PR [#8](https://github.com/dmolesUC/typesafe_enum/pull/8))
- Set minimum required_ruby_version to 2.7 to reflect 2.6
[end of life](https://www.ruby-lang.org/en/news/2022/04/12/ruby-2-6-10-released/)
- Bump .ruby-version to 2.7
- Bump Rake version to 13 for 2.x/3.x compatibility

## 0.3.0 (26 October 2020)

- Support explicit nil values
Expand Down

0 comments on commit 979b6d3

Please sign in to comment.