From afe4b33d86c637c6ebf078dfd93759801fb17945 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:53:05 +0200
Subject: [PATCH] chore: release 0.1.2 (#35)
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 9 +++++++++
pom.xml | 2 +-
src/main/java/ch/heigvd/dai/commands/Root.java | 2 +-
4 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index a915e8c..001eb2c 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.1"
+ ".": "0.1.2"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8850ea5..f9d9c95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
diff --git a/pom.xml b/pom.xml
index 8a2a531..6fc7cd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
ch.heigvd.dai
shadow
- 0.1.1
+ 0.1.2
21
diff --git a/src/main/java/ch/heigvd/dai/commands/Root.java b/src/main/java/ch/heigvd/dai/commands/Root.java
index b4e6229..b43aa38 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.1", // x-release-please-version
+ version = "0.1.2", // x-release-please-version
subcommands = {
Hide.class,
Expose.class,