We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0eed2f commit bceb9cdCopy full SHA for bceb9cd
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## CRuby version 0.2.1 - 2026-03-16
6
+
7
+- CRuby: Fix to work with gettext 0.23.
8
9
## CRuby and mruby version 0.2.0 - 2026-03-15
10
11
- CRuby and mruby: Add `GettextPO::Message#file_positions`,
lib/gettextpo/version.rb
@@ -19,5 +19,5 @@
19
20
module GettextPO
21
# Version of this gem.
22
- VERSION = "0.2.0"
+ VERSION = "0.2.1"
23
end
0 commit comments