Skip to content

Commit 4d9c13b

Browse files
committed
Version 0.4.0.
1 parent 8fcde90 commit 4d9c13b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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.4.0 - 2026-03-18
6+
57
- Add `GettextPO::Message#sticky_flags`,
68
`GettextPO::Message#workflow_flags`, and `GettextPO::File#messages`
79
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.3.0"
22+
VERSION = "0.4.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.3.0"
22+
VERSION = "0.4.0"
2323
end

0 commit comments

Comments
 (0)