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.16
Co-authored-by: Release Automation <release-automation@users.noreply.github.com> Signed-off-by: Wes <wesbillman@users.noreply.github.com>
This commit is contained in:
co-authored by
Release Automation
parent
ee992ff082
commit
a6211b0e28
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"schema": 2,
|
||||
"version": "0.5.15",
|
||||
"base_sha": "7f61cf431af1d8f0480a0baf525881a12f2be7f2",
|
||||
"previous_tag": "desktop-v0.5.14",
|
||||
"previous_base_sha": "1b3dbcaaea882eeea90359c1db02e306d2f4f50a",
|
||||
"previous_merge_sha": "82f7ed1532f50e0d28afca5580ed522f1c2ef1ca",
|
||||
"tag": "desktop-v0.5.15",
|
||||
"commit_count": 18
|
||||
"version": "0.5.16",
|
||||
"base_sha": "ee992ff0822f44d1c308822f116cb9d26f9a3386",
|
||||
"previous_tag": "desktop-v0.5.15",
|
||||
"previous_base_sha": "7f61cf431af1d8f0480a0baf525881a12f2be7f2",
|
||||
"previous_merge_sha": "c8c8eb58ad5336f21d77e7b02517cd4604a9a7ae",
|
||||
"tag": "desktop-v0.5.16",
|
||||
"commit_count": 2
|
||||
}
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## v0.5.16
|
||||
|
||||
### Desktop and shared changes
|
||||
|
||||
- fix(desktop): restore release agent mentions ([#6182](https://github.com/block/buzz/pull/6182)) ([`ee992ff0822f44d1c308822f116cb9d26f9a3386`](https://github.com/block/buzz/commit/ee992ff0822f44d1c308822f116cb9d26f9a3386))
|
||||
- test(desktop): cover exact workflow batch limit ([#6168](https://github.com/block/buzz/pull/6168)) ([`f8692fa9b52ddcfeb4b95fb4862109983509f131`](https://github.com/block/buzz/commit/f8692fa9b52ddcfeb4b95fb4862109983509f131))
|
||||
|
||||
### Other repository changes
|
||||
|
||||
- None
|
||||
|
||||
[Compare desktop-v0.5.15...desktop-v0.5.16](https://github.com/block/buzz/compare/desktop-v0.5.15...desktop-v0.5.16)
|
||||
|
||||
## v0.5.15
|
||||
|
||||
### Desktop and shared changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "buzz",
|
||||
"private": true,
|
||||
"version": "0.5.15",
|
||||
"version": "0.5.16",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Generated
+1
-1
@@ -1081,7 +1081,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "buzz-desktop"
|
||||
version = "0.5.15"
|
||||
version = "0.5.16"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arboard",
|
||||
|
||||
@@ -7,7 +7,7 @@ members = ["crates/buzz-terminal"]
|
||||
|
||||
[package]
|
||||
name = "buzz-desktop"
|
||||
version = "0.5.15"
|
||||
version = "0.5.16"
|
||||
description = "Buzz desktop app"
|
||||
authors = ["you"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Buzz",
|
||||
"version": "0.5.15",
|
||||
"version": "0.5.16",
|
||||
"identifier": "xyz.block.buzz.app",
|
||||
"build": {
|
||||
"beforeDevCommand": {
|
||||
|
||||
Reference in New Issue
Block a user