Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jan 20, 2025
1 parent 7897b72 commit 7a87f42
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 1.1.0 (2025-01-20)

* Rails 8.0, Ruby 3.4 support.

* Fixed gemspec to include minimum files in packed gem. (#91 by @ybiquitous)

* Added support for trilogy adapter. (#90 by @hirocaster)

* Fixed NoMethodError `ConnectionPool#connection` on Rails 8.0. (#93 by kucho)

* Fixed a bug recording table names to a wrong cleaner when using the same database name on different hosts. (#68 by sinsoku)


## 1.0.1 (2024-02-27)

* Fixed a warning on AR < 7.1 && mysql. Also, fixed an unnecessary reference to `Rails` constant for non-Rails apps. (#88 by @onk)
2 changes: 1 addition & 1 deletion database_rewinder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "database_rewinder"
spec.version = '1.0.1'
spec.version = '1.1.0'
spec.authors = ["Akira Matsuda"]
spec.email = ["[email protected]"]
spec.description = "A minimalist's tiny and ultra-fast database cleaner for Active Record"
Expand Down

0 comments on commit 7a87f42

Please sign in to comment.