There was an error while loading. Please reload this page.
2 parents 4f4cce0 + fa0bdf6 commit bade1e8Copy full SHA for bade1e8
2 files changed
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.0.42](https://github.com/avhz/RustQuant/compare/v0.0.41...v0.0.42) - 2023-12-21
10
+
11
+### Fixed
12
+- update barrier pricing
13
14
## [0.0.41](https://github.com/avhz/RustQuant/compare/v0.0.40...v0.0.41) - 2023-12-16
15
16
### Other
Cargo.toml
@@ -16,7 +16,7 @@
name = "RustQuant"
17
authors = ["avhz <RustQuantContact@gmail.com>"]
18
description = "A Rust library for quantitative finance."
19
-version = "0.0.41"
+version = "0.0.42"
20
edition = "2021"
21
readme = "README.md"
22
repository = "https://github.com/avhz/RustQuant"
0 commit comments