Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxzi committed Jan 17, 2022
1 parent fb9cd12 commit 19352af
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.5.0] - 2022-01-17
### Added
- New `ENV` command for environment variables.
- New `EXTRACT` command to copy files back to the host; @sensslen.
Expand Down Expand Up @@ -92,7 +94,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.4.4...HEAD
[Unreleased]: https://github.com/Nature40/pimod/compare/v0.5.0...HEAD
[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
[0.4.2]: https://github.com/Nature40/pimod/compare/v0.4.1...v0.4.2
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.2.1"
LABEL version="0.5.0"

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

0 comments on commit 19352af

Please sign in to comment.