We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576786e commit 336d9acCopy full SHA for 336d9ac
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## Unreleased
4
5
+## CRuby version 0.1.2 and mruby version 0.1.0 - 2026-03-11
6
+
7
+- Add mruby version.
8
+- CRuby: Fix exception error 2 handling.
9
10
## 0.1.1 - 2026-03-09
11
12
- Fix dangling pointer issue.
lib/gettextpo/version.rb
@@ -19,5 +19,5 @@
19
20
module GettextPO
21
# Version of this gem.
22
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
23
end
0 commit comments