Skip to content

Commit

Permalink
Merge pull request #253 from avhz/release-plz-2024-08-02T08-02-02Z
Browse files Browse the repository at this point in the history
chore: release v0.2.7
  • Loading branch information
avhz authored Aug 5, 2024
2 parents cf2d513 + 17ecf40 commit a8dc2f4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 a8dc2f4

Please sign in to comment.