diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | buildfile | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -0,0 +1,10 @@ +Version 0.3.0 + + * Reimplement *-file manifest values as C++11 unions. + + * Add support for comments in the repository manifest email values. + + +Version 0.2.0 + + * First public release. @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file d = bpkg/ tests/ -./: $d doc{LICENSE README version} file{manifest} +./: $d doc{LICENSE NEWS README version} file{manifest} include $d doc{INSTALL*}: install = false |