Skip to content

Commit 3d524d0

Browse files
chore: Release iroh-docs version 0.30.0
1 parent 31b6698 commit 3d524d0

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## [0.30.0](https://github.com/n0-computer/iroh-docs/compare/v0.29.0..0.30.0) - 2024-12-17
6+
7+
### ⛰️ Features
8+
9+
- [**breaking**] Remove rpc from the default feature flag set - ([5897668](https://github.com/n0-computer/iroh-docs/commit/5897668996cf509fcbcb0f9801925a3d3ad89148))
10+
- [**breaking**] Add Docs<S> which wraps the Engine<S> ([#18](https://github.com/n0-computer/iroh-docs/issues/18)) - ([857f0dc](https://github.com/n0-computer/iroh-docs/commit/857f0dc7e9b14d27b2a21e0f12ff00609b077a52))
11+
- [**breaking**] Update to [email protected] & MSRV 1.81 - ([31b6698](https://github.com/n0-computer/iroh-docs/commit/31b66980a8216a7f52183a6f46bb9455c58726ae))
12+
13+
### 🚜 Refactor
14+
15+
- Adapt to new ProtocolHandler ([#15](https://github.com/n0-computer/iroh-docs/issues/15)) - ([b6c7616](https://github.com/n0-computer/iroh-docs/commit/b6c7616c401ac7c465beafebdc49f866263cf026))
16+
17+
### 📚 Documentation
18+
19+
- Add "Getting Started" section to the README and add the readme to the docs ([#19](https://github.com/n0-computer/iroh-docs/issues/19)) - ([98e2e17](https://github.com/n0-computer/iroh-docs/commit/98e2e170bcf4c1f23aa1479ae6c2b21b92c1146d))
20+
521
## [0.29.0](https://github.com/n0-computer/iroh-docs/compare/v0.28.0..0.29.0) - 2024-12-04
622

723
### ⛰️ 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "iroh-docs"
3-
version = "0.29.0"
3+
version = "0.30.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "Iroh sync"

0 commit comments

Comments
 (0)