From c44c1d0e241b10ecc0c41091c06d3b6ea7af0646 Mon Sep 17 00:00:00 2001 From: Rob Patro Date: Sat, 31 Aug 2024 01:03:04 -0400 Subject: [PATCH] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48bf85e..9ec928e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/COMBINE-lab/kde-rs/compare/v0.1.0...v0.1.1) - 2024-08-31 + +### Fixed +- bump deps + +### Other +- Merge pull request [#5](https://github.com/COMBINE-lab/kde-rs/pull/5) from COMBINE-lab/main + ## [0.1.0](https://github.com/COMBINE-lab/kde-rs/releases/tag/v0.1.0) - 2024-07-29 ### Added diff --git a/Cargo.toml b/Cargo.toml index aa6ae90..bac4de0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kders" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = [ "Zahra Zare Jousheghani ",