Skip to content

Commit 04d5cbc

Browse files
authored
Merge pull request #284 from avhz/release-plz-2024-10-28T23-46-33Z
2 parents 831a882 + b28edf9 commit 04d5cbc

File tree

13 files changed

+98
-14
lines changed

13 files changed

+98
-14
lines changed

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[workspace.package]
1111
authors = ["avhz <RustQuantContact@gmail.com>"]
1212
description = "A Rust library for quantitative finance."
13-
version = "0.2.11"
13+
version = "0.2.12"
1414
edition = "2021"
1515
readme = "README.md"
1616
repository = "https://github.com/avhz/RustQuant"
@@ -64,19 +64,19 @@ rustdoc-args = ["--html-in-header", "katex.html", "--cfg", "docsrs"]
6464

6565
[workspace.dependencies]
6666
## RustQuant Crates
67-
RustQuant_autodiff = { version = "0.2.11", path = "crates/RustQuant_autodiff" }
68-
RustQuant_cashflows = { version = "0.2.11", path = "crates/RustQuant_cashflows" }
69-
RustQuant_data = { version = "0.2.11", path = "crates/RustQuant_data" }
70-
RustQuant_error = { version = "0.2.11", path = "crates/RustQuant_error" }
71-
RustQuant_instruments = { version = "0.2.11", path = "crates/RustQuant_instruments" }
72-
RustQuant_iso = { version = "0.2.11", path = "crates/RustQuant_iso" }
73-
RustQuant_math = { version = "0.2.11", path = "crates/RustQuant_math" }
74-
RustQuant_ml = { version = "0.2.11", path = "crates/RustQuant_ml" }
75-
RustQuant_portfolios = { version = "0.2.11", path = "crates/RustQuant_portfolios" }
76-
RustQuant_stochastics = { version = "0.2.11", path = "crates/RustQuant_stochastics" }
77-
RustQuant_time = { version = "0.2.11", path = "crates/RustQuant_time" }
78-
RustQuant_trading = { version = "0.2.11", path = "crates/RustQuant_trading" }
79-
RustQuant_utils = { version = "0.2.11", path = "crates/RustQuant_utils" }
67+
RustQuant_autodiff = { version = "0.2.12", path = "crates/RustQuant_autodiff" }
68+
RustQuant_cashflows = { version = "0.2.12", path = "crates/RustQuant_cashflows" }
69+
RustQuant_data = { version = "0.2.12", path = "crates/RustQuant_data" }
70+
RustQuant_error = { version = "0.2.12", path = "crates/RustQuant_error" }
71+
RustQuant_instruments = { version = "0.2.12", path = "crates/RustQuant_instruments" }
72+
RustQuant_iso = { version = "0.2.12", path = "crates/RustQuant_iso" }
73+
RustQuant_math = { version = "0.2.12", path = "crates/RustQuant_math" }
74+
RustQuant_ml = { version = "0.2.12", path = "crates/RustQuant_ml" }
75+
RustQuant_portfolios = { version = "0.2.12", path = "crates/RustQuant_portfolios" }
76+
RustQuant_stochastics = { version = "0.2.12", path = "crates/RustQuant_stochastics" }
77+
RustQuant_time = { version = "0.2.12", path = "crates/RustQuant_time" }
78+
RustQuant_trading = { version = "0.2.12", path = "crates/RustQuant_trading" }
79+
RustQuant_utils = { version = "0.2.12", path = "crates/RustQuant_utils" }
8080

8181
## External Crates
8282
argmin = "0.10.0" # https://docs.rs/argmin/latest/argmin/

crates/RustQuant_autodiff/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_autodiff-v0.2.11...RustQuant_autodiff-v0.2.12) - 2024-10-29
10+
11+
### Other
12+
13+
- katex header in sub-crates
14+
915
## [0.2.10](https://github.com/avhz/RustQuant/compare/RustQuant_autodiff-v0.2.9...RustQuant_autodiff-v0.2.10) - 2024-10-28
1016

1117
### Other

crates/RustQuant_cashflows/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_cashflows-v0.2.11...RustQuant_cashflows-v0.2.12) - 2024-10-29
10+
11+
### Other
12+
13+
- katex header in sub-crates
14+
915
## [0.2.10](https://github.com/avhz/RustQuant/compare/RustQuant_cashflows-v0.2.9...RustQuant_cashflows-v0.2.10) - 2024-10-28
1016

1117
### Other

crates/RustQuant_data/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_data-v0.2.11...RustQuant_data-v0.2.12) - 2024-10-29
10+
11+
### Fixed
12+
13+
- failing tests in `data::io`
14+
15+
### Other
16+
17+
- katex header in sub-crates
18+
919
## [0.2.11](https://github.com/avhz/RustQuant/releases/tag/RustQuant_data-v0.2.11) - 2024-10-28
1020

1121
### Fixed

crates/RustQuant_error/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_error-v0.2.11...RustQuant_error-v0.2.12) - 2024-10-29
10+
11+
### Other
12+
13+
- katex header in sub-crates
14+
915
## [0.2.10](https://github.com/avhz/RustQuant/compare/RustQuant_error-v0.2.9...RustQuant_error-v0.2.10) - 2024-10-28
1016

1117
### Other

crates/RustQuant_instruments/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_instruments-v0.2.11...RustQuant_instruments-v0.2.12) - 2024-10-29
10+
11+
### Added
12+
13+
- Heston93 model impl
14+
15+
### Fixed
16+
17+
- failing tests in `instruments::options::black_scholes_merton`
18+
19+
### Other
20+
21+
- katex header in sub-crates
22+
923
## [0.2.11](https://github.com/avhz/RustQuant/releases/tag/RustQuant_instruments-v0.2.11) - 2024-10-28
1024

1125
### Fixed

crates/RustQuant_iso/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_iso-v0.2.11...RustQuant_iso-v0.2.12) - 2024-10-29
10+
11+
### Other
12+
13+
- katex header in sub-crates
14+
915
## [0.2.10](https://github.com/avhz/RustQuant/compare/RustQuant_iso-v0.2.9...RustQuant_iso-v0.2.10) - 2024-10-28
1016

1117
### Other

crates/RustQuant_math/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_math-v0.2.11...RustQuant_math-v0.2.12) - 2024-10-29
10+
11+
### Other
12+
13+
- katex header in sub-crates
14+
915
## [0.2.11](https://github.com/avhz/RustQuant/compare/RustQuant_math-v0.2.10...RustQuant_math-v0.2.11) - 2024-10-28
1016

1117
### Other

crates/RustQuant_ml/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_ml-v0.2.11...RustQuant_ml-v0.2.12) - 2024-10-29
10+
11+
### Other
12+
13+
- katex header in sub-crates
14+
915
## [0.2.11](https://github.com/avhz/RustQuant/compare/RustQuant_ml-v0.2.10...RustQuant_ml-v0.2.11) - 2024-10-28
1016

1117
### Fixed

crates/RustQuant_portfolios/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_portfolios-v0.2.11...RustQuant_portfolios-v0.2.12) - 2024-10-29
10+
11+
### Other
12+
13+
- katex header in sub-crates
14+
915
## [0.2.11](https://github.com/avhz/RustQuant/releases/tag/RustQuant_portfolios-v0.2.11) - 2024-10-28
1016

1117
### Fixed

crates/RustQuant_stochastics/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_stochastics-v0.2.11...RustQuant_stochastics-v0.2.12) - 2024-10-29
10+
11+
### Other
12+
13+
- katex header in sub-crates
14+
915
## [0.2.11](https://github.com/avhz/RustQuant/releases/tag/RustQuant_stochastics-v0.2.11) - 2024-10-28
1016

1117
### Fixed

crates/RustQuant_time/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_time-v0.2.11...RustQuant_time-v0.2.12) - 2024-10-29
10+
11+
### Other
12+
13+
- katex header in sub-crates
14+
915
## [0.2.11](https://github.com/avhz/RustQuant/releases/tag/RustQuant_time-v0.2.11) - 2024-10-28
1016

1117
### Fixed

crates/RustQuant_utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.12](https://github.com/avhz/RustQuant/compare/RustQuant_utils-v0.2.11...RustQuant_utils-v0.2.12) - 2024-10-29
10+
11+
### Other
12+
13+
- katex header in sub-crates
14+
915
## [0.2.10](https://github.com/avhz/RustQuant/compare/RustQuant_utils-v0.2.9...RustQuant_utils-v0.2.10) - 2024-10-28
1016

1117
### Other

0 commit comments

Comments
 (0)