summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-23 07:52:42 +0000
committerLars Wirzenius <liw@liw.fi>2021-03-23 07:52:42 +0000
commit0e7ea9941b6564595919ea24aafea049349a414d (patch)
tree0932dac7162ff1f00979c4625db8aa5e7d2af285
parentd3dff8b763616f7f108cabb86b6e83fdc664f2af (diff)
parent5a4cd19307d7c5da07ad17a5b07d592cfcbf88ed (diff)
downloadobnam2-0e7ea9941b6564595919ea24aafea049349a414d.tar.gz
Merge branch 'release' into 'main'
Release See merge request larswirzenius/obnam!122
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS8
-rw-r--r--debian/changelog8
3 files changed, 16 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dcaacde..c7bbe63 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "obnam"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
description = "a backup program"
diff --git a/NEWS b/NEWS
index 6073b5c..927e1a1 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,14 @@ of Obnam, the backup software. The software is technically called
ended in 2017 with version number 1.22.
+## Obnam2 version 0.3.1, released 2021-03-23
+
+This is a minor release to work around a bug in Subplot, which
+prevented the 0.3.0 release to have a Debian package built. The
+workaround is to rewrite a small table in the "Filenames" section as a
+list.
+
+
## Obnam2 version 0.3.0, released 2021-03-14
### Breaking changes
diff --git a/debian/changelog b/debian/changelog
index 4433909..1e55c39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-obnam (0.3.0-1) UNRELEASED; urgency=medium
+obnam (0.3.1-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 23 Mar 2021 09:51:23 +0200
+
+obnam (0.3.0-1) unstable; urgency=medium
* New release.