Skip to content

Commit 3479963

Browse files
committed
Version 0.7.0
* Rails 7.0 support
1 parent 0881f1b commit 3479963

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ You can specify relative or absolute output path via environment variable `DEST_
177177

178178
## Support Rails Versions
179179

180-
* Rails 4.1.x, 4.2.x, 5.0, 5.1, 5.2, 6.0, and 6.1 (edge)
180+
* Rails 4.1.x, 4.2.x, 5.0, 5.1, 5.2, 6.0, 6.1, 7.0, and 7.1 (edge)
181181

182182

183183
## Contributing

lib/stateful_enum/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module StatefulEnum
4-
VERSION = '0.6.0'
4+
VERSION = '0.7.0'
55
end

0 commit comments

Comments
 (0)