Skip to content

Commit

Permalink
Bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed May 21, 2024
1 parent afcf8cf commit 4b234a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ All notable changes to this project will be documented in this file.
## [0.4.0] - 2024-05-21
### Added
- Add support for two-stage stochastic problems
- Add market clearing functions
- Add time decomposition
- Add scenario decomposition (progressive hedging)
- Add support for battery storage
- Add support for day-ahead and real-time market clearing simulation
- Add time decomposition methods
- Add scenario decomposition methods (progressive hedging)
- Add support for energy storage units
- Add support for network interfaces
- Rewrite documentation with runnable examples

## [0.3.0] - 2022-07-18
### Added
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "UnitCommitment"
uuid = "64606440-39ea-11e9-0f29-3303a1d3d877"
authors = ["Santos Xavier, Alinson <[email protected]>"]
repo = "https://github.com/ANL-CEEESA/UnitCommitment.jl"
version = "0.3.0"
version = "0.4.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down Expand Up @@ -31,4 +31,4 @@ MathOptInterface = "1"
MPI = "0.20"
PackageCompiler = "1"
julia = "1"
TimerOutputs = "0.5"
TimerOutputs = "0.5"

2 comments on commit 4b234a4

@iSoron
Copy link
Member Author

@iSoron iSoron commented on 4b234a4 May 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/107324

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 4b234a49c7427c8ac85367455eef8f2bae385e96
git push origin v0.4.0

Please sign in to comment.