Skip to content

Commit 9ba21bf

Browse files
author
“ramfox”
committed
chore: Release iroh-node-util version 0.31.0
1 parent b4d1b20 commit 9ba21bf

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

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

5-
## [0.30.0](https://github.com/n0-computer/iroh-node-util/compare/v0.29.0..0.30.0) - 2024-12-17
5+
## [0.31.0](https://github.com/n0-computer/iroh-node-util/compare/v0.30.0..0.31.0) - 2025-01-14
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- 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))
10+
- 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))
11+
- 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))
12+
13+
## [0.30.0](https://github.com/n0-computer/iroh-node-util/compare/v0.29.0..v0.30.0) - 2024-12-17
614

715
### ⛰️ Features
816

917
- Update to [email protected] ([#3](https://github.com/n0-computer/iroh-node-util/issues/3)) - ([5727fe5](https://github.com/n0-computer/iroh-node-util/commit/5727fe52680fc9bac5cf22e7d0778464e8e55983))
1018

19+
### ⚙️ Miscellaneous Tasks
20+
21+
- Release iroh-node-util version 0.30.0 - ([b7714a0](https://github.com/n0-computer/iroh-node-util/commit/b7714a03627ded68498c1b3dc756c9476fd1e0cd))
22+
1123
## [0.29.0] - 2024-12-03
1224

1325
### ⛰️ Features

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.30.0"
6+
version = "0.31.0"
77
edition = "2021"
88
authors = ["n0 team"]
99
repository = "https://github.com/n0-computer/iroh-node-util"

0 commit comments

Comments
 (0)