From eef7431ebb41a5ba58280a5a02e692c75333d0e7 Mon Sep 17 00:00:00 2001 From: Gerasimos Chourdakis Date: Tue, 3 Jan 2023 17:47:15 +0200 Subject: [PATCH] Update changelog for v1.2.2 --- .github/workflows/build-custom.yml | 2 +- CHANGELOG.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-custom.yml b/.github/workflows/build-custom.yml index aa4add22..2dc6d5fa 100644 --- a/.github/workflows/build-custom.yml +++ b/.github/workflows/build-custom.yml @@ -82,7 +82,7 @@ jobs: OpenFOAMv2212) wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash sudo apt-get install openfoam2212-dev - echo "::set-output name=openfoam_exec::/usr/bin/openfoam2206";; + echo "::set-output name=openfoam_exec::/usr/bin/openfoam2212";; OpenFOAMv2206) wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | sudo bash sudo apt-get install openfoam2206-dev diff --git a/CHANGELOG.md b/CHANGELOG.md index d8cf466f..7372bdf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,18 @@ Read more details in the issue [#52: Releases and versioning](https://github.com ## [v1.2.2] 2022-01-03 -- Fix compatibility with OpenFOAM v2212, removing an unneeded `refCast` [commit e40fe](https://github.com/precice/openfoam-adapter/commit/e40fec1681a85d5147faa3100d21d28c2e205004). +### Changed + +- Updated the default OpenFOAM version in documentation and CI to v2212 [commit 9b2b2](https://github.com/precice/openfoam-adapter/commit/9b2b27fb6d0c9506c109e5a714d64607d4f73565). + +### Fixed + +- Fixed compatibility with OpenFOAM v2212, removing an unneeded `refCast` [commit e40fe](https://github.com/precice/openfoam-adapter/commit/e40fec1681a85d5147faa3100d21d28c2e205004). ## [v1.2.1] 2022-12-15 +### Fixed + - Replaced a `std::make_unique` by `new` in order to remain C++11 compatible and support older compilers [#264](https://github.com/precice/openfoam-adapter/pull/264). ## [v1.2.0] 2022-11-14