From 413c71477efb93bc3c2e283487cd91201eb97f09 Mon Sep 17 00:00:00 2001 From: "Nathaniel D. Hoffman" <36977879+denehoffman@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:58:57 -0500 Subject: [PATCH] chore: release v0.1.11 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a02659..ee5c87f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.11](https://github.com/denehoffman/laddu/compare/v0.1.10...v0.1.11) - 2024-11-29 + +### Fixed + +- major bug/typo in boost method and tests to check for it + ## [0.1.10](https://github.com/denehoffman/laddu/compare/v0.1.9...v0.1.10) - 2024-11-20 ### Added diff --git a/Cargo.toml b/Cargo.toml index 599bd61..e845849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu" -version = "0.1.10" +version = "0.1.11" edition = "2021" description = "Amplitude analysis made short and sweet" documentation = "https://docs.rs/laddu"