From 19352afc4cf316659a2fd85d83bafb84bd0b07fb Mon Sep 17 00:00:00 2001 From: Alvar Penning Date: Mon, 17 Jan 2022 10:23:07 +0100 Subject: [PATCH] Release version 0.5.0 --- CHANGELOG.md | 5 ++++- Dockerfile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83694bc..a4599c5 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.5.0] - 2022-01-17 ### Added - New `ENV` command for environment variables. - New `EXTRACT` command to copy files back to the host; @sensslen. @@ -92,7 +94,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.4.4...HEAD +[Unreleased]: https://github.com/Nature40/pimod/compare/v0.5.0...HEAD +[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 [0.4.2]: https://github.com/Nature40/pimod/compare/v0.4.1...v0.4.2 diff --git a/Dockerfile b/Dockerfile index 769d183..229fc88 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.2.1" +LABEL version="0.5.0" RUN apt-get update && \ apt-get install -y \