Skip to content

Commit 9593738

Browse files
authored
Release 0.10.0 (#60)
1 parent f1e4075 commit 9593738

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.10.0
4+
- Drop support for Ruby 3.0.
5+
- Add support for Rails 7.2. **Thanks [@kwent](https://github.com/kwent)**
6+
37
## v0.9.0
48
- Add MySql support
59

lib/safer_rails_console/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 SaferRailsConsole
4-
VERSION = '0.9.0'
4+
VERSION = '0.10.0'
55
end

0 commit comments

Comments
 (0)