diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-12-16 00:18:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 00:18:54 +0100 |
commit | c06963917ccc951a1058d7b7f412c52d3c4f443a (patch) | |
tree | e2341800e3c6cf77dfc50f90b6509c030bd71308 /CHANGELOG.md | |
parent | 682decf94e238bb2e5407c23651f606ca8d7e107 (diff) | |
download | luasystem-0.3.0.tar.gz luasystem-0.3.0.tar.bz2 luasystem-0.3.0.zip |
Release v0.3.0 (#11)v0.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d1886..eb85c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -14,7 +14,7 @@ The scope of what is covered by the version number excludes: | |||
14 | 14 | ||
15 | - create a release branch | 15 | - create a release branch |
16 | - update the changelog below | 16 | - update the changelog below |
17 | - update version and copyright-years in `./LICENSE.md` and `./src/time.c` (in module constants) | 17 | - update version and copyright-years in `./LICENSE.md` and `./src/core.c` (in module constants) |
18 | - create a new rockspec and update the version inside the new rockspec:<br/> | 18 | - create a new rockspec and update the version inside the new rockspec:<br/> |
19 | `cp luasystem-scm-0.rockspec ./rockspecs/luasystem-X.Y.Z-1.rockspec` | 19 | `cp luasystem-scm-0.rockspec ./rockspecs/luasystem-X.Y.Z-1.rockspec` |
20 | - clean and render the docs: run `ldoc .` | 20 | - clean and render the docs: run `ldoc .` |
@@ -28,7 +28,7 @@ The scope of what is covered by the version number excludes: | |||
28 | 28 | ||
29 | ## Version history | 29 | ## Version history |
30 | 30 | ||
31 | ### Version X.Y.Z, unreleased | 31 | ### Version 0.3.0, released 15-Dec-2023 |
32 | 32 | ||
33 | - Feat: on Windows `sleep` now has a precision parameter | 33 | - Feat: on Windows `sleep` now has a precision parameter |
34 | - Feat: `setenv` added to set environment variables. | 34 | - Feat: `setenv` added to set environment variables. |