diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-02 19:45:04 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-03-02 19:50:39 +0100 |
commit | 9318a7dc9f7def35a2e9d85ccffe63c06950be09 (patch) | |
tree | 945278ce1ce56e225289204f13ac8528264bbb92 /CHANGELOG.md | |
parent | 2981db32130b30c9b12e7347bfdbe2e7584e9274 (diff) | |
download | luasystem-0.5.0.tar.gz luasystem-0.5.0.tar.bz2 luasystem-0.5.0.zip |
Release v0.5.0v0.5.0
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 |