Skip to content

Commit bceb9cd

Browse files
committed
CRuby: Version 0.2.1.
1 parent e0eed2f commit bceb9cd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## CRuby version 0.2.1 - 2026-03-16
6+
7+
- CRuby: Fix to work with gettext 0.23.
8+
59
## CRuby and mruby version 0.2.0 - 2026-03-15
610

711
- CRuby and mruby: Add `GettextPO::Message#file_positions`,

lib/gettextpo/version.rb

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

2020
module GettextPO
2121
# Version of this gem.
22-
VERSION = "0.2.0"
22+
VERSION = "0.2.1"
2323
end

0 commit comments

Comments
 (0)