Skip to content

Commit 82f7ed1

Browse files
chore(release): release Buzz Desktop version 0.5.14 (#5917)
## Buzz Desktop release v0.5.14 - **Frozen main:** `1b3dbcaaea882eeea90359c1db02e306d2f4f50a` - **Reviewed candidate:** `391495e7d347d20b67e39e3c240d17ef63c5c2c0` - **Previous desktop release:** `desktop-v0.5.13` - **Proposed immutable tag:** `desktop-v0.5.14` This PR may be **squash merged** after the Desktop Release Candidate check and all protected-branch checks pass. Merging authorizes publication of the exact reviewed candidate; later or unrelated changes on `main` cannot alter it. The checked-in changelog accounts for every non-merge commit in the release range. The Desktop tag points to the reviewed candidate commit, not the later squash commit. Publication remains bound to that immutable candidate tag. Signed-off-by: Wes <wesbillman@users.noreply.github.com> Co-authored-by: Release Automation <release-automation@users.noreply.github.com>
1 parent 1b3dbca commit 82f7ed1

6 files changed

Lines changed: 23 additions & 11 deletions

File tree

.release/desktop-candidate.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"schema": 2,
3-
"version": "0.5.13",
4-
"base_sha": "09768100ec3420f0aa7cd278bd00fe0baab5de8d",
5-
"previous_tag": "desktop-v0.5.12",
6-
"previous_base_sha": "757779bb1ef22cc4a1c233344baa0946d907e5a6",
7-
"previous_merge_sha": "1f4c69eccf012dc58737e9265498397215c706c5",
8-
"tag": "desktop-v0.5.13",
9-
"commit_count": 4
3+
"version": "0.5.14",
4+
"base_sha": "1b3dbcaaea882eeea90359c1db02e306d2f4f50a",
5+
"previous_tag": "desktop-v0.5.13",
6+
"previous_base_sha": "09768100ec3420f0aa7cd278bd00fe0baab5de8d",
7+
"previous_merge_sha": "51beba603886d34e751349d12b33c0c5aeb92c28",
8+
"tag": "desktop-v0.5.14",
9+
"commit_count": 1
1010
}

CHANGELOG.md

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

3+
## v0.5.14
4+
5+
### Desktop and shared changes
6+
7+
- None
8+
9+
### Other repository changes
10+
11+
- ci(release): remove desktop smoke gate ([#5914](https://github.com/block/buzz/pull/5914)) ([`1b3dbcaaea882eeea90359c1db02e306d2f4f50a`](https://github.com/block/buzz/commit/1b3dbcaaea882eeea90359c1db02e306d2f4f50a))
12+
13+
[Compare desktop-v0.5.13...desktop-v0.5.14](https://github.com/block/buzz/compare/desktop-v0.5.13...desktop-v0.5.14)
14+
315
## v0.5.13
416

517
### Desktop and shared changes

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "buzz",
33
"private": true,
4-
"version": "0.5.13",
4+
"version": "0.5.14",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = ["crates/buzz-terminal"]
77

88
[package]
99
name = "buzz-desktop"
10-
version = "0.5.13"
10+
version = "0.5.14"
1111
description = "Buzz desktop app"
1212
authors = ["you"]
1313
edition = "2021"

desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Buzz",
4-
"version": "0.5.13",
4+
"version": "0.5.14",
55
"identifier": "xyz.block.buzz.app",
66
"build": {
77
"beforeDevCommand": {

0 commit comments

Comments
 (0)