Skip to content

Commit a62ac7e

Browse files
chore: release v0.3.5
1 parent 0c4a769 commit a62ac7e

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.4"
2+
".": "0.3.5"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.3.5](https://github.com/conventoangelo/OverKeys/compare/v0.3.4...v0.3.5) (2026-02-26)
4+
5+
6+
### ⚙️ CI/CD Pipeline
7+
8+
* remove release approval workflow ([0c4a769](https://github.com/conventoangelo/OverKeys/commit/0c4a7697a6bc00f63f95f9cc6fd71fe5f070805f))
9+
* update release-please workflow to use RELEASE_PLEASE_TOKEN for triggering workflows ([7ce7a56](https://github.com/conventoangelo/OverKeys/commit/7ce7a56e2943e345a080317d046bd5182fab7de7))
10+
311
## [0.3.4](https://github.com/conventoangelo/OverKeys/compare/v0.3.3...v0.3.4) (2026-02-21)
412

513

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: overkeys
22
description: "An open-source, customizable on-screen keyboard for Windows. Learn and practice alternative layouts, personalize appearance, and improve your typing."
33
publish_to: "none"
4-
version: 0.3.4
4+
version: 0.3.5
55
repository: https://github.com/conventoangelo/OverKeys
66

77
environment:

scripts/compile_exe-inno.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "OverKeys"
5-
#define MyAppVersion "0.3.4" ;{x-release-please-version}
5+
#define MyAppVersion "0.3.5" ;{x-release-please-version}
66
#define MyAppPublisher "Angelo Convento"
77
#define MyAppURL "https://github.com/conventoangelo/OverKeys"
88
#define MyAppExeName "OverKeys.exe"

0 commit comments

Comments
 (0)