Skip to content

Commit 6c326dd

Browse files
committed
release: v2.2.0
1 parent 86bc1ed commit 6c326dd

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## [2.2.0] - 2026-06-15
6+
7+
### 📚 Documentation
8+
9+
- Align v2 docs with actual implementation (#937)
10+
- Add Examples showcase, and make the examples runnable (#939)
11+
- Replace dead mainnet relay in v2 docs and CONTRIBUTING (#940)
12+
- Add per-example READMEs and slim the examples showcase (#943)
13+
- Correct opt-in build notes for kafka and mithril (#945)
14+
- Make cloud-sink examples runnable standalone via docker-compose (#947)
15+
16+
### ⚙️ Miscellaneous Tasks
17+
18+
- Remove the broken pool_metadata example (#941)
19+
- Slim dependencies and ship a batteries-included default binary (#944)
20+
- Update cargo-dist, drop self-updater and PR release dry-run (#946)
21+
522
## [2.1.0] - 2026-06-14
623

724
### 🚀 Features
@@ -14,6 +31,10 @@ All notable changes to this project will be documented in this file.
1431
- Bump pallas + utxorpc to utxorpc-spec 0.19 (#921) (#924)
1532
- Bump aws-lc-sys/aws-lc-rs for new MSVC compatibility (#926)
1633

34+
### 💼 Other
35+
36+
- V2.1.0
37+
1738
### ⚙️ Miscellaneous Tasks
1839

1940
- Fix legacy lint warnings (#925)

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,7 +1,7 @@
11
[package]
22
name = "oura"
33
description = "The tail of Cardano"
4-
version = "2.1.0"
4+
version = "2.2.0"
55
edition = "2021"
66
repository = "https://github.com/txpipe/oura"
77
homepage = "https://github.com/txpipe/oura"

0 commit comments

Comments
 (0)