Skip to content

Commit 4b445df

Browse files
committed
release: v1.0.0-beta.6
1 parent 440970f commit 4b445df

File tree

3 files changed

+34
-10
lines changed

3 files changed

+34
-10
lines changed

CHANGELOG.md

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

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

5+
## [1.0.0-beta.6] - 2025-10-16
6+
7+
### 🚀 Features
8+
9+
- *(cardano)* Implement pixel-perfect reward calc (#757)
10+
11+
### 🐛 Bug Fixes
12+
13+
- *(cardano)* Don't forget about Byron pparams updates (#752)
14+
- *(minibf)* Offset constructor index on datums (#755)
15+
- *(cardano)* Make reward data optional on ewrap
16+
17+
### ⚙️ Miscellaneous Tasks
18+
19+
- Fix broken tests and lint warning (#753)
20+
- Disable publish for test-vectors crate
21+
- Fix failing tests and lint warnings (#754)
22+
- Formalize v2 as new internal storage version (#758)
23+
- *(cli)* Make storage v2 the default during init
24+
525
## [1.0.0-beta.5] - 2025-10-06
626

727
### 🚀 Features
@@ -36,6 +56,10 @@ All notable changes to this project will be documented in this file.
3656
- Fix lint warnings across the board (#732)
3757
- Fix build errors on support crates
3858

59+
### Release
60+
61+
- V1.0.0-beta.5
62+
3963
## [1.0.0-beta.4] - 2025-09-29
4064

4165
### 🚀 Features

Cargo.lock

Lines changed: 9 additions & 9 deletions
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
@@ -128,7 +128,7 @@ members = [
128128
]
129129

130130
[workspace.package]
131-
version = "1.0.0-beta.5"
131+
version = "1.0.0-beta.6"
132132
edition = "2021"
133133
repository = "https://github.com/txpipe/dolos"
134134
homepage = "https://github.com/txpipe/dolos"

0 commit comments

Comments
 (0)