mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
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>
This commit is contained in:
co-authored by
Release Automation
parent
1b3dbcaaea
commit
82f7ed1532
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"schema": 2,
|
||||
"version": "0.5.13",
|
||||
"base_sha": "09768100ec3420f0aa7cd278bd00fe0baab5de8d",
|
||||
"previous_tag": "desktop-v0.5.12",
|
||||
"previous_base_sha": "757779bb1ef22cc4a1c233344baa0946d907e5a6",
|
||||
"previous_merge_sha": "1f4c69eccf012dc58737e9265498397215c706c5",
|
||||
"tag": "desktop-v0.5.13",
|
||||
"commit_count": 4
|
||||
"version": "0.5.14",
|
||||
"base_sha": "1b3dbcaaea882eeea90359c1db02e306d2f4f50a",
|
||||
"previous_tag": "desktop-v0.5.13",
|
||||
"previous_base_sha": "09768100ec3420f0aa7cd278bd00fe0baab5de8d",
|
||||
"previous_merge_sha": "51beba603886d34e751349d12b33c0c5aeb92c28",
|
||||
"tag": "desktop-v0.5.14",
|
||||
"commit_count": 1
|
||||
}
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## v0.5.14
|
||||
|
||||
### Desktop and shared changes
|
||||
|
||||
- None
|
||||
|
||||
### Other repository changes
|
||||
|
||||
- ci(release): remove desktop smoke gate ([#5914](https://github.com/block/buzz/pull/5914)) ([`1b3dbcaaea882eeea90359c1db02e306d2f4f50a`](https://github.com/block/buzz/commit/1b3dbcaaea882eeea90359c1db02e306d2f4f50a))
|
||||
|
||||
[Compare desktop-v0.5.13...desktop-v0.5.14](https://github.com/block/buzz/compare/desktop-v0.5.13...desktop-v0.5.14)
|
||||
|
||||
## v0.5.13
|
||||
|
||||
### Desktop and shared changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "buzz",
|
||||
"private": true,
|
||||
"version": "0.5.13",
|
||||
"version": "0.5.14",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Generated
+1
-1
@@ -1081,7 +1081,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "buzz-desktop"
|
||||
version = "0.5.13"
|
||||
version = "0.5.14"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arboard",
|
||||
|
||||
@@ -7,7 +7,7 @@ members = ["crates/buzz-terminal"]
|
||||
|
||||
[package]
|
||||
name = "buzz-desktop"
|
||||
version = "0.5.13"
|
||||
version = "0.5.14"
|
||||
description = "Buzz desktop app"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Buzz",
|
||||
"version": "0.5.13",
|
||||
"version": "0.5.14",
|
||||
"identifier": "xyz.block.buzz.app",
|
||||
"build": {
|
||||
"beforeDevCommand": {
|
||||
|
||||
Reference in New Issue
Block a user