Skip to content

Commit cbe464b

Browse files
author
“ramfox”
committed
chore: Release iroh-node-util version 0.32.0
1 parent 4a2eff8 commit cbe464b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
All notable changes to iroh-node-util will be documented in this file.
44

5-
## [0.31.0](https://github.com/n0-computer/iroh-node-util/compare/v0.30.0..0.31.0) - 2025-01-14
5+
## [0.32.0](https://github.com/n0-computer/iroh-node-util/compare/v0.31.0..0.32.0) - 2025-02-04
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Remove individual repo project tracking ([#8](https://github.com/n0-computer/iroh-node-util/issues/8)) - ([3f6a6ab](https://github.com/n0-computer/iroh-node-util/commit/3f6a6aba3c143f96a5cc61508c87085050add45a))
10+
- Upgrade to `irohv0.32.0` ([#9](https://github.com/n0-computer/iroh-node-util/issues/9)) - ([4a2eff8](https://github.com/n0-computer/iroh-node-util/commit/4a2eff83f47cdb0ecb90309d6e300c01546ce136))
11+
12+
## [0.31.0](https://github.com/n0-computer/iroh-node-util/compare/v0.30.0..v0.31.0) - 2025-01-14
613

714
### ⚙️ Miscellaneous Tasks
815

916
- Add project tracking ([#5](https://github.com/n0-computer/iroh-node-util/issues/5)) - ([98fce03](https://github.com/n0-computer/iroh-node-util/commit/98fce03cc7b54c1b17b90ef336077246e69ad38b))
1017
- Configure semver check with correct package name ([#7](https://github.com/n0-computer/iroh-node-util/issues/7)) - ([74666ec](https://github.com/n0-computer/iroh-node-util/commit/74666ec040ccb90528d70cde5519eece5e2a5c04))
1118
- Upgrade to `[email protected]` ([#6](https://github.com/n0-computer/iroh-node-util/issues/6)) - ([b4d1b20](https://github.com/n0-computer/iroh-node-util/commit/b4d1b20db0e95e88f4603009e3566bfd44e7a484))
19+
- Release iroh-node-util version 0.31.0 - ([9ba21bf](https://github.com/n0-computer/iroh-node-util/commit/9ba21bf3e13eafc63147906f25bb6913fa6ee67e))
1220

1321
## [0.30.0](https://github.com/n0-computer/iroh-node-util/compare/v0.29.0..v0.30.0) - 2024-12-17
1422

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "iroh-node-util"
33
description = "Utilities to build binaries containing an iroh endpoint"
44
readme = "README.md"
55
license = "MIT OR Apache-2.0"
6-
version = "0.31.0"
6+
version = "0.32.0"
77
edition = "2021"
88
authors = ["n0 team"]
99
repository = "https://github.com/n0-computer/iroh-node-util"

0 commit comments

Comments
 (0)