diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-14 22:33:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-16 15:48:08 +0300 |
commit | e33d6115ee4ea76941d092b72ae06d22415f8e90 (patch) | |
tree | cf2545e29ab840570219500477023644426eb952 /NEWS | |
parent | 3aa122ed0fd598c4854b3d55f775e06a59112151 (diff) |
Documentation tweaks
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -1,18 +1,23 @@ 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. + --type|-t,license sub-option. Auto-detected licenses now also result in + the SPDX License ID in the 'license' package manifest value. - * New --type|-t,subdir bdep-new sub-option for customizing source - subdirectory. For example: + * New source layout customization mechanisms in bdep-new. In particular, the + split include/src layout is now supported out of the box: - $ bdep new -l c++ -t lib,subdir=libhello/io libhello-io + $ bdep new -l c++ -t lib,split libhello - * The bdep-new binless sub-option has been moved from --lang|-l to --type|t. + See the SOURCE LAYOUT section in bdep-new(1) for details and a large + number of layout examples. * The bdep-new command now generates the .gitattributes file. + * The bdep-new --subdirectory mode option has been renamed to --source. + + * The bdep-new binless sub-option has been moved from --lang|-l to --type|t. + Version 0.12.0 * Support for creating new projects with existing files. |