Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed May 18, 2021
1 parent e385063 commit dc09dfc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. For future plans, see our [Roadmap](https://www.precice.org/fundamentals-roadmap.html).

## 2.2.1

- Fixed a bug leading to a freeze when using `sync-mode` with lazy indexing.
- Fixed empty received partitions for filtering on slaves.
- Fixed gather-scatter communication deadlock with empty master ranks.

## 2.2.0

- Added a file sink to the test runner, which additionally writes the test log output to the file `test.log`.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.10.2)
project(preCICE VERSION 2.2.0 LANGUAGES CXX)
project(preCICE VERSION 2.2.1 LANGUAGES CXX)
set(preCICE_SOVERSION ${preCICE_VERSION_MAJOR})

#
Expand Down
2 changes: 0 additions & 2 deletions docs/changelog/1015.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/1022.md

This file was deleted.

6 changes: 6 additions & 0 deletions tools/releasing/packaging/debian/changelog
Expand Up @@ -51,3 +51,9 @@ libprecice2 (2.2.0) experimental; urgency=low
* New upstream release 2.2.0

-- the preCICE developers <info@precice.org> Mon, 18 Jan 2021 21:44:05 +0100

libprecice2 (2.2.1) experimental; urgency=low

* New upstream release 2.2.1

-- the preCICE developers <info@precice.org> Tue, 18 May 2021 09:37:04 +0200

0 comments on commit dc09dfc

Please sign in to comment.