We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc3ca1 commit 8c53cc0Copy full SHA for 8c53cc0
CHANGELOG.md
@@ -4,10 +4,8 @@
4
5
- Export necessary RPC types. Fixes an issue where certain fields weren't public enough.
6
- Make id types easier to create and add `PartialEq` and `Eq` impls for as many types as possible.
7
-
8
-## 0.4.8 (2025-10-16)
9
10
- Export `acp::Result<T, E = acp::Error>` for easier indication of ACP errors.
+- Use `acp::Error`/`acp::Result` instead of `anyhow::Error`/`anyhow::Result` for all return types.
11
12
## 0.4.7 (2025-10-13)
13
0 commit comments