From 3c4554c9ba9e49f6a920f938b11ea6322176b9db Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 10 Sep 2018 09:38:59 +0200 Subject: Update NEWS file --- NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index a86d158..7ec1268 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.1