Skip to content

Commit 19352af

Browse files
committed
Release version 0.5.0
1 parent fb9cd12 commit 19352af

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
The title should be `${VERSION} - ${YYYY-MM-DD}` and the description should contain the section from this `CHANGELOG.md`.
1717

1818
## [Unreleased]
19+
20+
## [0.5.0] - 2022-01-17
1921
### Added
2022
- New `ENV` command for environment variables.
2123
- 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
9294
### Added
9395
- Initial release of a working version of pimod.
9496

95-
[Unreleased]: https://github.com/Nature40/pimod/compare/v0.4.4...HEAD
97+
[Unreleased]: https://github.com/Nature40/pimod/compare/v0.5.0...HEAD
98+
[0.5.0]: https://github.com/Nature40/pimod/compare/v0.4.4...v0.5.0
9699
[0.4.4]: https://github.com/Nature40/pimod/compare/v0.4.3...v0.4.4
97100
[0.4.3]: https://github.com/Nature40/pimod/compare/v0.4.2...v0.4.3
98101
[0.4.2]: https://github.com/Nature40/pimod/compare/v0.4.1...v0.4.2

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM debian:bullseye-slim
22

33
LABEL description="Reconfigure Raspberry Pi images with an easy, Docker-like configuration file"
44
LABEL maintainer="[email protected]"
5-
LABEL version="0.2.1"
5+
LABEL version="0.5.0"
66

77
RUN apt-get update && \
88
apt-get install -y \

0 commit comments

Comments
 (0)