Skip to content

Commit 9fecbf7

Browse files
committed
Version 0.2.0.
1 parent fb1a07a commit 9fecbf7

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.2.0 - 2026-03-15
6+
57
- CRuby and mruby: Add `GettextPO::Message#file_positions`,
68
`GettextPO::Message#workflow_flag?`,
79
`GettextPO::Message#update_workflow_flag`,

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.1.3"
22+
VERSION = "0.2.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.1.0"
22+
VERSION = "0.2.0"
2323
end

0 commit comments

Comments
 (0)