Skip to content

Commit

Permalink
chore(main): release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xeekworx committed Nov 26, 2024
1 parent 6929304 commit 2f113d4
Show file tree
Hide file tree
Showing 4 changed files with 18 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 @@
{
".": "1.2.0"
".": "1.3.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion source/version.h
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0

0 comments on commit 2f113d4

Please sign in to comment.