Skip to content

Commit

Permalink
chore: release 0.1.2 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas authored Oct 17, 2024
1 parent 59a8e5d commit afe4b33
Show file tree
Hide file tree
Showing 4 changed files with 12 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.1"
".": "0.1.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Continuous Integration

* change name of Docker image and fix badge ([#34](https://github.com/lentidas/DAI-2425-PW1/issues/34)) ([1f8792c](https://github.com/lentidas/DAI-2425-PW1/commit/1f8792c53a5bd8a13f5c4f8ca6fc2cbc38aec648))
* fix typo in trigger ([#37](https://github.com/lentidas/DAI-2425-PW1/issues/37)) ([59a8e5d](https://github.com/lentidas/DAI-2425-PW1/commit/59a8e5d8a935e1253ef02aafc07aa7a2e6c5a4ce))
* revert trigger because GH pages does not like the tag ([#36](https://github.com/lentidas/DAI-2425-PW1/issues/36)) ([d7cebe7](https://github.com/lentidas/DAI-2425-PW1/commit/d7cebe7c087d63f639ca0d777e11677f0a08a56d))

## [0.1.1](https://github.com/lentidas/DAI-2425-PW1/compare/v0.1.0...v0.1.1) (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.1</version>
<version>0.1.2</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.1", // x-release-please-version
version = "0.1.2", // x-release-please-version
subcommands = {
Hide.class,
Expose.class,
Expand Down

0 comments on commit afe4b33

Please sign in to comment.