Skip to content

Commit d436475

Browse files
chore(main): release huly-coder 0.1.1
1 parent 38abda6 commit d436475

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/hcengineering/huly-coder/compare/huly-coder-v0.1.0...huly-coder-v0.1.1) (2025-05-30)
4+
5+
6+
### Bug Fixes
7+
8+
* change quit shortcut to Ctrl+w ([df8de85](https://github.com/hcengineering/huly-coder/commit/df8de850c32f5e5d0a2047e567636ac5c326be0f))
9+
* Correct handle not result from tools ([6bc3bff](https://github.com/hcengineering/huly-coder/commit/6bc3bfff39bfa2b738ab42e9016c01bbb137e379))
10+
* improve error handling for MCP client initialization and opening with context messages ([d977735](https://github.com/hcengineering/huly-coder/commit/d977735044ea324e2a106bcdc604022272ff221c))
11+
312
## 0.1.0 (2025-05-29)
413

514

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/hcengineering/huly-coder"
1010

1111
[package]
1212
name = "huly-coder"
13-
version = "0.1.0"
13+
version = "0.1.1"
1414
edition = "2021"
1515
license = "MIT"
1616
homepage = "https://github.com/hcengineering/huly-coder"

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
license.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)