From 826a050e6a9ca429e8b3b88dce1171623f393d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20H=C3=A4hnel?= <1516205+markhaehnel@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:53:05 +0100 Subject: [PATCH] chore: release 0.4.3 (#29) --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d8689..a8de035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.4.3] - 2024-03-12 + +### Miscellaneous Tasks + +- Upgrade dependencies (#28) + ## [0.4.2] - 2024-03-12 ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index 1cc4856..6db3625 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "bambulab" -version = "0.4.2" +version = "0.4.3" dependencies = [ "futures", "nanoid", diff --git a/Cargo.toml b/Cargo.toml index cb1d276..bb202fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bambulab" -version = "0.4.2" +version = "0.4.3" edition = "2021" repository = "https://github.com/markhaehnel/bambulab" authors = ["Mark Hähnel "]