diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-10 09:38:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-10 09:38:59 +0200 |
commit | c4f7e1fcd6904229dbe70af13507ac9372c609bf (patch) | |
tree | 2a89f83cb48d4c8c90a880295a64d534e0d0e2b3 /NEWS | |
parent | 2a362e8f024c032e14cff13cbca2a27a47c79448 (diff) |
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |