From 83aac009639d672d4fb1082ce1c05c94bb6c78aa Mon Sep 17 00:00:00 2001 From: Alvar Penning Date: Sat, 12 Feb 2022 14:34:38 +0100 Subject: [PATCH] Release version 0.6.0 --- CHANGELOG.md | 5 ++++- Dockerfile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee599c..1b223a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The title should be `${VERSION} - ${YYYY-MM-DD}` and the description should contain the section from this `CHANGELOG.md`. ## [Unreleased] + +## [0.6.0] - 2022-02-12 ### Added - New -r/--resolv flag to select which /etc/resolv.conf to use. @@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release of a working version of pimod. -[Unreleased]: https://github.com/Nature40/pimod/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/Nature40/pimod/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/Nature40/pimod/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/Nature40/pimod/compare/v0.4.4...v0.5.0 [0.4.4]: https://github.com/Nature40/pimod/compare/v0.4.3...v0.4.4 [0.4.3]: https://github.com/Nature40/pimod/compare/v0.4.2...v0.4.3 diff --git a/Dockerfile b/Dockerfile index 229fc88..af9f7d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:bullseye-slim LABEL description="Reconfigure Raspberry Pi images with an easy, Docker-like configuration file" LABEL maintainer="hoechst@mathematik.uni-marburg.de" -LABEL version="0.5.0" +LABEL version="0.6.0" RUN apt-get update && \ apt-get install -y \