Skip to content

Commit

Permalink
Release 8.8.10 (#2436)
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes authored Sep 27, 2024
1 parent 8dbf5c1 commit 3ebda61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Antares Changelog
=================

8.8.10 (09/2024)
--------------------
## Bugfix (adequacy patch)
* Force enable-first-step=false [ANT-2218] (#2419)
* Adequacy patch CSR - revamp output variables [ANT-1932] (#2421)
* Place CSR after hydro remix [ANT-2070] (#2407)

## Bugfix (other)
* Use OR-Tools v9.11-rte1.1 [ANT-2069] (#2418)

8.8.9 (09/2024)
--------------------
* Revert "Fix bug hydro heuristic with mingen (ANT-1825) (#2258)"
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 9)
set(ANTARES_VERSION_REVISION 10)

# Beta release
set(ANTARES_BETA 0)
Expand Down

0 comments on commit 3ebda61

Please sign in to comment.