Skip to content

Commit 1516be5

Browse files
committed
chore: release v0.9.1
1 parent 173a4c5 commit 1516be5

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "semioscan"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
authors = ["Joseph Livesey <joseph@semiotic.ai>"]
66
rust-version = "1.92"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/provider/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
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
//!

0 commit comments

Comments
 (0)