Skip to content

Commit

Permalink
Bump version to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Nov 4, 2024
1 parent 53f3477 commit 74b3a4b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file.

## [v3.3.0] - 2024-11-XX

### Added

- Added a code of conduct from Covenant (see `CODE_OF_CONDUCT.md`). [#205](https://github.com/precice/aste/pull/205)
- Added contributing guidelines (see `docs/CONTRIBUTING.md`). [#205](https://github.com/precice/aste/pull/205)
- Added documentation to the mapping tester. [#209](https://github.com/precice/aste/pull/209)
- Added scoping support to gathering events. [#207](https://github.com/precice/aste/pull/207)
- Added macOS continuous integration support for ASTE. [#202](https://github.com/precice/aste/pull/202)
- Added a cached VTK build in ASTE CI for faster build times. [#211](https://github.com/precice/aste/pull/211)

### Changed

- Changed CMake to always find Boost using its CMake Config. [#194](https://github.com/precice/aste/pull/194)
- Highlighted ASTE's dependency on preCICE more clearly in the documentation. [#206](https://github.com/precice/aste/pull/206)
- Made `run-all` script for examples more robust. [#201](https://github.com/precice/aste/pull/201)

### Fixed

- Fixed linker errors when FindBoost uses the CMake Config. [#194](https://github.com/precice/aste/pull/194)
- Fixed SEGFAULT in `precice-aste-run` if no mesh is found for the given name. [#196](https://github.com/precice/aste/pull/196)

## [v3.2.0] - 2024-07-31

### Fixed
Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cmake_minimum_required (VERSION 3.16.3)

project(ASTE)
project(ASTE VERSION 3.3.0)

message(STATUS "ASTE version: ${ASTE_VERSION_MAJOR}.${ASTE_VERSION_MINOR}.${ASTE_VERSION_PATCH}")
list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")

set (CMAKE_CXX_STANDARD 17)
Expand Down
2 changes: 0 additions & 2 deletions changelog-entries/194.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/196.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog-entries/205.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog-entries/209.md

This file was deleted.

0 comments on commit 74b3a4b

Please sign in to comment.