From 9efcdfb3016f53a2c3cad020c12c85dcb67fc51e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:47:56 +0000 Subject: [PATCH 1/4] chore(release): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ docs/manifest.json | 2 +- pom.xml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 190b113..2788753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.3.0](https://github.com/snytkine/api-tester-cli/compare/v0.2.0...v0.3.0) (2026-06-14) + + +### Features + +* adding handler for --version command to show application version. Adding footer to generated reports that shows version of program. ([def1fa3](https://github.com/snytkine/api-tester-cli/commit/def1fa3b4ab8c30bfe8feee2bcf536a166f58735)) + + +### Bug Fixes + +* provide fallback BuildProperties bean when build-info.properties is absent ([e7728d1](https://github.com/snytkine/api-tester-cli/commit/e7728d1ebba5174873e8c1a4db896e5dbf4c35bd)) +* resolve versionCommand bean collision that blocked application startup ([e0395a0](https://github.com/snytkine/api-tester-cli/commit/e0395a0bc6ec5cf2f90af346c49a5146e9c05a29)) + + +### Documentation + +* document the version command in README and docs/ ([d6669e7](https://github.com/snytkine/api-tester-cli/commit/d6669e78de5f85791c1d2d7befca1c00c83449f4)) + ## [0.2.0](https://github.com/snytkine/api-tester-cli/compare/v0.1.0...v0.2.0) (2026-06-14) diff --git a/docs/manifest.json b/docs/manifest.json index 6f658d4..7b30149 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,6 +1,6 @@ { "latestVersion": { - "version": "0.2.1-SNAPSHOT", + "version": "0.3.0", "date": "2024-06-30", "releaseUrl": "https://github.com/api-tester/api-tester-cli/releases/tag/0.1.0", "message": "Download latest release from GitHub" diff --git a/pom.xml b/pom.xml index 4bb2b0c..7144c73 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.github.snytkine.apitester api-tester-cli - 0.2.1-SNAPSHOT + 0.3.0 api-tester-cli Spring Boot + Spring Shell CLI for running HTTP API test suites defined in YAML, with Thymeleaf expression support and GraalVM native-image compatibility. From 7582a47f0a0f1fb2d78166b12e17b63f9560ac2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 21:49:46 +0000 Subject: [PATCH 2/4] chore(release): release 0.3.1-SNAPSHOT --- docs/manifest.json | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 7b30149..2388fc4 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,6 +1,6 @@ { "latestVersion": { - "version": "0.3.0", + "version": "0.3.1-SNAPSHOT", "date": "2024-06-30", "releaseUrl": "https://github.com/api-tester/api-tester-cli/releases/tag/0.1.0", "message": "Download latest release from GitHub" diff --git a/pom.xml b/pom.xml index 7144c73..0da21f1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.github.snytkine.apitester api-tester-cli - 0.3.0 + 0.3.1-SNAPSHOT api-tester-cli Spring Boot + Spring Shell CLI for running HTTP API test suites defined in YAML, with Thymeleaf expression support and GraalVM native-image compatibility. From e2f057813da5ae37d4264ac5b55d0c72ad6b8ccf Mon Sep 17 00:00:00 2001 From: Dmitri Date: Sun, 14 Jun 2026 18:32:58 -0400 Subject: [PATCH 3/4] chore(release): release 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ docs/manifest.json | 2 +- pom.xml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2788753..c88b348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.0](https://github.com/snytkine/api-tester-cli/compare/v0.3.0...v0.4.0) (2026-06-14) + + +### Features + +* added support for version command to display application version ([5aa624e](https://github.com/snytkine/api-tester-cli/commit/5aa624e539ba70b7fa1d004c586156971eb0dbfd)) +* added support for version command to display application version ([8008452](https://github.com/snytkine/api-tester-cli/commit/80084524dcdadeb74fe2a6a25c6fe8b31f1dd9f1)) + ## [0.3.0](https://github.com/snytkine/api-tester-cli/compare/v0.2.0...v0.3.0) (2026-06-14) diff --git a/docs/manifest.json b/docs/manifest.json index 2388fc4..d60900a 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,6 +1,6 @@ { "latestVersion": { - "version": "0.3.1-SNAPSHOT", + "version": "0.4.0", "date": "2024-06-30", "releaseUrl": "https://github.com/api-tester/api-tester-cli/releases/tag/0.1.0", "message": "Download latest release from GitHub" diff --git a/pom.xml b/pom.xml index 0da21f1..b7a968c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.github.snytkine.apitester api-tester-cli - 0.3.1-SNAPSHOT + 0.4.0 api-tester-cli Spring Boot + Spring Shell CLI for running HTTP API test suites defined in YAML, with Thymeleaf expression support and GraalVM native-image compatibility. From 6c185cda50868c3de436c6e7908e94d02951cb71 Mon Sep 17 00:00:00 2001 From: Dmitri Date: Sun, 14 Jun 2026 18:40:35 -0400 Subject: [PATCH 4/4] chore(release): release 0.4.1-SNAPSHOT --- docs/manifest.json | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index d60900a..a4e392b 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,6 +1,6 @@ { "latestVersion": { - "version": "0.4.0", + "version": "0.4.1-SNAPSHOT", "date": "2024-06-30", "releaseUrl": "https://github.com/api-tester/api-tester-cli/releases/tag/0.1.0", "message": "Download latest release from GitHub" diff --git a/pom.xml b/pom.xml index b7a968c..0503b3e 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ io.github.snytkine.apitester api-tester-cli - 0.4.0 + 0.4.1-SNAPSHOT api-tester-cli Spring Boot + Spring Shell CLI for running HTTP API test suites defined in YAML, with Thymeleaf expression support and GraalVM native-image compatibility.