summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-04 16:28:41 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-04 16:28:41 +0200
commit5d627496a10796a1f70c1c75e90d2292ef4f5dcf (patch)
tree4d61f5d76fc065814bf4ba4deeec07bbb0763e70
parent76a514f457674cb72e9db7b526714683c784c207 (diff)
downloadobnam2-5d627496a10796a1f70c1c75e90d2292ef4f5dcf.tar.gz
docs: update NEWS.md for upcoming release 0.7.0
Sponsored-by: author
-rw-r--r--NEWS.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 326eb1f..61ca4b7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -8,6 +8,50 @@ of Obnam, the backup software. The software is technically called
ended in 2017 with version number 1.22.
+# Version 0.7.0, released 2022-01-04
+
+## Breaking changes
+
+* No known breaking changes in this release.
+
+## New or changed features
+
+* Command that retrieve and use backups from the server now verify
+ that the backup's schema is compatible with the running version of
+ Obnam. This means, for example, that `obnam restore` won't try to
+ restore a backup it doesn't know it can restore.
+
+## Internal changes
+
+* Update Subplot step bindings with types for captures to allow
+ Subplot to verify that embedded files in obnam.md are actually used.
+
+* Tidy up code in various ways.
+
+* The Obnam release process now has a step to run `cargo update` after
+ the crate's version number has been updated, so that the
+ `Cargo.lock` file gets updated.
+
+## Changes to documentation
+
+* The `obnam` crate now documents all exported symbols. This should
+ make the crate somewhat less hostile to use.
+
+* The minimum supported Rust version is whatever is going to be in the
+ next Debian stable release (code name bookworm).
+
+## Thank you
+
+Several people have helped with this release, with changes or
+feedback.
+
+* Alexander Batischev
+* Lars Wirzenius
+
+(Our apologies to anyone who's been forgotten.)
+
+
+
# Version 0.6.0, released 2021-11-20
## Breaking changes