Skip to content

Commit

Permalink
Prep for v0.4.8 (odow#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Dec 19, 2022
1 parent 4ea956e commit a0c00ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SDDP"
uuid = "f4570300-c277-11e8-125c-4912f86ce65d"
authors = ["Oscar Dowson <o.dowson@gmail.com"]
version = "0.4.7"
version = "0.4.8"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
12 changes: 12 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ CurrentModule = SDDP
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.4.8 (December 19, 2022)

### Added

* Added `terminate_on_cycle` option to [`SDDP.Historical`](@ref) (#549)
* Added `include_last_node` option to [`SDDP.DefaultForwardPass`](@ref) (#547)

### Fixed

* Reverted then fixed (#531) because it failed to account for problems with
integer variables (#546) (#551)

## v0.4.7 (December 17, 2022)

### Added
Expand Down

0 comments on commit a0c00ff

Please sign in to comment.