From 2f113d48b8659f7ce4a96ac5c9d13a991b6a6991 Mon Sep 17 00:00:00 2001 From: Xeek Date: Tue, 26 Nov 2024 17:56:00 -0600 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ source/version.h | 2 +- version.txt | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0a2c8d..6a7753e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9ee0b..53b04ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.0](https://github.com/xeekworx/WindowTool/compare/v1.2.0...v1.3.0) (2024-11-26) + + +### Features + +* test release 2 ([#21](https://github.com/xeekworx/WindowTool/issues/21)) ([4222808](https://github.com/xeekworx/WindowTool/commit/42228086c0ebf4850644ba5853db20ad28489c4a)) + + +### Bug Fixes + +* do not commit version.h to main for release please ([#25](https://github.com/xeekworx/WindowTool/issues/25)) ([9017f34](https://github.com/xeekworx/WindowTool/commit/9017f34523d39d177c73e16b40fc9c7a0f8ea01e)) +* force config file for release please and update resource file ([6929304](https://github.com/xeekworx/WindowTool/commit/6929304bcf6c36f35fe03d45bff9a3761907331c)) +* overhauling release please and versioning for app ([#29](https://github.com/xeekworx/WindowTool/issues/29)) ([161e9b1](https://github.com/xeekworx/WindowTool/commit/161e9b1f48e8d6f1d20b3a872a4a3fc301583937)) +* update dependabot and release-please ([#23](https://github.com/xeekworx/WindowTool/issues/23)) ([820c02a](https://github.com/xeekworx/WindowTool/commit/820c02a0cb1a91a9d74065aded1c9749e46d864a)) + ## [1.2.0](https://github.com/xeekworx/WindowTool/compare/v1.1.1...v1.2.0) (2024-02-03) diff --git a/source/version.h b/source/version.h index bd165c0..698fa31 100644 --- a/source/version.h +++ b/source/version.h @@ -1,2 +1,2 @@ #pragma once -constexpr const wchar_t APP_VERSION[] = L"1.2.0"; // x-release-please-version +constexpr const wchar_t APP_VERSION[] = L"1.3.0"; // x-release-please-version diff --git a/version.txt b/version.txt index 867e524..f0bb29e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.3.0