From 8325deb9105690ac0591e2ab8fffba412ccdeda4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 18:26:37 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f665f3aa..eb55f01c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.7](https://github.com/avhz/RustQuant/compare/v0.2.6...v0.2.7) - 2024-07-14 + +### Fixed +- adjust currencies macro + +### Other +- `Curve` struct and impl, with placeholder modules for various curves. +- Merge remote-tracking branch 'MeetThePatel/strongly-typed-currencies' into strongly-typed-currencies +- Merge branch 'avhz:main' into strongly-typed-currencies +- re-working Curve and Surface. Again.. +- re-working Curve and Surface. Again.. + ## [0.2.6](https://github.com/avhz/RustQuant/compare/v0.2.5...v0.2.6) - 2024-07-04 ### Other diff --git a/Cargo.toml b/Cargo.toml index edbea99d..08bbe5eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ name = "RustQuant" authors = ["avhz "] description = "A Rust library for quantitative finance." -version = "0.2.6" +version = "0.2.7" edition = "2021" readme = "README.md" repository = "https://github.com/avhz/RustQuant"