Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 14, 2024
1 parent a3a4fee commit 8325deb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name = "RustQuant"
authors = ["avhz <[email protected]>"]
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"
Expand Down

0 comments on commit 8325deb

Please sign in to comment.