From edf3e99b539c4d5ca787c810c00e1ab0be342bf1 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Thu, 18 Jul 2024 20:06:40 -0300 Subject: [PATCH] chore: Release dolos version 0.13.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e542520..75ac248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.13.0] - 2024-07-18 + +### 🚀 Features + +- Bootstrap in-memory and with defered indexes (#308) + +### 🐛 Bug Fixes + +- *(state)* Use cursor value to decide if db is empty (#302) + ## [0.12.0] - 2024-07-16 ### 🚀 Features @@ -13,6 +23,7 @@ All notable changes to this project will be documented in this file. - Update Pallas with u5c spec v0.7.0 (#300) - Update Pallas to v0.29 (#301) +- Release dolos version 0.12.0 ## [0.11.1] - 2024-07-14 diff --git a/Cargo.lock b/Cargo.lock index ca11d46..0934807 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dolos" -version = "0.12.0" +version = "0.13.0" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c15c135..51fa0d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dolos" description = "A Cardano data-node built in Rust" -version = "0.12.0" +version = "0.13.0" edition = "2021" repository = "https://github.com/txpipe/dolos" homepage = "https://github.com/txpipe/dolos"