We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074fa6d commit d7f63dbCopy full SHA for d7f63db
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)
2
3
project (FARGPARSE
4
5
- VERSION 1.2.0
+ VERSION 1.3.0
6
LANGUAGES Fortran)
7
8
# Most users of this software do not (should not?) have permissions to
ChangeLog.md
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
9
10
+## [1.3.0] 2022-06-02
11
+
12
+### Changed
13
14
+- Updated gFTL-shared submodule version
15
16
+### Added
17
18
## [1.2.0] 2022-03-15
19
20
### Added
0 commit comments