Skip to content

Commit

Permalink
Version 2023.08.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed Aug 25, 2023
1 parent 5f2e260 commit e9a9b3b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023.08.25
- Use yyyy.mm.dd version scheme, instead of yyyy.mm.release
- Fixes for Intel clang compiler
- Bug fixes and more robust testing

2023.06.00
- Add metric (k, M, G), binary (Ki, Mi, Gi), and exponent (1e3) notation
for integers
Expand All @@ -9,14 +14,14 @@
- Use python3

2021.04.00
- Add ParamComplex.
- Fix bug in printing header.
- Add ParamComplex
- Fix bug in printing header

2020.09.00
- CMake improvements to use as sub-project.
- CMake improvements to use as sub-project

2020.06.00
- Convert repo to git.
- Convert repo to git

2020.03.00
- Initial release.
- Initial release
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 3.15 )

project(
testsweeper
VERSION 2023.06.00
VERSION 2023.08.25
LANGUAGES CXX
)

Expand Down
4 changes: 2 additions & 2 deletions testsweeper.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#include <complex>

// Version is updated by make_release.py; DO NOT EDIT.
// Version 2023.06.00
#define TESTSWEEPER_VERSION 20230600
// Version 2023.08.25
#define TESTSWEEPER_VERSION 20230825

namespace testsweeper {

Expand Down

0 comments on commit e9a9b3b

Please sign in to comment.