Skip to content

Commit

Permalink
^ Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 18, 2024
1 parent e76e067 commit f16e564
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 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.2.6] - 2024-12-18

### Changed

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


## [0.2.5] - 2022-04-12

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


[Unreleased]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.5...HEAD
[Unreleased]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.6...HEAD
[0.2.6]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.2...v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record_tweaks/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module ActiveRecordTweaks
VERSION = "0.2.5"
VERSION = "0.2.6"

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

0 comments on commit f16e564

Please sign in to comment.