Commit 19352af 1 parent fb9cd12 commit 19352af Copy full SHA for 19352af
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
The title should be ` ${VERSION} - ${YYYY-MM-DD} ` and the description should contain the section from this ` CHANGELOG.md ` .
17
17
18
18
## [ Unreleased]
19
+
20
+ ## [ 0.5.0] - 2022-01-17
19
21
### Added
20
22
- New ` ENV ` command for environment variables.
21
23
- 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
92
94
### Added
93
95
- Initial release of a working version of pimod.
94
96
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
96
99
[ 0.4.4 ] : https://github.com/Nature40/pimod/compare/v0.4.3...v0.4.4
97
100
[ 0.4.3 ] : https://github.com/Nature40/pimod/compare/v0.4.2...v0.4.3
98
101
[ 0.4.2 ] : https://github.com/Nature40/pimod/compare/v0.4.1...v0.4.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:bullseye-slim
2
2
3
3
LABEL description="Reconfigure Raspberry Pi images with an easy, Docker-like configuration file"
4
4
LABEL maintainer=
"[email protected] "
5
- LABEL version="0.2.1 "
5
+ LABEL version="0.5.0 "
6
6
7
7
RUN apt-get update && \
8
8
apt-get install -y \
You can’t perform that action at this time.
0 commit comments