Skip to content

Commit 5c112b0

Browse files
authored
chore: release v0.6.0-rc.1 (#11)
## Summary - synchronize Berd, berdctl, and tauri-plugin-berdctl at 0.6.0-rc.1 - add the reviewed v0.6.0-rc.1 changelog entry ### Related issue N/A ### Testing - `just release-version-check 0.6.0-rc.1` - `just release-validate 0.6.0-rc.1`
1 parent ec12897 commit 5c112b0

7 files changed

Lines changed: 18 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
# Changelog
2+
3+
## [v0.6.0-rc.1](https://github.com/block/berd/releases/tag/v0.6.0-rc.1) - 2026-08-13
4+
5+
This release improves project chat setup and refreshes the getting-started experience.
6+
7+
- **Multi-folder project chats:** Choose worktree behavior for each Git folder when creating a project, with clearer setup prompts, progress, and error handling when starting a chat.
8+
- **Message queue improvements:** Queued messages are grouped more clearly, and dismissing one no longer sends the next message unexpectedly.
9+
- **Experimental — Berdy onboarding:** A refreshed five-step tour now covers providers, agents, and skills. After the tour, you can start chatting with Berdy directly from Home.
10+
11+
**Full Changelog**: https://github.com/block/berd/compare/9b88cac3f72d09bb67cd4448029cc0fe17f6ad5c...ec12897

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "berd",
33
"private": true,
4-
"version": "0.4.12",
4+
"version": "0.6.0-rc.1",
55
"type": "module",
66
"packageManager": "pnpm@10.33.0",
77
"scripts": {

src-tauri/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "Berd"
3-
version = "0.4.12"
3+
version = "0.6.0-rc.1"
44
description = "Berd desktop app"
55
authors = ["Block, Inc."]
66
edition = "2021"

src-tauri/crates/berdctl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "berdctl"
3-
version = "0.4.12"
3+
version = "0.6.0-rc.1"
44
description = "Command-line control of the Berd desktop app"
55
authors = ["Block, Inc."]
66
edition = "2021"

src-tauri/plugins/berdctl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-berdctl"
3-
version = "0.4.12"
3+
version = "0.6.0-rc.1"
44
edition = "2021"
55
links = "tauri-plugin-berdctl"
66
build = "build.rs"

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": "Berd",
4-
"version": "0.4.12",
4+
"version": "0.6.0-rc.1",
55
"identifier": "xyz.block.berd",
66
"build": {
77
"beforeDevCommand": {

0 commit comments

Comments
 (0)