Skip to content

Commit

Permalink
Add details about v2.2.0 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Jul 12, 2024
1 parent ecdc7eb commit 377c9c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Development (unreleased)

## v2.2.0 2024-07-12

* Fix "ERROR: currval of sequence" in Postgres adapter: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/103
* Use lock synchronize on transaction callback: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/73
* Stop testing with EOLed Ruby & Rails versions: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/105
* Fix compatibility issue with Rails 7.2: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/107
* Fix typo in truncation methods: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/94/files
* Address deprecation of ActiveRecord::Base.connection in Rails 7.2: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/102
* Support Rails 7.2+: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/101
* Fix reset_ids test with Trilogy adapter: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/93
* Implement resetting ids for deletion strategy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/71
* Avoid loading ActiveRecord::Base early: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/91
* Fix specs to account for trilogy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/88
* Add basic support for trilogy: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/85

## v2.1.0 2023-02-17

* Add Ruby 3.2 to CI matrix: https://github.com/DatabaseCleaner/database_cleaner-active_record/pull/79
Expand Down
2 changes: 1 addition & 1 deletion lib/database_cleaner/active_record/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module DatabaseCleaner
module ActiveRecord
VERSION = "2.1.0"
VERSION = "2.2.0"
end
end

0 comments on commit 377c9c0

Please sign in to comment.