From 2478a8d18f3f17564a80a31e1190ef9291759b5b Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 21 Nov 2023 21:54:03 +0100 Subject: [PATCH] Release v0.3.0 --- 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..5a330c8 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 21-Nov-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..d7f9f3f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -359,7 +359,7 @@

Returns:

generated by LDoc 1.4.6 -Last updated 2023-11-15 07:42:18 +Last updated 2023-11-21 21:53:00
diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index 2901cc9..dc681ff 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html @@ -63,7 +63,7 @@

1. Introduction

generated by LDoc 1.4.6 -Last updated 2023-11-15 07:42:18 +Last updated 2023-11-21 21:53:00
diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index f909b4b..d1b8b9a 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html @@ -70,7 +70,7 @@

Releasing new versions