Skip to content

Commit 336d9ac

Browse files
committed
CRuby version 0.1.1 and mruby version 0.1.0.
1 parent 576786e commit 336d9ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

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+
510
## 0.1.1 - 2026-03-09
611

712
- Fix dangling pointer issue.

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

0 commit comments

Comments
 (0)