diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-08 10:02:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-08 10:02:16 +0200 |
commit | 516ef09b0e2272c4953fbfb67c7e989822471776 (patch) | |
tree | a7001725e1a2f5ef05b1b40cd3214a6e10b102d8 /NEWS | |
parent | 1e3ff99415d6ec41a4090b76751bd1d08634592f (diff) |
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +Version 0.9.0 + + * New bdep-release command for managing a project's version during release. + + This command can be used to automatically change the project's version + from snapshot to release (or the other way around), commit this change, + tag this commit, and push everything to the remote. + + See the "Versioning and Release Management" in The build2 Toolchain + Introduction for usage examples as well as the bdep-release(1) man pages + for details. + + * New 'binless' option for the bdep-new 'c++' language parameter. + + This option allows creation of a simpler buildfile for header-only (and, + in the future, for module-only) libraries. For example: + + $ bdep new -l c++,binless ... + + * New --jobs|-j option for specifying the number of jobs to perform in + parallel. + + * CI requests from the staged toolchain are now by default sent to + ci.stage.build2.org. + + * New --no-progress option for suppressing progress indicators. + Version 0.8.0 * New bdep-ci command for submitting package test requests to CI servers. |