From 50bd42f36d1429066c8852af535686180fc6fa18 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sat, 25 Jan 2025 19:36:16 -0300 Subject: [PATCH] chore: Release dolos version 0.19.1 --- 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 fe59e15..53f4947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.19.1] - 2025-01-25 + +### 🐛 Bug Fixes + +- Avoid glibc issues by fixing runner os (#442) + +### 🔧 Continuous Integration + +- Use ubuntu-22.04 tag for runners (#443) + ## [0.19.0] - 2025-01-24 ### 🚀 Features @@ -51,6 +61,7 @@ All notable changes to this project will be documented in this file. - Fix lint warnings from latest clippy (#390) - Add conway genesis files to examples (#380) - Fix lint warnings (#438) +- Release dolos version 0.19.0 ## [0.18.2] - 2024-11-02 diff --git a/Cargo.lock b/Cargo.lock index c6e0664..ab7923e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -963,7 +963,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dolos" -version = "0.19.0" +version = "0.19.1" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e0a4ce2..c0e8ef7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dolos" description = "A Cardano data-node built in Rust" -version = "0.19.0" +version = "0.19.1" edition = "2021" repository = "https://github.com/txpipe/dolos" homepage = "https://github.com/txpipe/dolos"