From 01b9c7a9b5869d690a50e0b853be11bb457acbb1 Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Wed, 31 Jan 2024 11:57:27 +0100 Subject: [PATCH] chore(release): version v0.2.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- gen-coefficients/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b01704..f08c61c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.2.2] - 2024-01-31 + +### Features + +- Add `laplace_inversion_mut` which accepts a `FnMut` closure + ## [0.2.1] - 2024-01-29 ### Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index 8758e9b..e698b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iltcme" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = [ "Thomas Versteeg " diff --git a/gen-coefficients/Cargo.toml b/gen-coefficients/Cargo.toml index c8781b3..8faa5c9 100644 --- a/gen-coefficients/Cargo.toml +++ b/gen-coefficients/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gen-coefficients" -version = "0.2.1" +version = "0.2.2" edition = "2021" [dependencies]