Skip to content

Commit

Permalink
Prepared for release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadahar committed Nov 10, 2023
1 parent 7d53cb8 commit 16d1c5b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.5] - 2023-11-10
### Added
- Added logging of the `makensis` call with arguments.
### Fixed
- Tweaked the logic of the `compress` parameter to only be explicit when it deviates from the default option.
- Clarified the use of the `compress` and `compression` parameters in the documentation.

## [1.0.4] - 2023-11-07
### Added
- Implemented `compress` as a parameter for `scriptFile`.
- Implemented `compress` as a parameter for the `makensis` call.

## [1.0.3] - 2020-11-26
### Fixed
Expand All @@ -28,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2018-07-29
### First release

[Unreleased]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.4...HEAD
[Unreleased]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.5...HEAD
[1.0.5]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/DigitalMediaServer/nsis-maven-plugin/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.digitalmediaserver</groupId>
<artifactId>nsis-maven-plugin</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<packaging>maven-plugin</packaging>
<prerequisites>
<maven>3.0.4</maven>
Expand Down

0 comments on commit 16d1c5b

Please sign in to comment.