Skip to content

Commit 18e8694

Browse files
committed
Version 0.1.1.
1 parent 1658c40 commit 18e8694

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## Unreleased
44

5+
## 0.1.1 - 2026-03-09
6+
7+
- Fix dangling pointer issue.
58
- Add libgettextpo version constant.
69
- Add severities constants.
10+
- Improve API document.
711

812
## 0.1.0 - 2026-03-07
913

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

0 commit comments

Comments
 (0)