diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-16 13:01:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-16 13:01:16 +0200 |
commit | 0e5b6378dbb618921aea3bf7b123cfe7a499fd87 (patch) | |
tree | d9fbef85092aaef5a91b97ac389add5f21758fa0 | |
parent | 02a9dc14e805b2d305248c090ff4c9894bbb4cb3 (diff) |
Update NEWS file
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +Version 0.12.0 + + * Ability to specify the full package version constraint in the pkg-build + command. + + For example: + + $ bpkg build "bar < 2.0.0" + + See bpkg-pkg-build(1) for details. + + * Support for default options files (aka tool config files). + + See the bpkg-default-options-files(1) help topic for background and the + DEFAULT OPTIONS FILES section in each command's man pages for specifics. + + * Support for tests, examples, and benchmarks as separate packages. + + See the "tests, examples, benchmarks" section in the manual for details. + Version 0.11.0 * The 'tags' package manifest value has been deprecated and replaced with |