chore(release): release version 1.25.0 (minor) (#7263)
Some checks failed
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
Cargo Deny / deny (push) Waiting to run
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Lint Rust Code (push) Blocked by required conditions
CI / Check OpenAPI Schema is Up-to-Date (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
Live Provider Tests / check-fork (push) Waiting to run
Live Provider Tests / changes (push) Blocked by required conditions
Live Provider Tests / Build Binary (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (Code Execution) (push) Blocked by required conditions
Live Provider Tests / Compaction Tests (push) Blocked by required conditions
Live Provider Tests / goose server HTTP integration tests (push) Blocked by required conditions
Publish Docker Image / docker (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
Deploy Documentation / deploy (push) Has been cancelled
Publish Ask AI Bot Docker Image / docker (push) Has been cancelled

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lifei Zhou <lifei@squareup.com>
Co-authored-by: Zane <75694352+zanesq@users.noreply.github.com>
Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
This commit is contained in:
github-actions[bot] 2026-02-25 12:01:48 -05:00 committed by GitHub
parent 60a5249cad
commit 5b8b2cf132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 12 deletions

14
Cargo.lock generated
View file

@ -4239,7 +4239,7 @@ dependencies = [
[[package]]
name = "goose"
version = "1.24.0"
version = "1.25.0"
dependencies = [
"ahash",
"anyhow",
@ -4338,7 +4338,7 @@ dependencies = [
[[package]]
name = "goose-acp"
version = "1.24.0"
version = "1.25.0"
dependencies = [
"agent-client-protocol-schema",
"anyhow",
@ -4384,7 +4384,7 @@ dependencies = [
[[package]]
name = "goose-cli"
version = "1.24.0"
version = "1.25.0"
dependencies = [
"anstream",
"anyhow",
@ -4437,7 +4437,7 @@ dependencies = [
[[package]]
name = "goose-mcp"
version = "1.24.0"
version = "1.25.0"
dependencies = [
"anyhow",
"base64 0.22.1",
@ -4487,7 +4487,7 @@ dependencies = [
[[package]]
name = "goose-server"
version = "1.24.0"
version = "1.25.0"
dependencies = [
"anyhow",
"axum 0.8.8",
@ -4534,7 +4534,7 @@ dependencies = [
[[package]]
name = "goose-test"
version = "1.24.0"
version = "1.25.0"
dependencies = [
"clap",
"serde_json",
@ -4542,7 +4542,7 @@ dependencies = [
[[package]]
name = "goose-test-support"
version = "1.24.0"
version = "1.25.0"
dependencies = [
"axum 0.7.9",
"rmcp 0.16.0",

View file

@ -4,7 +4,7 @@ resolver = "2"
[workspace.package]
edition = "2021"
version = "1.24.0"
version = "1.25.0"
authors = ["Block <ai-oss-tools@block.xyz>"]
license = "Apache-2.0"
repository = "https://github.com/block/goose"

View file

@ -10,7 +10,7 @@
"license": {
"name": "Apache-2.0"
},
"version": "1.24.0"
"version": "1.25.0"
},
"paths": {
"/action-required/tool-confirmation": {

View file

@ -1,12 +1,12 @@
{
"name": "goose-app",
"version": "1.24.0",
"version": "1.25.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "goose-app",
"version": "1.24.0",
"version": "1.25.0",
"license": "Apache-2.0",
"dependencies": {
"@mcp-ui/client": "^6.1.0",

View file

@ -1,7 +1,7 @@
{
"name": "goose-app",
"productName": "Goose",
"version": "1.24.0",
"version": "1.25.0",
"description": "Goose App",
"engines": {
"node": "^24.10.0",