Skip to content

Commit

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

## [1.0.0](https://github.com/lentidas/DAI-2425-PW1/compare/v0.1.3...v1.0.0) (2024-10-17)


### Documentation

* finished the complete version of the README.md ([#40](https://github.com/lentidas/DAI-2425-PW1/issues/40)) ([8ef2514](https://github.com/lentidas/DAI-2425-PW1/commit/8ef251439256d44bcf35a2f2da83b8b8c1d602a0))

## [0.1.3](https://github.com/lentidas/DAI-2425-PW1/compare/v0.1.2...v0.1.3) (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.3</version>
<version>1.0.0</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.3", // x-release-please-version
version = "1.0.0", // x-release-please-version
subcommands = {
Hide.class,
Expose.class,
Expand Down

0 comments on commit b5180ae

Please sign in to comment.