From 6317e5100e86bbdff9649b28a143a70b40ae25f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Zwoli=C5=84ski?= Date: Mon, 9 Sep 2024 20:12:38 +0200 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- cli/CHANGELOG.md | 6 ++++++ cli/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd09e1072..ac2000a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3212,7 +3212,7 @@ dependencies = [ [[package]] name = "lumina-cli" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "axum", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 60f7b99d9..7ad1ebd4e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1](https://github.com/eigerco/lumina/compare/lumina-cli-v0.3.0...lumina-cli-v0.3.1) - 2024-09-09 + +### Other + +- update Cargo.lock dependencies + ## [0.3.0](https://github.com/eigerco/lumina/compare/lumina-cli-v0.2.0...lumina-cli-v0.3.0) - 2024-08-13 ### Added diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c4018e641..a945d3e19 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumina-cli" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" description = "Celestia data availability node implementation in Rust"