summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-29 08:07:30 +0000
committerLars Wirzenius <liw@liw.fi>2021-01-29 08:07:30 +0000
commitf78892b1fed8e95c75b69b80ebf98f2b4deaf673 (patch)
treee57c1d7d06caa878d923c9ae2541a63c1671f324
parent18234b3451fbb24ee63faeeb764e1ebf4136fe43 (diff)
parenta8f4786d269a147936b0e5c87fc04c2bfdc7c9ee (diff)
downloadobnam2-0.2.0.tar.gz
Merge branch 'release' into 'main'v0.2.0
release: version 0.2 See merge request larswirzenius/obnam!78
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS6
-rw-r--r--debian/changelog2
3 files changed, 4 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a9b4353..bdae106 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "obnam"
-version = "0.1.9"
+version = "0.2"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
diff --git a/NEWS b/NEWS
index fbb0eff..7104dc1 100644
--- a/NEWS
+++ b/NEWS
@@ -6,11 +6,9 @@ of Obnam, the backup software. The software is technically called
ended in 2017 with version number 1.22.
-## Obnam2 version 0.1.9, not yet released
+## Obnam2 version 0.2, released 2021-01-29
-This is a test release for testing the release process and automation.
-
-This if the first release of Obnam2. It can just barely make and
+This is the first release of Obnam2. It can just barely make and
restore backups. It's ready for a light trial, but not for real use.
There's no encryption, and backups can't be deleted yet. Restores of
the entire backup work.
diff --git a/debian/changelog b/debian/changelog
index e4bf995..be862e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-obnam (0.1.9-1) unstable; urgency=low
+obnam (0.2-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.