We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1658c40 commit 18e8694Copy full SHA for 18e8694
CHANGELOG.md
@@ -2,8 +2,12 @@
2
3
## Unreleased
4
5
+## 0.1.1 - 2026-03-09
6
+
7
+- Fix dangling pointer issue.
8
- Add libgettextpo version constant.
9
- Add severities constants.
10
+- Improve API document.
11
12
## 0.1.0 - 2026-03-07
13
lib/gettextpo/version.rb
@@ -19,5 +19,5 @@
19
20
module GettextPO
21
# Version of this gem.
22
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
23
end
0 commit comments