Skip to content

Commit

Permalink
v1.0.3 release (#682)
Browse files Browse the repository at this point in the history
* v1.0.3 update CHANGELOG.md

* bumped version in cmake
  • Loading branch information
cnpetra committed Feb 9, 2024
1 parent b0b6173 commit 6161396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to HiOp are documented in this file.

## Version 1.0.3: Moving limits and misc fixes
* Update modules for CI tests on LLNL LC by @nychiang in #679
* Update cmake build system to require RAJA when GPU compute mode is used by @nychiang in #676
* Moving limits options for NLP IPM solvers by @cnpetra in #681

## Version 1.0.2: Misc fixes
* Removed deprecated ALG2 for cusparseCsr2cscEx2 by @cnpetra in #671
* Addressed fixed buffer size vulnerability for vsnprintf by @nychiang in #673
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif ()

project (hiop VERSION "1.0.0")
project (hiop VERSION "1.0.3")

string(TIMESTAMP HIOP_RELEASE_DATE "%Y-%m-%d")

Expand Down

0 comments on commit 6161396

Please sign in to comment.