Skip to content

Commit

Permalink
Release version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxzi committed Feb 12, 2022
1 parent 1b4ce2c commit 83aac00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0] - 2022-02-12
### Added
- New -r/--resolv flag to select which /etc/resolv.conf to use.

Expand Down Expand Up @@ -99,7 +101,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.5.0...HEAD
[Unreleased]: https://github.com/Nature40/pimod/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/Nature40/pimod/compare/v0.5.0...v0.6.0
[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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:bullseye-slim

LABEL description="Reconfigure Raspberry Pi images with an easy, Docker-like configuration file"
LABEL maintainer="[email protected]"
LABEL version="0.5.0"
LABEL version="0.6.0"

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit 83aac00

Please sign in to comment.