Skip to content

Commit

Permalink
version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Sep 10, 2024
1 parent f3386bd commit 3333200
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Antares Changelog
=================

8.8.8 (09/2024)
--------------------
## Bugfix
* Timeseries generation stored in input #2180

8.8.7 (07/2024)
--------------------
## Batchrun tool improvement
* Add OR-Tools solver option for batchrun tool #1981
* Add missing parameter to command built by batchrun for OR-Tools #1984
## Bugfix
* Adequacy Patch regression [ANT-1845] #2235

8.8.6 (07/2024)
--------------------
## Bugfix
* BC marginal cost #2121

8.8.5 (05/2024)
--------------------
## Bugfix
* [UI] Fix opening a study from the file browser
* Fix crash occurring when duplicate thermal clusters are present in a study (same name)
* Fix formula for "PROFIT BY PLANT"

8.8.4 (03/2024)
--------------------
## Bugfix
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14) # FetchContent_MakeAvailable
# Version
set(ANTARES_VERSION_HI 8)
set(ANTARES_VERSION_LO 8)
set(ANTARES_VERSION_REVISION 7)
set(ANTARES_VERSION_REVISION 8)

# Beta release
set(ANTARES_BETA 0)
Expand Down

0 comments on commit 3333200

Please sign in to comment.