Skip to content

Commit

Permalink
chore: Release dolos version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jul 13, 2024
1 parent fc284e8 commit 27d91af
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 27d91af

Please sign in to comment.