Skip to content

Commit 83aac00

Browse files
committed
Release version 0.6.0
1 parent 1b4ce2c commit 83aac00

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.6.0] - 2022-02-12
1921
### Added
2022
- New -r/--resolv flag to select which /etc/resolv.conf to use.
2123

@@ -99,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99101
### Added
100102
- Initial release of a working version of pimod.
101103

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
103106
[0.5.0]: https://github.com/Nature40/pimod/compare/v0.4.4...v0.5.0
104107
[0.4.4]: https://github.com/Nature40/pimod/compare/v0.4.3...v0.4.4
105108
[0.4.3]: https://github.com/Nature40/pimod/compare/v0.4.2...v0.4.3

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.5.0"
5+
LABEL version="0.6.0"
66

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

0 commit comments

Comments
 (0)