From 27d91af7dd71ab76b49776fbaa58870e64dc4d7c Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sat, 13 Jul 2024 15:18:04 -0300 Subject: [PATCH] chore: Release dolos version 0.11.0 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f93dd3d..bc01b0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.11.0] - 2024-07-13 + +### 🚜 Refactor + +- Split ledger into state and transition (#288) +- Support side-by-side state schemas (#290) + +### ⚙️ Miscellaneous Tasks + +- Update u5c spec to v0.6 (#289) +- Update Pallas with redeemer interop fix (#291) + ## [0.10.1] - 2024-07-05 ### 🐛 Bug Fixes @@ -12,6 +24,10 @@ All notable changes to this project will be documented in this file. - Simplify readme (#281) +### ⚙️ Miscellaneous Tasks + +- Release dolos version 0.10.1 + ## [0.10.0] - 2024-06-24 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 3a6765b..7086bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dolos" -version = "0.10.1" +version = "0.11.0" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e6b4311..d0bdebc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dolos" description = "A Cardano data-node built in Rust" -version = "0.10.1" +version = "0.11.0" edition = "2021" repository = "https://github.com/txpipe/dolos" homepage = "https://github.com/txpipe/dolos"