Skip to content

Commit ecf45ba

Browse files
github-actions[bot]kosz78
authored andcommitted
chore(main): release huly-coder 0.3.2
1 parent a3bc49a commit ecf45ba

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-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.3.1"
2+
".": "0.3.2"
33
}

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.3.2](https://github.com/hcengineering/huly-coder/compare/huly-coder-v0.3.1...huly-coder-v0.3.2) (2025-07-14)
4+
5+
6+
### Bug Fixes
7+
8+
* Create workspace directory on start if directory not exists ([26ff0fc](https://github.com/hcengineering/huly-coder/commit/26ff0fc5294be0adc136611a2534838b89750ecf))
9+
* Remove platform-specific shell from execute_command module (only bash support now) ([a3bc49a](https://github.com/hcengineering/huly-coder/commit/a3bc49a1027fc01042ac66d350d14ab599b7a21b))
10+
311
## [0.3.1](https://github.com/hcengineering/huly-coder/compare/huly-coder-v0.3.0...huly-coder-v0.3.1) (2025-06-16)
412

513

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.3.1"
13+
version = "0.3.2"
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.3.1"
3+
version = "0.3.2"
44
edition.workspace = true
55
license.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)