File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.9.1] - 2026-02-25
11+
12+ ### Changed
13+
14+ - Upgraded alloy crates to 1.7
15+ - Switched from ` alloy-erc20-full ` fork to upstream ` alloy-erc20 `
16+ - Upgraded ` op-alloy-network ` to 0.24
17+
18+ ### Fixed
19+
20+ - Removed broken intra-doc link to non-existent ` ChainProvider ` type
21+
1022## [ 0.9.0] - 2026-01-16
1123
1224### Breaking Changes
Original file line number Diff line number Diff line change 11[package ]
22name = " semioscan"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44edition = " 2021"
55authors = [" Joseph Livesey <joseph@semiotic.ai>" ]
66rust-version = " 1.92"
Original file line number Diff line number Diff line change @@ -89,10 +89,10 @@ Add semioscan to your `Cargo.toml`:
8989``` toml
9090[dependencies ]
9191# Core library (gas, block windows, events)
92- semioscan = " 0.4 "
92+ semioscan = " 0.9 "
9393
9494# With Odos DEX reference implementation (optional)
95- semioscan = { version = " 0.4 " , features = [" odos-example" ] }
95+ semioscan = { version = " 0.9 " , features = [" odos-example" ] }
9696```
9797
9898### Feature Flags
Original file line number Diff line number Diff line change 1616//! This module provides:
1717//! - [`create_http_provider`] - Create an HTTP provider with optional rate limiting
1818//! - [`create_ws_provider`] - Create a WebSocket provider for real-time subscriptions (requires `ws` feature)
19- //! - [`ChainProvider`] - Enum-based provider for common chains
2019//!
2120//! # When to Use Dynamic Providers
2221//!
You can’t perform that action at this time.
0 commit comments