Skip to content

Commit a95a77a

Browse files
committed
Version 0.3.0.
1 parent 1ecf8e2 commit a95a77a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## CRuby and mruby version 0.3.0 - 2026-03-17
6+
57
- Add `GettextPO::File#each_message`,
68
`GettextPO::Message#each_workflow_flag`, and
79
`GettextPO::Message#each_sticky_flag` methods.

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.1"
22+
VERSION = "0.3.0"
2323
end

mrblib/mrb_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.3.0"
2323
end

0 commit comments

Comments
 (0)