From 99ec512c4c6a32e8decbbe52ad25c9fee1189c10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gon=C3=A7alo=20Heleno?=
<33546359+lentidas@users.noreply.github.com>
Date: Thu, 17 Oct 2024 11:33:02 +0200
Subject: [PATCH] chore: release 0.1.1 (#33)
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 8 ++++++++
pom.xml | 2 +-
src/main/java/ch/heigvd/dai/commands/Root.java | 2 +-
4 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 466df71..a915e8c 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.0"
+ ".": "0.1.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85a845f..8850ea5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
diff --git a/pom.xml b/pom.xml
index 90028e9..8a2a531 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
ch.heigvd.dai
shadow
- 0.1.0
+ 0.1.1
21
diff --git a/src/main/java/ch/heigvd/dai/commands/Root.java b/src/main/java/ch/heigvd/dai/commands/Root.java
index c825d5f..b4e6229 100644
--- a/src/main/java/ch/heigvd/dai/commands/Root.java
+++ b/src/main/java/ch/heigvd/dai/commands/Root.java
@@ -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,