aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-04-02 09:20:40 +0200
committerPatrick Spek <p.spek@tyil.nl>2024-04-02 09:20:40 +0200
commitede14b18242b04226f125af13f12807fb838242e (patch)
tree4b9219480dbb3f70b33a8c09e834a85d4ed25c42
parent824dc542c7e43c0f1edd11f44106f80c607c21d5 (diff)
Release v2.0.1v2.0.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 227a889..0512a1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [2.0.1] - 2023-09-25
### Added
diff --git a/Makefile b/Makefile
index bf6a81a..ee0fb9b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ETCDIR=/etc
# Variables for building (binary) packages
PREFIX=
-PKG_VERSION=2.0.0
+PKG_VERSION=2.0.1
PKG_WORKDIR:=$(or $(PKG_WORKDIR),$(shell mktemp -d))
PKG_ROOT:=$(PKG_WORKDIR)/bashtard-$(PKG_VERSION)
SOURCE_DATE_EPOCH:=$(shell git show -s --format=%ct)