# Changelog

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## \[[0.700.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-rc.1...v0.700.0)\] - 2026-07-30

### Features

- Update dependencies to Holochain 0.7.0 by @ThetaSinner in [#45](https://github.com/holochain/hc-spin-rust-utils/pull/45)

### Miscellaneous Tasks

- Require Node.js 24 by @ThetaSinner in [#42](https://github.com/holochain/hc-spin-rust-utils/pull/42)

### CI

- Update node.js support to 24 (lts) by default, and test on 26 (current) by @ThetaSinner

### Automated Changes

- *(deps-dev)* Bump the npm group across 1 directory with 2 updates by @dependabot[bot] in [#41](https://github.com/holochain/hc-spin-rust-utils/pull/41)
- *(deps)* Bump the updates group with 6 updates by @dependabot[bot] in [#40](https://github.com/holochain/hc-spin-rust-utils/pull/40)
- Update dependabot.yml with shared content in [#39](https://github.com/holochain/hc-spin-rust-utils/pull/39)
- Update CODEOWNERS with shared content in [#30](https://github.com/holochain/hc-spin-rust-utils/pull/30)

### First-time Contributors

- @dependabot[bot] made their first contribution in [#41](https://github.com/holochain/hc-spin-rust-utils/pull/41)
- @ made their first contribution in [#39](https://github.com/holochain/hc-spin-rust-utils/pull/39)

## \[[0.700.0-rc.1](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-rc.0...v0.700.0-rc.1)\] - 2026-07-22

### Features

- Update to Holochain 0.7.0-rc.3 by @ThetaSinner in [#37](https://github.com/holochain/hc-spin-rust-utils/pull/37)

## \[[0.700.0-rc.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.3...v0.700.0-rc.0)\] - 2026-07-17

### Features

- Upgrade to Holochain 0.7.0-rc.1 by @ThetaSinner

### Miscellaneous Tasks

- Release v0.700.0-rc.0 by @ThetaSinner in [#33](https://github.com/holochain/hc-spin-rust-utils/pull/33)
- Improve error handling when unzipping a bundle by @ThetaSinner in [#31](https://github.com/holochain/hc-spin-rust-utils/pull/31)

### CI

- Provide perl on Windows by @ThetaSinner
- Add ci_pass job by @ThetaSinner

## \[[0.700.0-dev.3](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.2...v0.700.0-dev.3)\] - 2026-06-26

### Bug Fixes

- Migrate napi config to v3 targets format by @ThetaSinner
  - The @napi-rs/cli bump to v3 changed how the legacy `napi.triples` config is read: the default host targets are now only included when `triples.defaults` is explicitly set. With only `triples.additional` configured, `napi artifacts` resolved just the two aarch64 targets and failed with "No dist dir found" for the x86_64 binaries, breaking the publish job.
  - Migrate to the v3 `binaryName` + `targets` format, listing all five build-matrix targets explicitly. Also clears the [DEPRECATED] warnings.

### Miscellaneous Tasks

- Release v0.700.0-dev.3 by @ThetaSinner
- Release v0.700.0-dev.3 by @ThetaSinner
- Release v0.700.0-dev.3 by @ThetaSinner
- Release v0.700.0-dev.3 by @ThetaSinner
- Compatible version of ava by @ThetaSinner
- Update npm deps by @ThetaSinner
- Update dependencies for Rust lib by @ThetaSinner

### CI

- Update node and actions by @ThetaSinner

### Other Changes

- Merge pull request #26 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#26](https://github.com/holochain/hc-spin-rust-utils/pull/26)
- Merge pull request #25 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#25](https://github.com/holochain/hc-spin-rust-utils/pull/25)
- Merge pull request #24 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#24](https://github.com/holochain/hc-spin-rust-utils/pull/24)
- Merge pull request #23 from holochain/fix/napi-v3-targets-config by @ThetaSinner in [#23](https://github.com/holochain/hc-spin-rust-utils/pull/23)
- Merge pull request #22 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#22](https://github.com/holochain/hc-spin-rust-utils/pull/22)
- Merge pull request #21 from holochain/update-rust-dependencies by @ThetaSinner in [#21](https://github.com/holochain/hc-spin-rust-utils/pull/21)

### First-time Contributors

- @ThetaSinner made their first contribution in [#26](https://github.com/holochain/hc-spin-rust-utils/pull/26)

## \[[0.700.0-dev.2](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.0...v0.700.0-dev.2)\] - 2026-06-18

### Miscellaneous Tasks

- Release v0.700.0-dev.2 by @cdunster
- Bump versions to dev.1 as that was used for testing by @cdunster
  - The version is unpublished/deprecated and shouldn't be used but the version number still can't be reused.

### CI

- Reduce permissions for non-publish jobs in publish workflow by @cdunster in [#17](https://github.com/holochain/hc-spin-rust-utils/pull/17)
- Run PR workflow with `main-*` as base as well as `main` by @cdunster
- Support releasing on `main-*` branches by @cdunster
- Use holochain/actions release instead of the branch for this work by @cdunster
- Use Trusted Publishers for publishing instead of token by @cdunster
- Add step to add NPM_TOKEN to registry by @cdunster
- Add a workflow to publish a prepared release by @cdunster
- Add a workflow to prepare a release and open a PR for it by @cdunster
- Remove publishing trigger and job from general CI workflow by @cdunster
- Remove the build in docker dead code by @cdunster

### Documentation

- Remove repeated changelog entry by @cdunster in [#20](https://github.com/holochain/hc-spin-rust-utils/pull/20)
- Add missing changelog by @cdunster in [#18](https://github.com/holochain/hc-spin-rust-utils/pull/18)
- Update the Holochain support and release process in the README by @cdunster
- Remove the section about updating the NPM token by @cdunster
  - We now use Trusted Publishers.

### First-time Contributors

- @cdunster made their first contribution in [#20](https://github.com/holochain/hc-spin-rust-utils/pull/20)

## \[[0.700.0-dev.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.600.0...v0.700.0-dev.0)\] - 2026-01-13

### Features

- Bump to holochain 0.7.0-dev.7 by @matthme

### Documentation

- Add maintenance instructions by @matthme

### Other Changes

- 0.700.0-dev.0 by @matthme
- Merge pull request #8 from holochain/bump-0.7.0-dev by @matthme in [#8](https://github.com/holochain/hc-spin-rust-utils/pull/8)
- Merge pull request #7 from holochain/docs/maintenance-instructions by @matthme in [#7](https://github.com/holochain/hc-spin-rust-utils/pull/7)

## \[[0.700.0-rc.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.3...v0.700.0-rc.0)\] - 2026-07-17

### Features

- Upgrade to Holochain 0.7.0-rc.1 by @ThetaSinner

### Miscellaneous Tasks

- Improve error handling when unzipping a bundle by @ThetaSinner in [#31](https://github.com/holochain/hc-spin-rust-utils/pull/31)

### CI

- Provide perl on Windows by @ThetaSinner
- Add ci_pass job by @ThetaSinner

## \[[0.700.0-dev.3](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.2...v0.700.0-dev.3)\] - 2026-06-26

### Bug Fixes

- Migrate napi config to v3 targets format by @ThetaSinner
  - The @napi-rs/cli bump to v3 changed how the legacy `napi.triples` config is read: the default host targets are now only included when `triples.defaults` is explicitly set. With only `triples.additional` configured, `napi artifacts` resolved just the two aarch64 targets and failed with "No dist dir found" for the x86_64 binaries, breaking the publish job.
  - Migrate to the v3 `binaryName` + `targets` format, listing all five build-matrix targets explicitly. Also clears the [DEPRECATED] warnings.

### Miscellaneous Tasks

- Release v0.700.0-dev.3 by @ThetaSinner
- Release v0.700.0-dev.3 by @ThetaSinner
- Release v0.700.0-dev.3 by @ThetaSinner
- Release v0.700.0-dev.3 by @ThetaSinner
- Compatible version of ava by @ThetaSinner
- Update npm deps by @ThetaSinner
- Update dependencies for Rust lib by @ThetaSinner

### CI

- Update node and actions by @ThetaSinner

### Other Changes

- Merge pull request #26 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#26](https://github.com/holochain/hc-spin-rust-utils/pull/26)
- Merge pull request #25 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#25](https://github.com/holochain/hc-spin-rust-utils/pull/25)
- Merge pull request #24 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#24](https://github.com/holochain/hc-spin-rust-utils/pull/24)
- Merge pull request #23 from holochain/fix/napi-v3-targets-config by @ThetaSinner in [#23](https://github.com/holochain/hc-spin-rust-utils/pull/23)
- Merge pull request #22 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#22](https://github.com/holochain/hc-spin-rust-utils/pull/22)
- Merge pull request #21 from holochain/update-rust-dependencies by @ThetaSinner in [#21](https://github.com/holochain/hc-spin-rust-utils/pull/21)

### First-time Contributors

- @ThetaSinner made their first contribution in [#26](https://github.com/holochain/hc-spin-rust-utils/pull/26)

## \[[0.700.0-dev.2](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.0...v0.700.0-dev.2)\] - 2026-06-18

### Miscellaneous Tasks

- Release v0.700.0-dev.2 by @cdunster
- Bump versions to dev.1 as that was used for testing by @cdunster
  - The version is unpublished/deprecated and shouldn't be used but the version number still can't be reused.

### CI

- Reduce permissions for non-publish jobs in publish workflow by @cdunster in [#17](https://github.com/holochain/hc-spin-rust-utils/pull/17)
- Run PR workflow with `main-*` as base as well as `main` by @cdunster
- Support releasing on `main-*` branches by @cdunster
- Use holochain/actions release instead of the branch for this work by @cdunster
- Use Trusted Publishers for publishing instead of token by @cdunster
- Add step to add NPM_TOKEN to registry by @cdunster
- Add a workflow to publish a prepared release by @cdunster
- Add a workflow to prepare a release and open a PR for it by @cdunster
- Remove publishing trigger and job from general CI workflow by @cdunster
- Remove the build in docker dead code by @cdunster

### Documentation

- Remove repeated changelog entry by @cdunster in [#20](https://github.com/holochain/hc-spin-rust-utils/pull/20)
- Add missing changelog by @cdunster in [#18](https://github.com/holochain/hc-spin-rust-utils/pull/18)
- Update the Holochain support and release process in the README by @cdunster
- Remove the section about updating the NPM token by @cdunster
  - We now use Trusted Publishers.

### First-time Contributors

- @cdunster made their first contribution in [#20](https://github.com/holochain/hc-spin-rust-utils/pull/20)

## \[[0.700.0-dev.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.600.0...v0.700.0-dev.0)\] - 2026-01-13

### Features

- Bump to holochain 0.7.0-dev.7 by @matthme

### Documentation

- Add maintenance instructions by @matthme

### Other Changes

- 0.700.0-dev.0 by @matthme
- Merge pull request #8 from holochain/bump-0.7.0-dev by @matthme in [#8](https://github.com/holochain/hc-spin-rust-utils/pull/8)
- Merge pull request #7 from holochain/docs/maintenance-instructions by @matthme in [#7](https://github.com/holochain/hc-spin-rust-utils/pull/7)

## \[[0.700.0-dev.3](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.2...v0.700.0-dev.3)\] - 2026-06-26

### Bug Fixes

- Migrate napi config to v3 targets format by @ThetaSinner
  - The @napi-rs/cli bump to v3 changed how the legacy `napi.triples` config is read: the default host targets are now only included when `triples.defaults` is explicitly set. With only `triples.additional` configured, `napi artifacts` resolved just the two aarch64 targets and failed with "No dist dir found" for the x86_64 binaries, breaking the publish job.
  - Migrate to the v3 `binaryName` + `targets` format, listing all five build-matrix targets explicitly. Also clears the [DEPRECATED] warnings.

### Miscellaneous Tasks

- Release v0.700.0-dev.3 by @ThetaSinner
- Release v0.700.0-dev.3 by @ThetaSinner
- Release v0.700.0-dev.3 by @ThetaSinner
- Compatible version of ava by @ThetaSinner
- Update npm deps by @ThetaSinner
- Update dependencies for Rust lib by @ThetaSinner

### CI

- Update node and actions by @ThetaSinner

### Other Changes

- Merge pull request #25 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#25](https://github.com/holochain/hc-spin-rust-utils/pull/25)
- Merge pull request #24 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#24](https://github.com/holochain/hc-spin-rust-utils/pull/24)
- Merge pull request #23 from holochain/fix/napi-v3-targets-config by @ThetaSinner in [#23](https://github.com/holochain/hc-spin-rust-utils/pull/23)
- Merge pull request #22 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#22](https://github.com/holochain/hc-spin-rust-utils/pull/22)
- Merge pull request #21 from holochain/update-rust-dependencies by @ThetaSinner in [#21](https://github.com/holochain/hc-spin-rust-utils/pull/21)

### First-time Contributors

- @ThetaSinner made their first contribution in [#25](https://github.com/holochain/hc-spin-rust-utils/pull/25)

## \[[0.700.0-dev.3](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.2...v0.700.0-dev.3)\] - 2026-06-26

### Bug Fixes

- Migrate napi config to v3 targets format by @ThetaSinner
  - The @napi-rs/cli bump to v3 changed how the legacy `napi.triples` config is read: the default host targets are now only included when `triples.defaults` is explicitly set. With only `triples.additional` configured, `napi artifacts` resolved just the two aarch64 targets and failed with "No dist dir found" for the x86_64 binaries, breaking the publish job.
  - Migrate to the v3 `binaryName` + `targets` format, listing all five build-matrix targets explicitly. Also clears the [DEPRECATED] warnings.

### Miscellaneous Tasks

- Release v0.700.0-dev.3 by @ThetaSinner
- Release v0.700.0-dev.3 by @ThetaSinner
- Compatible version of ava by @ThetaSinner
- Update npm deps by @ThetaSinner
- Update dependencies for Rust lib by @ThetaSinner

### CI

- Update node and actions by @ThetaSinner

### Other Changes

- Merge pull request #24 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#24](https://github.com/holochain/hc-spin-rust-utils/pull/24)
- Merge pull request #23 from holochain/fix/napi-v3-targets-config by @ThetaSinner in [#23](https://github.com/holochain/hc-spin-rust-utils/pull/23)
- Merge pull request #22 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#22](https://github.com/holochain/hc-spin-rust-utils/pull/22)
- Merge pull request #21 from holochain/update-rust-dependencies by @ThetaSinner in [#21](https://github.com/holochain/hc-spin-rust-utils/pull/21)

### First-time Contributors

- @ThetaSinner made their first contribution in [#24](https://github.com/holochain/hc-spin-rust-utils/pull/24)

## \[[0.700.0-dev.3](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.2...v0.700.0-dev.3)\] - 2026-06-26

### Bug Fixes

- Migrate napi config to v3 targets format by @ThetaSinner
  - The @napi-rs/cli bump to v3 changed how the legacy `napi.triples` config is read: the default host targets are now only included when `triples.defaults` is explicitly set. With only `triples.additional` configured, `napi artifacts` resolved just the two aarch64 targets and failed with "No dist dir found" for the x86_64 binaries, breaking the publish job.
  - Migrate to the v3 `binaryName` + `targets` format, listing all five build-matrix targets explicitly. Also clears the [DEPRECATED] warnings.

### Miscellaneous Tasks

- Release v0.700.0-dev.3 by @ThetaSinner
- Compatible version of ava by @ThetaSinner
- Update npm deps by @ThetaSinner
- Update dependencies for Rust lib by @ThetaSinner

### CI

- Update node and actions by @ThetaSinner

### Other Changes

- Merge pull request #23 from holochain/fix/napi-v3-targets-config by @ThetaSinner in [#23](https://github.com/holochain/hc-spin-rust-utils/pull/23)
- Merge pull request #22 from holochain/automated-release-0.700.0-dev.3 by @ThetaSinner in [#22](https://github.com/holochain/hc-spin-rust-utils/pull/22)
- Merge pull request #21 from holochain/update-rust-dependencies by @ThetaSinner in [#21](https://github.com/holochain/hc-spin-rust-utils/pull/21)

### First-time Contributors

- @ThetaSinner made their first contribution in [#23](https://github.com/holochain/hc-spin-rust-utils/pull/23)

## \[[0.700.0-dev.3](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.2...v0.700.0-dev.3)\] - 2026-06-26

### Miscellaneous Tasks

- Compatible version of ava by @ThetaSinner
- Update npm deps by @ThetaSinner
- Update dependencies for Rust lib by @ThetaSinner

### CI

- Update node and actions by @ThetaSinner

### Other Changes

- Merge pull request #21 from holochain/update-rust-dependencies by @ThetaSinner in [#21](https://github.com/holochain/hc-spin-rust-utils/pull/21)

### First-time Contributors

- @ThetaSinner made their first contribution in [#21](https://github.com/holochain/hc-spin-rust-utils/pull/21)

## \[[0.700.0-dev.2](https://github.com/holochain/hc-spin-rust-utils/compare/v0.700.0-dev.0...v0.700.0-dev.2)\] - 2026-06-18

### Miscellaneous Tasks

- Bump versions to dev.1 as that was used for testing by @cdunster
  - The version is unpublished/deprecated and shouldn't be used but the version number still can't be reused.

### CI

- Reduce permissions for non-publish jobs in publish workflow by @cdunster in [#17](https://github.com/holochain/hc-spin-rust-utils/pull/17)
- Run PR workflow with `main-*` as base as well as `main` by @cdunster
- Support releasing on `main-*` branches by @cdunster
- Use holochain/actions release instead of the branch for this work by @cdunster
- Use Trusted Publishers for publishing instead of token by @cdunster
- Add step to add NPM_TOKEN to registry by @cdunster
- Add a workflow to publish a prepared release by @cdunster
- Add a workflow to prepare a release and open a PR for it by @cdunster
- Remove publishing trigger and job from general CI workflow by @cdunster
- Remove the build in docker dead code by @cdunster

### Documentation

- Add missing changelog by @cdunster in [#18](https://github.com/holochain/hc-spin-rust-utils/pull/18)
- Update the Holochain support and release process in the README by @cdunster
- Remove the section about updating the NPM token by @cdunster
  - We now use Trusted Publishers.

### First-time Contributors

- @cdunster made their first contribution in [#18](https://github.com/holochain/hc-spin-rust-utils/pull/18)

## \[[0.700.0-dev.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.600.0...v0.700.0-dev.0)\] - 2026-01-13

### Features

- Bump to holochain 0.7.0-dev.7 by @matthme

### Documentation

- Add maintenance instructions by @matthme

### Other Changes

- Merge pull request #8 from holochain/bump-0.7.0-dev by @matthme in [#8](https://github.com/holochain/hc-spin-rust-utils/pull/8)
- Merge pull request #7 from holochain/docs/maintenance-instructions by @matthme in [#7](https://github.com/holochain/hc-spin-rust-utils/pull/7)

## \[[0.600.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.600.0-dev.0...v0.600.0)\] - 2025-11-20

### Other Changes

- Update to holochain 0.6.0 by @veeso

### First-time Contributors

- @veeso made their first contribution

## \[[0.600.0-dev.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.500.1...v0.600.0-dev.0)\] - 2025-10-02

### Features

- Update to holochain 0.6.0-dev.24 by @matthme

### Miscellaneous Tasks

- Switch to dev tag by @matthme

### Documentation

- Update readme by @matthme

## \[[0.500.1](https://github.com/holochain/hc-spin-rust-utils/compare/v0.500.0...v0.500.1)\] - 2025-08-23

### Features

- Add arm64 target by @matthme

### Other Changes

- Merge pull request #2 from holochain/feat/add-arm64-target by @matthme in [#2](https://github.com/holochain/hc-spin-rust-utils/pull/2)

## \[[0.500.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.500.0-rc.1...v0.500.0)\] - 2025-04-22

### Other Changes

- Bump to holochain 0.5.0 by @matthme

## \[[0.500.0-rc.1](https://github.com/holochain/hc-spin-rust-utils/compare/v0.500.0-rc.0...v0.500.0-rc.1)\] - 2025-04-15

### Other Changes

- Bump holochain dependencies by @matthme

## \[[0.500.0-rc.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.500.0-dev.1...v0.500.0-rc.0)\] - 2025-04-07

### Bug Fixes

- Fix passphrase type by @matthme

### Other Changes

- Remove unused dependency by @matthme
- Bump holochain to 0.5.0-rc.0 by @matthme

## \[[0.500.0-dev.1](https://github.com/holochain/hc-spin-rust-utils/compare/v0.500.0-dev.0...v0.500.0-dev.1)\] - 2025-03-05

### Other Changes

- Bump download-artifact action by @matthme
- Bump upload-artifact action by @matthme
- Bump holochain crates by @matthme

## \[[0.500.0-dev.0](https://github.com/holochain/hc-spin-rust-utils/compare/v0.400.0-dev.2...v0.500.0-dev.0)\] - 2024-11-26

### Bug Fixes

- Fix version numbers by @matthme

### Other Changes

- Undo version by @matthme
- Merge pull request #1 from holochain/feat/new-zome-call-signing-logic by @matthme in [#1](https://github.com/holochain/hc-spin-rust-utils/pull/1)
- Add Cargo.lock by @matthme
- Switched to new zome call signing logic by @matthme

## \[[0.400.0-dev.2](https://github.com/holochain/hc-spin-rust-utils/compare/v0.400.0-dev.1...v0.400.0-dev.2)\] - 2024-05-10

### Bug Fixes

- Fixed target x64 by @matthme

### Other Changes

- 0.400.0-dev.2 by @matthme

## \[[0.400.0-dev.1](https://github.com/holochain/hc-spin-rust-utils/compare/v0.300.1...v0.400.0-dev.1)\] - 2024-05-09

### Other Changes

- 0.400.0-dev.1 by @matthme
- Switched to dev version number by @matthme
- Try out normal macos runner by @matthme
- 0.400.0 by @matthme
- Bumped to holochain 0.4 by @matthme

## \[[0.300.1](https://github.com/holochain/hc-spin-rust-utils/compare/v0.200.3...v0.300.1)\] - 2024-02-07

### Bug Fixes

- Fixed types, removed sodoken dependency by @matthme

### Other Changes

- 0.300.1 by @matthme
- Bumped to holochain 0.3 by @matthme

## \[[0.200.3](https://github.com/holochain/hc-spin-rust-utils/compare/v0.100.2...v0.200.3)\] - 2024-01-29

### Other Changes

- 0.200.3 by @matthme
- Trying M1 runner to build tx5 by @matthme

## \[[0.100.2](https://github.com/holochain/hc-spin-rust-utils/compare/v0.200.2...v0.100.2)\] - 2024-01-29

### Other Changes

- Added darwin aarch64 target by @matthme

## \[[0.200.2](https://github.com/holochain/hc-spin-rust-utils/commits/v0.200.2)\] - 2024-01-23

### Other Changes

- 0.200.2 by @matthme
- 0.200.1 by @matthme
- Back down to 0.200.0 by @matthme
- Added repository info to package.json files in npm folder by @matthme
- 0.200.1 by @matthme
- Added repository to package.json by @matthme
- Removed failing test by @matthme
- Removed docker, added Go installation step by @matthme
- Switched to wget by @matthme
- Changed go installation command by @matthme
- Added go installation step by @matthme
- Removed unnecessary dependencies by @matthme
- Openssl fix by @matthme
- Changed installation order by @matthme
- Added pkg-config dep by @matthme
- Added -y flag by @matthme
- Added libssl-dev installation to matrix build command by @matthme
- Moved libssl-dev installation step to right place by @matthme
- Installing libssl-dev on Ubuntu runner by @matthme
- Removed packagemanager field by @matthme
- Initial commit by @matthme

### First-time Contributors

- @matthme made their first contribution

<!-- generated by git-cliff -->
