diff --git a/CHANGELOG.md b/CHANGELOG.md index c56fb203e..c8b1a9e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,44 +5,64 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + - -## [2.0.0-alpha] - 2020-08-10 ++ Improved RTC compilation errors using `#line` directives ([#608](https://github.com/FLAMEGPU/FLAMEGPU2/issues/608)) + +## [2.0.0-alpha] - 2021-08-10 Initial alpha release of FLAME GPU 2.0.0, a CUDA C++ / python3 library for agent based simulations [Unreleased]: https://github.com/FLAMEGPU/FLAMEGPU/compare/v2.0.0-alpha...HEAD - +[2.0.0-alpha.1]: https://github.com/FLAMEGPU/FLAMEGPU/compare/v2.0.0-alpha...v2.0.0-alpha.1 [2.0.0-alpha]: https://github.com/FLAMEGPU/FLAMEGPU/releases/tag/v2.0.0-alpha \ No newline at end of file diff --git a/CITATION.cff b/CITATION.cff index 54fbc9c36..0e374f66c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,8 +5,8 @@ title: "FLAME GPU" license: MIT repository-code: "https://github.com/FLAMEGPU/FLAMEGPU2" url: "https://flamegpu.com" -version: "2.0.0-alpha" -date-released: 2021-08-10 +version: "2.0.0-alpha.1" +date-released: 2021-09-03 type: software authors: - given-names: Paul diff --git a/cmake/dependencies/flamegpu2-visualiser.cmake b/cmake/dependencies/flamegpu2-visualiser.cmake index b8f4f32e4..5e9850844 100644 --- a/cmake/dependencies/flamegpu2-visualiser.cmake +++ b/cmake/dependencies/flamegpu2-visualiser.cmake @@ -8,7 +8,7 @@ cmake_policy(SET CMP0079 NEW) # Set the visualiser repo and tag to use unless overridden by the user. # @todo - If the git version has changed in this file, fetch again? -set(DEFAULT_VISUALISATION_GIT_VERSION "00ed4795e02e4a347f3d4215f8d5f997e6417810") +set(DEFAULT_VISUALISATION_GIT_VERSION "flamegpu-2.0.0-alpha.1") set(DEFAULT_VISUALISATION_REPOSITORY "https://github.com/FLAMEGPU/FLAMEGPU2-visualiser.git") # If overridden by the user, attempt to use that