Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tclune committed Mar 4, 2024
1 parent 2ad6e71 commit bf3620e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)

project (YAFYAML
VERSION 1.2.0
VERSION 1.3.0
LANGUAGES Fortran)

# Most users of this software do not (should not?) have permissions to
Expand Down
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

# [1.3.0] - 2024-03-03

### Added

- Fujitsu compiler support

- Introduced new interface that circumvents gfortran-13 regression on
polymorphic allocation. Unfortunately this requires an interface
change for downstream projects thta wish to use gfortran-13.
Expand All @@ -21,8 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add Intel
- Remove gcc 9 from macos

# [1.2.0] - 2023-11-29


## [1.2.0] - 2023-11-29

Expand Down

0 comments on commit bf3620e

Please sign in to comment.