aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-09-10 09:38:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-09-10 09:38:59 +0200
commit3c4554c9ba9e49f6a920f938b11ea6322176b9db (patch)
tree8164a40c2d0b4e9f2395153464f2bfbc98e4daff /NEWS
parent0a595514eb980ed0bfcc78e477981fa668673ff5 (diff)
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
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.