aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-09-10 09:38:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-09-10 09:38:59 +0200
commitc4f7e1fcd6904229dbe70af13507ac9372c609bf (patch)
tree2a89f83cb48d4c8c90a880295a64d534e0d0e2b3
parent2a362e8f024c032e14cff13cbca2a27a47c79448 (diff)
Update NEWS file
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0bdcfa2..c0e0195 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Version 0.8.0
+
+ * Support for new 'project' package manifest value.
+
+ * Make package manifest 'url' and 'email' values optional.
+
+ * Make default versioning epoch 1 instead of 0.
+
+ * Guess the repository type for relative locations and consider the git type
+ for all locations with the .git extension.
+
+ * New package_name::{base,extension,variable}() functions.
+
Version 0.7.0
* Add support for git repository locations.