Skip to content

Commit 8fe6d85

Browse files
chore: release 0.8.1
1 parent b642677 commit 8fe6d85

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".": "0.8.0"}
1+
{".": "0.8.1"}

CHANGELOG.md

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

3+
## [0.8.1](https://github.com/mlhiter/open-sidenotes/releases/tag/v0.8.1) (2025-11-25)
4+
5+
### Bug Fixes
6+
7+
- fix: use PAT token to trigger release workflow ([b642677](https://github.com/mlhiter/open-sidenotes/commit/b6426771b4bff6e18b360061e99ddf87b00e5742))
8+
9+
310
## [0.8.0](https://github.com/mlhiter/open-sidenotes/releases/tag/v0.8.0) (2025-11-25)
411

512
### Features

open-sidenotes.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"$(inherited)",
415415
"@executable_path/../Frameworks",
416416
);
417-
MARKETING_VERSION = 0.8.0;
417+
MARKETING_VERSION = 0.8.1;
418418
PRODUCT_BUNDLE_IDENTIFIER = "com.mlhiter.open-sidenotes";
419419
PRODUCT_NAME = "$(TARGET_NAME)";
420420
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -439,7 +439,7 @@
439439
"$(inherited)",
440440
"@executable_path/../Frameworks",
441441
);
442-
MARKETING_VERSION = 0.8.0;
442+
MARKETING_VERSION = 0.8.1;
443443
PRODUCT_BUNDLE_IDENTIFIER = "com.mlhiter.open-sidenotes";
444444
PRODUCT_NAME = "$(TARGET_NAME)";
445445
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)