Skip to content

Commit c3b432e

Browse files
committed
Release v2.6.4: bump version and update Changelog
1 parent 0f8a3bd commit c3b432e

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

Diff for: CHANGELOG.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
# paranoia Changelog
22

3-
## 2.6.3
3+
## 2.6.4 - July 20, 2024
44

5-
* [#548](https://github.com/rubysherpas/paranoia/pull/441) Add support for [Rails 7.1](https://github.com/rails/rails/releases/tag/v7.1.0) (#441)
6-
5+
Add support for [Rails 7.2](https://github.com/rails/rails/releases/tag/v7.2.0)
6+
7+
* [#554](https://github.com/rubysherpas/paranoia/pull/554) Support prebuilt counter cache association list (#554)
8+
[Joé Dupuis](https://github.com/JoeDupuis)
9+
* [#551](https://github.com/rubysherpas/paranoia/pull/551) Fix: restore has_one with scope (#551)
10+
[Paweł Charyło](https://github.com/zygzagZ)
11+
* [#555](https://github.com/rubysherpas/paranoia/pull/555) 📝 Add Yard documentation for Paranoia::Query (#555)
12+
[Clément Prod'homme](https://github.com/cprodhomme)
13+
14+
## 2.6.3 - Oct 12, 2023
15+
16+
* [#548](https://github.com/rubysherpas/paranoia/pull/548) Add support for [Rails 7.1](https://github.com/rails/rails/releases/tag/v7.1.0) (#548)
717
[Indyarocks](https://github.com/indyarocks)
818

9-
## 2.6.2
19+
## 2.6.2 - Jun 6, 2023
1020

1121
* [#441](https://github.com/rubysherpas/paranoia/pull/441) Recursive restore with has_many/one through assocs (#441)
1222
[Emil Ong](https://github.com/emilong)
1323

14-
## 2.6.1
24+
## 2.6.1 - Nov 16, 2022
1525

1626
* [#535](https://github.com/rubysherpas/paranoia/pull/535) Allow to skip updating paranoia_destroy_attributes for records while really_destroy!
1727
[Anton Bogdanov](https://github.com/kortirso)
1828

19-
## 2.6.0
29+
## 2.6.0 - Mar 23, 2022
2030

2131
* [#512](https://github.com/rubysherpas/paranoia/pull/512) Quote table names; Mysql 8 has keywords that might match table names which cause an exception.
2232
* [#476](https://github.com/rubysherpas/paranoia/pull/476) Fix syntax error in documentation.

Diff for: lib/paranoia/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Paranoia
2-
VERSION = '2.6.3'.freeze
2+
VERSION = '2.6.4'.freeze
33
end

0 commit comments

Comments
 (0)