Skip to content

Commit ee11833

Browse files
authored
Prep for v1.10.1 (#809)
1 parent 274bef9 commit ee11833

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SDDP"
22
uuid = "f4570300-c277-11e8-125c-4912f86ce65d"
33
authors = ["Oscar Dowson <[email protected]>"]
4-
version = "1.10.0"
4+
version = "1.10.1"
55

66
[deps]
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"

Diff for: docs/src/changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ CurrentModule = SDDP
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## v1.10.1 (November 28, 2024)
11+
12+
### Fixed
13+
14+
- Fixed thread safety of [`RegularizedForwardPass`](@ref) (#806)
15+
- Fixed thread safety of [`AlternativeForwardPass`](@ref) (#808)
16+
17+
### Other
18+
19+
- Documentation updates (#801)
20+
1021
## v1.10.0 (November 19, 2024)
1122

1223
### Added

0 commit comments

Comments
 (0)