summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-04-26 20:34:48 +0200
committerRobin Jarry <robin@jarry.cc>2023-04-26 20:34:48 +0200
commit9959db8d1cfe2bf73309435128d7986b9dd2a1c1 (patch)
tree4aa0204c00937ad026c321a0ce242ce4d52616d2
parentb148b94cfe1f46bd14ecf8e30ab3a4a472ec2b75 (diff)
downloadaerc-0.15.0.tar.gz
aerc-0.15.0.zip
Release version 0.15.00.15.0
Signed-off-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--CHANGELOG.md2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 352deed8..6d0bfe49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased](https://git.sr.ht/~rjarry/aerc/log/master)
+## [0.15.0](https://git.sr.ht/~rjarry/aerc/refs/0.15.0) - 2023-04-26
+
### Added
- New column-based message list format with `index-columns`.
diff --git a/Makefile b/Makefile
index b3d42de0..3a3c900e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
.SUFFIXES:
.SUFFIXES: .1 .5 .7 .1.scd .5.scd .7.scd
-VERSION?=`git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.14.0`
+VERSION?=`git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.15.0`
VPATH=doc
PREFIX?=/usr/local
BINDIR?=$(PREFIX)/bin