Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitFlow #148

Merged
merged 5 commits into from
Jul 9, 2024
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
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 (FARGPARSE
VERSION 1.7.0
VERSION 1.8.0
LANGUAGES Fortran)

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

## Unreleased

## [1.8.0] - 2024-07-09

### Changed

- Added `-quiet` flag for NAG Fortran
- Updated submodule for gFTL-shared (v1.9.0)
- Update CI to remove `macos-12`, add `macos-14` and `ubuntu-24.04`, add `gfortran-14`
- Updated submodule for gFTL-shared (cbb09f4)

## [1.7.0] - 2024-03-04

Expand Down
Loading