Skip to content

Commit

Permalink
chore: release 0.1.1 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas authored Oct 17, 2024
1 parent 33260be commit 99ec512
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.1.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.1](https://github.com/lentidas/DAI-2425-PW1/compare/v0.1.0...v0.1.1) (2024-10-17)


### Continuous Integration

* only generate documentation when there is a release ([33260be](https://github.com/lentidas/DAI-2425-PW1/commit/33260bee01aae850a23ec860fbdb1ce986925217))
* use PAT token in order to trigger Docker build ([2fe3026](https://github.com/lentidas/DAI-2425-PW1/commit/2fe3026b08d54492304f6d04f2bf42c9d00db0f2))

## [0.1.0](https://github.com/lentidas/DAI-2425-PW1/compare/v0.1.0...v0.1.0) (2024-10-17)


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>ch.heigvd.dai</groupId>
<artifactId>shadow</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/heigvd/dai/commands/Root.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*/
@CommandLine.Command(
description = "shadow - a CLI tool to hide files inside BMP images",
version = "0.1.0", // x-release-please-version
version = "0.1.1", // x-release-please-version
subcommands = {
Hide.class,
Expose.class,
Expand Down

0 comments on commit 99ec512

Please sign in to comment.