Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog

## Current develop
### Added (new features/APIs/variables/...)


Comment thread
pgrete marked this conversation as resolved.
### Changed (changing behavior/API/variables/...)


### Fixed (not changing behavior/API/variables/...)


### Infrastructure (changes irrelevant to downstream codes)


### Removed (removing behavior/API/varaibles/...)


### Incompatibilities (i.e. breaking changes)



## Release 25.05
Date: 2025-05-19

### Added (new features/APIs/variables/...)
- [[PR 1247]](https://github.com/parthenon-hpc-lab/parthenon/pull/1247) Add ability to output to HDF5 non-standard MeshData object
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.16)
# Imports machine-specific configuration
include(cmake/MachineCfg.cmake)

project(parthenon VERSION 24.08 LANGUAGES C CXX)
project(parthenon VERSION 25.05 LANGUAGES C CXX)

if (${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.19.0)
cmake_policy(SET CMP0110 NEW)
Expand Down
Loading