Skip to content

Commit 2fbd8d7

Browse files
chore(release): 3.2.0
## 3.2.0 (2026-07-08) * Merge branch 'main' into fix/container-trust-bundle ([8338b58](8338b58)) * Merge pull request #56 from hack-dance/fix/container-trust-bundle ([9cb82c1](9cb82c1)), closes [#56](#56) * Merge pull request #57 from hack-dance/fix/global-trust-platform-order ([e3c6da0](e3c6da0)), closes [#57](#57) * fix(tls): check isMac before isLinux in globalTrust; pin platform in mac suite ([4d35428](4d35428)) * fix(tls): containers get combined public+local trust, never a stripped bundle ([651f234](651f234)) * fix(tls): generate the combined trust bundle on Linux hosts ([e339920](e339920)) * test(tls): neutral fixture paths for the privacy check ([c4be004](c4be004)) * feat(agents): onboarding lessons from first field hack init --with run ([2190dd8](2190dd8))
1 parent e3c6da0 commit 2fbd8d7

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 3.2.0 (2026-07-08)
2+
3+
* Merge branch 'main' into fix/container-trust-bundle ([8338b58](https://github.com/hack-dance/hack/commit/8338b58))
4+
* Merge pull request #56 from hack-dance/fix/container-trust-bundle ([9cb82c1](https://github.com/hack-dance/hack/commit/9cb82c1)), closes [#56](https://github.com/hack-dance/hack/issues/56)
5+
* Merge pull request #57 from hack-dance/fix/global-trust-platform-order ([e3c6da0](https://github.com/hack-dance/hack/commit/e3c6da0)), closes [#57](https://github.com/hack-dance/hack/issues/57)
6+
* fix(tls): check isMac before isLinux in globalTrust; pin platform in mac suite ([4d35428](https://github.com/hack-dance/hack/commit/4d35428))
7+
* fix(tls): containers get combined public+local trust, never a stripped bundle ([651f234](https://github.com/hack-dance/hack/commit/651f234))
8+
* fix(tls): generate the combined trust bundle on Linux hosts ([e339920](https://github.com/hack-dance/hack/commit/e339920))
9+
* test(tls): neutral fixture paths for the privacy check ([c4be004](https://github.com/hack-dance/hack/commit/c4be004))
10+
* feat(agents): onboarding lessons from first field hack init --with run ([2190dd8](https://github.com/hack-dance/hack/commit/2190dd8))
11+
112
## <small>3.1.1 (2026-07-07)</small>
213

314
* Merge pull request #55 from hack-dance/fix/release-intel-macos-build ([e5f7646](https://github.com/hack-dance/hack/commit/e5f7646)), closes [#55](https://github.com/hack-dance/hack/issues/55)

apps/macos/Config/Base.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ PRODUCT_NAME = Hack Desktop
99
PRODUCT_BUNDLE_IDENTIFIER = dance.hack.desktop
1010
HACK_URL_SCHEME = hack
1111
MACOSX_DEPLOYMENT_TARGET = 14.0
12-
MARKETING_VERSION = 3.1.1
12+
MARKETING_VERSION = 3.2.0
1313
CURRENT_PROJECT_VERSION = $(MARKETING_VERSION)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hack-cli",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"packageManager": "bun@1.3.9",
55
"module": "index.ts",
66
"type": "module",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hack/cli",
33
"private": true,
4-
"version": "3.1.1",
4+
"version": "3.2.0",
55
"type": "module",
66
"module": "index.ts",
77
"scripts": {

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hack/db",
33
"private": true,
4-
"version": "3.1.1",
4+
"version": "3.2.0",
55
"type": "module",
66
"main": "src/client.ts",
77
"module": "src/client.ts",

0 commit comments

Comments
 (0)