Skip to content

Commit 0a094e6

Browse files
chore(release): version packages (#938)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e95c3b commit 0a094e6

7 files changed

Lines changed: 12 additions & 14 deletions

File tree

.changeset/bump-bundled-agents.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fresh-tools-work.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 0.45.2
4+
5+
### Patch Changes
6+
7+
- [#936](https://github.com/dohooo/helmor/pull/936) [`5e95c3b`](https://github.com/dohooo/helmor/commit/5e95c3b3c0ad6c74201fd3e363c8121ff192e7ad) Thanks [@dohooo](https://github.com/dohooo)! - Update the bundled Claude Code and OpenCode coding agents to their latest versions.
8+
9+
- [#937](https://github.com/dohooo/helmor/pull/937) [`bda8c15`](https://github.com/dohooo/helmor/commit/bda8c15c4684d879c7fee000b82b0e17f78a03ac) Thanks [@dohooo](https://github.com/dohooo)! - Fix Codex code-mode tool calls failing in signed macOS builds.
10+
311
## 0.45.1
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "helmor",
33
"description": "The local-first IDE for coding agent orchestration.",
44
"private": true,
5-
"version": "0.45.1",
5+
"version": "0.45.2",
66
"packageManager": "bun@1.3.2",
77
"type": "module",
88
"workspaces": [

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.

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 = "helmor"
3-
version = "0.45.1"
3+
version = "0.45.2"
44
description = "The local-first IDE for coding agent orchestration."
55
authors = ["Caspian Zhao", "Nathan Lian"]
66
edition = "2021"

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": "Helmor",
4-
"version": "0.45.1",
4+
"version": "0.45.2",
55
"identifier": "ai.helmor.desktop",
66
"build": {
77
"beforeDevCommand": "bun x vite",

0 commit comments

Comments
 (0)