From 74203d343b9ca15ba7fd40ceb77d7e787d7e2980 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Mon, 27 May 2024 21:29:23 -0300 Subject: [PATCH] chore: Release dolos version 0.9.0 --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 3 ++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0ef0dd..8d801644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [0.9.0] - 2024-05-28 ### ๐Ÿš€ Features @@ -36,6 +36,8 @@ All notable changes to this project will be documented in this file. ### ๐Ÿ”ง Continuous Integration - Enable linux aarch64 builds (#231) +- Restore docker builds (#255) +- Fix docker arm build (#256) ### ๐Ÿงช Testing @@ -45,6 +47,11 @@ All notable changes to this project will be documented in this file. - Fix lint warnings (#246) - Tidy up info-level tracing (#247) +- Migrate to git-cliff for changelog updates (#253) +- Remove legacy ci files (#254) +- Exclude heavy features from Pallas (#257) +- Move release config to cargo toml (#258) +- Update example config files (#259) ## [0.8.0] - 2024-05-18 diff --git a/Cargo.lock b/Cargo.lock index a6add337..6ce841a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dolos" -version = "0.8.0" +version = "0.9.0" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 225b65c8..89ca3954 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dolos" description = "A Cardano data-node built in Rust" -version = "0.8.0" +version = "0.9.0" edition = "2021" repository = "https://github.com/txpipe/dolos" homepage = "https://github.com/txpipe/dolos" @@ -92,6 +92,7 @@ publish-jobs = ["homebrew"] pr-run-mode = "plan" # Whether to install an updater program install-updater = false +rust-toolchain-version = "1.78.0" [workspace.metadata.release] push = false