Skip to content

Commit

Permalink
Update CHANGELOG.md and bump version to 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-vandenheuvel committed Apr 17, 2022
1 parent 40f755c commit 1aa0811
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Change Log
==========

- [Release 7.0.3](#release-703---2022-04-17)
- [Release 7.0.2](#release-702---2022-04-03)
- [Release 7.0.1](#release-701---2022-01-07)
- [Release 7.0.0](#release-700---2021-11-15)
Expand Down Expand Up @@ -54,6 +55,15 @@ Change Log
- [Eigen sparse matrices](#changed-eigen-sparse-matrices-and-updates-to-direct-sparse-linear-solvers)
- [Release 4.0.0](#release-400---2019-02-22)



### Release 7.0.3 - 2022-04-17

### [Fixed]

- SIMD detection is combined into one cmake script.
- Fixed SIMD feature detection with Clang, allowing support for Apple-M1 and generic AArch64 CPUs

### Release 7.0.2 - 2022-04-03

### [Fixed]
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS Off)

set(CHRONO_VERSION_MAJOR 7)
set(CHRONO_VERSION_MINOR 0)
set(CHRONO_VERSION_PATCH 2)
set(CHRONO_VERSION_PATCH 3)

project(Chrono VERSION ${CHRONO_VERSION_MAJOR}.${CHRONO_VERSION_MINOR}.${CHRONO_VERSION_PATCH})

Expand Down

0 comments on commit 1aa0811

Please sign in to comment.