Skip to content

Commit c512109

Browse files
committed
Release 0.7.0.
1 parent 63d6f1c commit c512109

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased][main]
44

5-
## [0.6.1] - 2026-09-07
5+
## [0.7.0] - 2026-09-07
66
- Bump development Gemfile.lock dependencies, including Rails 8.1.3.1, `castle-rb` 9.3.0, Standard 1.56, and SimpleCov 1.2
77
- Pin Ruby 3.4.10 via `.tool-versions` and add `mise.toml` task aliases
88
- Use `actions/checkout@v5` in CI
@@ -53,8 +53,8 @@
5353

5454
- Initial release
5555

56-
[main]: https://github.com/castle/castle_devise/compare/v0.6.1...HEAD
57-
[0.6.1]: https://github.com/castle/castle_devise/compare/v0.6.0...v0.6.1
56+
[main]: https://github.com/castle/castle_devise/compare/v0.7.0...HEAD
57+
[0.7.0]: https://github.com/castle/castle_devise/compare/v0.6.0...v0.7.0
5858
[0.6.0]: https://github.com/castle/castle_devise/compare/v0.5.0...v0.6.0
5959
[0.5.0]: https://github.com/castle/castle_devise/compare/v0.4.3...v0.5.0
6060
[0.4.3]: https://github.com/castle/castle_devise/compare/v0.4.2...v0.4.3

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
castle_devise (0.6.1)
12+
castle_devise (0.7.0)
1313
activesupport (>= 6.0)
1414
castle-rb (>= 7.2, < 10.0)
1515
devise (>= 4.3.0, < 6.0)

lib/castle_devise/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 CastleDevise
4-
VERSION = "0.6.1"
4+
VERSION = "0.7.0"
55
end

0 commit comments

Comments
 (0)