diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index af9a294..06ff748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -21,14 +21,13 @@ The scope of what is covered by the version number excludes: | |||
21 | - commit the changes as `Release vX.Y.Z` | 21 | - commit the changes as `Release vX.Y.Z` |
22 | - push the commit, and create a release PR | 22 | - push the commit, and create a release PR |
23 | - after merging tag the release commit with `vX.Y.Z` | 23 | - after merging tag the release commit with `vX.Y.Z` |
24 | - upload to LuaRocks:<br/> | 24 | - upload to LuaRocks will be automatic by the CI runners |
25 | `luarocks upload ./rockspecs/luasystem-X.Y.Z-1.rockspec --api-key=ABCDEFGH` | ||
26 | - test the newly created rock:<br/> | 25 | - test the newly created rock:<br/> |
27 | `luarocks install luasystem` | 26 | `luarocks install luasystem` |
28 | 27 | ||
29 | ## Version history | 28 | ## Version history |
30 | 29 | ||
31 | ### unreleased | 30 | ### version 0.5.0, released 02-Mar-2025 |
32 | 31 | ||
33 | - Feat: when detecting character display width, also accept unicode codepoints (integers), | 32 | - Feat: when detecting character display width, also accept unicode codepoints (integers), |
34 | since the Lua utf8 library returns codepoints, not strings | 33 | since the Lua utf8 library returns codepoints, not strings |