summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-04 15:42:49 +0000
committerLars Wirzenius <liw@liw.fi>2022-01-04 15:42:49 +0000
commit9faa22158b08547fdb65dbe65e7dad04f81b95f7 (patch)
treeff1e514f61137edc31986f455c1717695a4b1bf4
parent7e22049161f5ec30cd8a723328277badf4214133 (diff)
parentef93a22652efa8a5a8435ec3314dbb1f4f8e889c (diff)
downloadobnam.org-9faa22158b08547fdb65dbe65e7dad04f81b95f7.tar.gz
Merge branch 'obnam-0.7.0' into 'main'
docs: announce 0.7.0 See merge request obnam/obnam.org!65
-rw-r--r--blog/2022/01/04/obnam-0.7.0.mdwn55
1 files changed, 55 insertions, 0 deletions
diff --git a/blog/2022/01/04/obnam-0.7.0.mdwn b/blog/2022/01/04/obnam-0.7.0.mdwn
new file mode 100644
index 0000000..5589699
--- /dev/null
+++ b/blog/2022/01/04/obnam-0.7.0.mdwn
@@ -0,0 +1,55 @@
+[[!meta title="Obnam 0.7.0 released: encrypting backup program"]]
+[[!meta date="Tue, 04 Jan 2022 17:40:59 +0200"]]
+[[!tag obnam announcement]]
+
+[Obnam]: https://obnam.org/
+[feedback]: https://gitlab.com/obnam/obnam/-/issues
+
+I've just released version 0.7.0 of [Obnam][], the encrypting backup
+program. It's still an alpha version and only suitable for a light
+trial of a modest amount of data that isn't sensitive. I would welcome
+any [feedback][] you may have.
+
+Release notes follow.
+
+# 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.)