Skip to content

Commit 4f3adbe

Browse files
committed
tag version v2.3.3
1 parent bdabaf9 commit 4f3adbe

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
## [Unreleased]
2+
* no unreleased changes
3+
4+
## 2.3.3 / 2025-11-24
25
### Fixed
3-
* Support Ruby 3.4, Rails 8.0
4-
* Fix ruby 3.4 frozen string literal warnings
6+
* Support Ruby 3.4, Rails 8.0 [backported from v2.4.3]
7+
* Fix ruby 3.4 frozen string literal warnings [backported from v2.4.3]
58

69
## 2.3.2 / 2024-11-21
710
### Fixed

lib/ndr_error/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Contains the version of NdrError. Sourced by the gemspec.
44
module NdrError
5-
VERSION = '2.3.2'
5+
VERSION = '2.3.3'
66
end

0 commit comments

Comments
 (0)