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 | 3c4554c9ba9e49f6a920f938b11ea6322176b9db (patch) | |
tree | 8164a40c2d0b4e9f2395153464f2bfbc98e4daff | |
parent | 0a595514eb980ed0bfcc78e477981fa668673ff5 (diff) |
Update NEWS file
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +Version 0.8.0 + + * New bdep-ci command for submitting package test requests to CI servers. + See bdep-ci(1) for details. + + * New bdep-publish command for publishing packages to archive-based + repositories. See bdep-publish(1) for details. + + * New unit-tests project type option for the bdep-new command. + + If specified (-t exe,unit-tests or -t lib,unit-tests) then generate build + infrastructure for unit testing. + + * Ability to suppress auto-synchronization via the BDEP_SYNC environment + variable. + + If BDEP_SYNC is set, auto-synchronization will only be performed if its + value is true or 1. So to suppress, run: + + $ BDEP_SYNC=0 b + Version 0.7.0 * First public release. |