From 03debc19a76d51ef5dd37103f5545eee3c9f03f9 Mon Sep 17 00:00:00 2001 From: "Nathaniel D. Hoffman" <36977879+denehoffman@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:38:36 -0500 Subject: [PATCH] chore: release v0.1.7 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c1787..6925f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7](https://github.com/denehoffman/laddu/compare/v0.1.6...v0.1.7) - 2024-11-08 + +### Added + +- add `NLL::project_with` to do projecting and isolation in one step +- add `__radd__` implementations wherever `__add__` is implemented + +### Other + +- bump dependency versions +- manipulate features to allow for MSRV of 1.70.0 +- use latest rust version +- update readthedocs config in the hopes that it will properly build laddu +- increase TOC depth +- fix broken link + ## [0.1.6](https://github.com/denehoffman/laddu/compare/v0.1.5...v0.1.6) - 2024-11-07 ### Added diff --git a/Cargo.toml b/Cargo.toml index e3766fb..f4b0476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "Amplitude analysis made short and sweet" documentation = "https://docs.rs/laddu"