From 4fe2ed54b999eeee124a6e0c94a20dc8bea9e1bc Mon Sep 17 00:00:00 2001 From: Willem Deconinck Date: Wed, 21 Oct 2020 12:42:48 +0100 Subject: [PATCH] Version 0.22.1 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 299a739f5..0e4cf72eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] +## [0.22.1] - 2020-10-22 +### Fixed +- Installation of PGI compilers via tools/install-pgi.sh +- Allow dependency on older Eigen 3.2 which does not use CMake targets + ## [0.22.0] - 2020-10-14 ### Fixed - Feature INIT_SNAN was not working @@ -245,6 +250,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## 0.13.0 - 2018-02-16 [Unreleased]: https://github.com/ecmwf/atlas/compare/master...develop +[0.22.1]: https://github.com/ecmwf/atlas/compare/0.22.0...0.22.1 [0.22.0]: https://github.com/ecmwf/atlas/compare/0.21.0...0.22.0 [0.21.0]: https://github.com/ecmwf/atlas/compare/0.20.2...0.21.0 [0.20.2]: https://github.com/ecmwf/atlas/compare/0.20.1...0.20.2 diff --git a/VERSION b/VERSION index 215740905..a723ece79 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.22.0 +0.22.1