From c06963917ccc951a1058d7b7f412c52d3c4f443a Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Sat, 16 Dec 2023 00:18:54 +0100 Subject: Release v0.3.0 (#11) --- CHANGELOG.md | 4 +- docs/index.html | 2 +- docs/topics/01-introduction.md.html | 2 +- docs/topics/CHANGELOG.md.html | 6 +-- docs/topics/LICENSE.md.html | 2 +- rockspecs/luasystem-0.3.0-1.rockspec | 75 ++++++++++++++++++++++++++++++++++++ src/core.c | 2 +- 7 files changed, 84 insertions(+), 9 deletions(-) create mode 100644 rockspecs/luasystem-0.3.0-1.rockspec 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: - create a release branch - update the changelog below -- update version and copyright-years in `./LICENSE.md` and `./src/time.c` (in module constants) +- update version and copyright-years in `./LICENSE.md` and `./src/core.c` (in module constants) - create a new rockspec and update the version inside the new rockspec:
`cp luasystem-scm-0.rockspec ./rockspecs/luasystem-X.Y.Z-1.rockspec` - clean and render the docs: run `ldoc .` @@ -28,7 +28,7 @@ The scope of what is covered by the version number excludes: ## Version history -### Version X.Y.Z, unreleased +### Version 0.3.0, released 15-Dec-2023 - Feat: on Windows `sleep` now has a precision parameter - Feat: `setenv` added to set environment variables. diff --git a/docs/index.html b/docs/index.html index eb241c6..cd95fc2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -359,7 +359,7 @@ This function will sleep, without doing a busy-loop and wasting CPU cycles.
generated by LDoc 1.4.6 -Last updated 2023-11-15 07:42:18 +Last updated 2023-12-15 13:15:09
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index 2901cc9..319b9d5 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html @@ -63,7 +63,7 @@ independence.

generated by LDoc 1.4.6 -Last updated 2023-11-15 07:42:18 +Last updated 2023-12-15 13:15:09
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index f909b4b..4e656c7 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html @@ -70,7 +70,7 @@