Skip to content

Commit

Permalink
Release 8.2.1 : changelog & version number
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Mar 28, 2022
1 parent d3b7161 commit df26979
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
Antares Changelog
=================

v8.2.1 (03/2022)
--------------------
### Bug fixes
- Fix scenario builder data loss when renaming area #610
- Write 1 in the ts-numbers when series.width == 1 #609
- Add noise to the cost vector in the allocation problems to enforce uniqueness #622
- Linux only : fix segfault occurring when an INI file does not exist #606

### GUI
- Place "Dataset > Resize columns to..." in first position #607
- Allow that all NTC be 0 in one direction #595
- Fix occasional crash when opening the links panel #594
- Linux only : fix frozen window occurring after a "Save as..." #586
- Linux only : fix impossibility to save a study #600
- Developer version only : fix assertion errors in the GUI #584

v8.2.0 (03/2022)
--------------------
### New features
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0)
# Version
set(ANTARES_VERSION_HI 8)
set(ANTARES_VERSION_LO 2)
set(ANTARES_VERSION_REVISION 0)
set(ANTARES_VERSION_REVISION 1)
set(ANTARES_VERSION_YEAR 2022)

set(ANTARES_PUBLISHER "RTE France")
Expand Down

0 comments on commit df26979

Please sign in to comment.