aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-14 11:14:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-14 11:14:05 +0200
commit307b2288e224aac58dd0e0b88db687f7ba5c2d39 (patch)
tree7061a6b582c571fcc338052797fe637f67a8bdcc
parente24b4b018d3d61a14538065ddbeff2e8324ba2cf (diff)
Update NEWS file
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1709fc1..225f894 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 0.13.0
+
+ * The SPDX License Expression in now the default scheme in the bdep-new
+ --type|-t,subdir,license sub-option value. Auto-detected licenses now also
+ result in the SPDX License ID in the 'license' manifest value.
+
+ * New --type|-t,subdir bdep-new sub-option for customizing source
+ subdirectory. For example:
+
+ $ bdep new -l c++ -t lib,subdir=libhello/io libhello-io
+
+ * The bdep-new binless sub-option has been moved from --lang|-l to --type|t.
+
+ * The bdep-new command now generates the .gitattributes file.
+
Version 0.12.0
* Support for creating new projects with existing files.