Skip to content

Commit

Permalink
Merge branch 'release-0.30.X'
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 19, 2024
2 parents b4b66a9 + 229ad3d commit 2e77f99
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# ##################################################################################################
set(PIKA_VERSION_MAJOR 0)
set(PIKA_VERSION_MINOR 30)
set(PIKA_VERSION_PATCH 0)
set(PIKA_VERSION_DATE 20241108)
set(PIKA_VERSION_PATCH 1)
set(PIKA_VERSION_DATE 20241119)
set(PIKA_VERSION_TAG "-trunk")

set(PIKA_VERSION "${PIKA_VERSION_MAJOR}.${PIKA_VERSION_MINOR}.${PIKA_VERSION_PATCH}")
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@

# Changelog

## 0.30.1 (2024-11-19)

### New features

### Breaking changes

### Bugfixes

- A parameter lifetime issue in `transform_mpi` that affects almost all MPI modes was fixed. ([#1321](https://github.com/pika-org/pika/pull/1321))

## 0.30.0 (2024-11-08)

### New features
Expand Down

0 comments on commit 2e77f99

Please sign in to comment.