]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Release v0.4
authordaurnimator <quae@daurnimator.com>
Sat, 9 Dec 2017 06:46:18 +0000 (17:46 +1100)
committerdaurnimator <quae@daurnimator.com>
Sat, 9 Dec 2017 09:10:04 +0000 (20:10 +1100)
NEWS
luatz-0.4-0.rockspec [moved from luatz-scm-0.rockspec with 90% similarity]

diff --git a/NEWS b/NEWS
index b4cc02dd90c80a11842e82504f434ac5d0f93c2c..e37a6242d0b8c01d53acf656170dba2c08b5cfb7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-UNRELEASED
+0.4 - 2017-12-09
 
   - Fix timetable normalisation carry bugs (#10, #13)
   - Clean up of docs
similarity index 90%
rename from luatz-scm-0.rockspec
rename to luatz-0.4-0.rockspec
index 2ceae4cbe9e3bab17c54d3a3733c1b2b4344287d..bf910f0bb0c9a90f6290e0a2d26e3362e572c021 100644 (file)
@@ -1,5 +1,5 @@
 package = "luatz"
-version = "scm-0"
+version = "0.4-0"
 
 description = {
        summary = "library for time and date manipulation.";
@@ -22,7 +22,8 @@ dependencies = {
 }
 
 source = {
-       url = "git://github.com/daurnimator/luatz.git";
+       url = "https://github.com/daurnimator/luatz/archive/v0.4.tar.gz";
+       dir = "luatz-0.4-0";
 }
 
 build = {