-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f82eaeb
commit ef2f663
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
All notable changes to iroh-node-util will be documented in this file. | ||
|
||
## [0.29.0] - 2024-12-03 | ||
|
||
### ⛰️ Features | ||
|
||
- Simple iroh ([#2968](https://github.com/n0-computer/iroh-node-util/issues/2968)) - ([2ae0409](https://github.com/n0-computer/iroh-node-util/commit/2ae0409cf61d17fd75a6ef0dc7e58d5bcf21af32)) | ||
- CI ([#1](https://github.com/n0-computer/iroh-node-util/issues/1)) - ([d0258b6](https://github.com/n0-computer/iroh-node-util/commit/d0258b6989b360f34a275de98e6114b5f9205cf7)) | ||
- Update to [email protected] and latest quic-rpc ([#2](https://github.com/n0-computer/iroh-node-util/issues/2)) - ([69fda50](https://github.com/n0-computer/iroh-node-util/commit/69fda506f9b1451b29bfc0722c1cbdb6470b6d4c)) | ||
|
||
### 🚜 Refactor | ||
|
||
- *(iroh)* [**breaking**] Extract net and node rpc ([#2927](https://github.com/n0-computer/iroh-node-util/issues/2927)) - ([ae342c1](https://github.com/n0-computer/iroh-node-util/commit/ae342c1cc1847f65ce222f299c8526345171e93c)) | ||
- *(iroh-cli)* [**breaking**] Use config and logging from iroh-node-utils ([#2953](https://github.com/n0-computer/iroh-node-util/issues/2953)) - ([8f25e6a](https://github.com/n0-computer/iroh-node-util/commit/8f25e6a7342b45a1c1141a4b914de63f58c94b27)) | ||
- *(iroh-cli)* [**breaking**] Move net and node cli into iroh-node-util under the cli feature ([#2954](https://github.com/n0-computer/iroh-node-util/issues/2954)) - ([8b4df30](https://github.com/n0-computer/iroh-node-util/commit/8b4df30a5ef8266e786f82baa3a1ba74f07681e3)) | ||
- Move `iroh-router` into `iroh-net` and rename `iroh-net` to `iroh` ([#2973](https://github.com/n0-computer/iroh-node-util/issues/2973)) - ([ced7eaa](https://github.com/n0-computer/iroh-node-util/commit/ced7eaa1a1079c0f63a3dc0441ebf4ae0b619846)) | ||
- Cleanup internal dependency references ([#2976](https://github.com/n0-computer/iroh-node-util/issues/2976)) - ([514a481](https://github.com/n0-computer/iroh-node-util/commit/514a48138e20d60984f4f87be6e2d877b7e9f101)) | ||
|
||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Setup files - ([00a73f7](https://github.com/n0-computer/iroh-node-util/commit/00a73f7a1c567a34a43c279bb774639cba46be6a)) | ||
- Update changelog and release tooling - ([506e21b](https://github.com/n0-computer/iroh-node-util/commit/506e21b510a4aa1bfd2372881dfb16a99fbe379f)) | ||
|
||
|