Skip to content

Commit 05059ca

Browse files
authored
Merge branch 'core' into core
2 parents 23806c4 + fe46c57 commit 05059ca

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## 3.0.1 - January 19, 2025
4+
5+
- [#566](https://github.com/rubysherpas/paranoia/pull/566) Handle #delete_all
6+
- [#559](https://github.com/rubysherpas/paranoia/pull/559) Trigger an after_commit callback when restoring a record
7+
- [#567](https://github.com/rubysherpas/paranoia/pull/567) Fix typo in newly added readme
8+
39
## 3.0.0 - August 13, 2024
410

511
_Tagged as 3.0 as Ruby + Rails version constraints have been modernised._

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ end
372372

373373
#### delete_all:
374374

375-
The gem supports `delete_all` method, however it is disabled by default, to enabled add this in your `environment` file
375+
The gem supports `delete_all` method, however it is disabled by default, to enable it add this in your `environment` file
376376

377377
``` ruby
378378
Paranoia.delete_all_enabled = true

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 = '3.0.0'.freeze
2+
VERSION = '3.0.1'.freeze
33
end

0 commit comments

Comments
 (0)