From 17ecf4039dc049dfb1f0ebb8cf009577dd2adb3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:00:13 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 22 ++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f665f3aa..22a34b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ 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-08-05 + +### Added +- `SpotCurve`, `DiscountCurve`, `ForwardCurve` + +### Fixed +- underscored whitespace between badges +- `curves` module progress [#96](https://github.com/avhz/RustQuant/pull/96) +- `curves` module progress [#96](https://github.com/avhz/RustQuant/pull/96) +- adjust currencies macro + +### Other +- Update README.md +- Add license scan report and status +- update module table and fix badge whitespaces, resolves [#249](https://github.com/avhz/RustQuant/pull/249) +- Update README.md +- `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 c9a90d33..0cff3150 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"