From 10b4c2cf42c23ad927ead05f03a1518babad3932 Mon Sep 17 00:00:00 2001 From: Ete Remi Date: Wed, 10 Feb 2021 13:30:36 +0100 Subject: [PATCH] Release Notes for v00-01 --- doc/ReleaseNotes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 1533f94c..ef7e5b7c 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,16 @@ +# v00-01 + +* 2021-02-08 tmadlener ([PR#15](https://github.com/iLCSoft/SIO/pull/15)) + - Export sio library as `SIO::sio` target for easier downstream usage. (For the moment `SIO_INCLUDE_DIR` and `SIO_LIBRARIES` are also still defined in a call to `find_package(SIO)` to keep some backwards compatibility). + - Remove now obsolete cmake configuration by replacing it with more standard cmake approaches. + - Bump minimum required cmake version to 3.12 + +* 2021-01-13 tmadlener ([PR#16](https://github.com/iLCSoft/SIO/pull/16)) + - Use github actions for CI and remove travis CI. + +* 2021-01-05 Valentin Volkl ([PR#13](https://github.com/iLCSoft/SIO/pull/13)) + - install cmake files under lib/cmake/SIO + # v00-00-04 * 2020-11-23 Marko Petric ([PR#12](https://github.com/iLCSoft/SIO/pull/12))