Commit 83aac00 1 parent 1b4ce2c commit 83aac00 Copy full SHA for 83aac00
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.6.0] - 2022-02-12
19
21
### Added
20
22
- New -r/--resolv flag to select which /etc/resolv.conf to use.
21
23
@@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
101
### Added
100
102
- Initial release of a working version of pimod.
101
103
102
- [ Unreleased ] : https://github.com/Nature40/pimod/compare/v0.5.0...HEAD
104
+ [ Unreleased ] : https://github.com/Nature40/pimod/compare/v0.6.0...HEAD
105
+ [ 0.6.0 ] : https://github.com/Nature40/pimod/compare/v0.5.0...v0.6.0
103
106
[ 0.5.0 ] : https://github.com/Nature40/pimod/compare/v0.4.4...v0.5.0
104
107
[ 0.4.4 ] : https://github.com/Nature40/pimod/compare/v0.4.3...v0.4.4
105
108
[ 0.4.3 ] : https://github.com/Nature40/pimod/compare/v0.4.2...v0.4.3
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.5 .0"
5
+ LABEL version="0.6 .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