Skip to content

Commit

Permalink
^ Release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 18, 2024
1 parent 010670a commit f76aa71
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Nothing


## [0.3.7] - 2024-12-18

### Changed

- Add support for AR 8.x
- Drop support for AR < 7.x
- Drop support for Ruby < 3.0


## [0.3.6] - 2022-04-12

### Changed
Expand Down Expand Up @@ -102,8 +111,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Initial Release


[Unreleased]: https://github.com/PikachuEXE/action_controller_tweaks/compare/v0.3.5...HEAD
[0.3.4]: https://github.com/PikachuEXE/action_controller_tweaks/compare/v0.3.4...v0.3.5
[Unreleased]: https://github.com/PikachuEXE/action_controller_tweaks/compare/v0.3.7...HEAD
[0.3.6]: https://github.com/PikachuEXE/action_controller_tweaks/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/PikachuEXE/action_controller_tweaks/compare/v0.3.5...v0.3.6
[0.3.5]: https://github.com/PikachuEXE/action_controller_tweaks/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/PikachuEXE/action_controller_tweaks/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/PikachuEXE/action_controller_tweaks/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/PikachuEXE/action_controller_tweaks/compare/v0.3.1...v0.3.2
Expand Down
2 changes: 1 addition & 1 deletion lib/action_controller_tweaks/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module ActionControllerTweaks
VERSION = "0.3.6"
VERSION = "0.3.7"

def self.version
Gem::Version.new(VERSION)
Expand Down

0 comments on commit f76aa71

Please sign in to comment.