summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS6
-rw-r--r--debian/changelog5
3 files changed, 12 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a48cb7b..7146608 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bumper"
-version ="0.3.0"
+version ="0.4.0"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
license = "GPL-3.0-or-later"
diff --git a/NEWS b/NEWS
index a5b78ae..c6dcae1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
# Release notes for Bumper
+## Version 0.4.0, released 2021-04-05
+
+This release adds some documentation (a [README](README.md), and an
+updated [subplot](bumper.md)). The Debian packaging adds the missing
+dependency on `devscripts`, for the `dch` command.
+
## Version 0.3.0, released 2021-04-05
This release adds more metadata fields to `Cargo.toml`, and changes
diff --git a/debian/changelog b/debian/changelog
index 4398293..3b4fe37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,8 @@
+bumper (0.4.0-1) unstable; urgency=medium
+
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 05 Apr 2021 14:22:07 +0300
+
bumper (0.3.0-1) unstable; urgency=medium