Skip to content

Commit 3ab8f98

Browse files
committed
Prepare 8.3.0 release
1 parent db5159c commit 3ab8f98

File tree

6 files changed

+31
-8
lines changed

6 files changed

+31
-8
lines changed

.VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.5
1+
8.3.0

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Change Log](#change-log)
66
- [Unreleased](#unreleased)
7+
- [8.3.0 (2022-05-07)](#830-2022-05-07)
78
- [8.2.5 (2021-08-17)](#825-2021-08-17)
89
- [8.2.4 (2021-08-15)](#824-2021-08-15)
910
- [8.2.3 (2021-06-05)](#823-2021-06-05)
@@ -44,7 +45,26 @@
4445

4546
### [Unreleased](https://github.com/jacobwilliams/json-fortran/tree/HEAD)
4647

47-
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.5...HEAD)
48+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.3.0...HEAD)
49+
50+
### [8.3.0](https://github.com/jacobwilliams/json-fortran/tree/8.3.0) (2022-05-07)
51+
52+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.5...8.3.0)
53+
or [Download v8.3.0](https://github.com/jacobwilliams/json-fortran/releases/tag/8.3.0)
54+
55+
**Enhancements:**
56+
57+
- Added procedure to query version of json-fortran [\#505](https://github.com/jacobwilliams/json-fortran/issues/505) [\#512](https://github.com/jacobwilliams/json-fortran/pull/512) [\#516](https://github.com/jacobwilliams/json-fortran/pull/516) ([jacobwilliams](https://github.com/jacobwilliams))
58+
- Updates to the CI [\#509](https://github.com/jacobwilliams/json-fortran/pull/509) [\#508](https://github.com/jacobwilliams/json-fortran/issues/508) ([jacobwilliams](https://github.com/jacobwilliams))
59+
- Add information on conda-forge distribution [\#506](https://github.com/jacobwilliams/json-fortran/pull/506) ([awvwgk](https://github.com/awvwgk)) [\#507](https://github.com/jacobwilliams/json-fortran/issues/507)
60+
- Updated CMake to export include directories with target [\#504](https://github.com/jacobwilliams/json-fortran/pull/504) [\#503](https://github.com/jacobwilliams/json-fortran/issues/503) ([awvwgk](https://github.com/awvwgk))
61+
62+
63+
**Bug Fixes:**
64+
65+
- Fixed a memory leak with parsing invalid JSON. Also fixed some unit test memory issues [\#494](https://github.com/jacobwilliams/json-fortran/issues/494) ([jacobwilliams](https://github.com/jacobwilliams))
66+
- Fixed a minor standards violation [\#510](https://github.com/jacobwilliams/json-fortran/issues/510) [\#511](https://github.com/jacobwilliams/json-fortran/pull/511) ([jacobwilliams](https://github.com/jacobwilliams))
67+
- Minor changes to work around issues with nvfortran compiler [\#496](https://github.com/jacobwilliams/json-fortran/pull/496) ([vyu16](https://github.com/vyu16))
4868

4969
### [8.2.5](https://github.com/jacobwilliams/json-fortran/tree/8.2.5) (2021-08-17)
5070

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
139139
enable_language ( Fortran )
140140
project ( jf_test NONE )
141141
142-
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.5 REQUIRED )
142+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.3.0 REQUIRED )
143143
144144
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )
145145
foreach ( UNIT_TEST ${JF_TEST_SRCS} )

pages/development-resources/release-checklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ remain accurate.
5252
1. Add `pages/releases/index.md` to the git index: `git add pages/releases/index.md`
5353
1. Update the version string in remaining files requiring manual edits:
5454
1. Edit the `.VERSION` file
55-
1. Edit the CMake example on line 124 of `README.md`
55+
1. Edit the CMake example on line 142 of `README.md`
5656
1. Edit the `json_fortran_version` string in `json_module.F90`
5757
1. Add these files to the git index: `git add .VERSION README.md ./src/json_module.F90`
5858
1. Commit the changes to the master branch: `git commit`

pages/releases/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ documentation from the documentation for official releases other than
2525
using the browser's back button. Feel free to bookmark this page, or
2626
the [main project page](|url|/index.html) for convenient navigation.
2727

28+
* [8.3.0](https://jacobwilliams.github.io/json-fortran/prev/8.3.0/index.html)
29+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
30+
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.3.0)
2831
* [8.2.5](https://jacobwilliams.github.io/json-fortran/prev/8.2.5/index.html)
2932
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
3033
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.5)

src/json_module.F90

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module json_module
7373

7474
implicit none
7575

76-
character(kind=json_CK,len=*),parameter,private :: version = '8.2.5'
76+
character(kind=json_CK,len=*),parameter,private :: version = '8.3.0'
7777
!! JSON-Fortran version.
7878
!!
7979
!!@note This string should match the one in the `.VERSION` file (which is used
@@ -88,9 +88,9 @@ module json_module
8888
!>
8989
! Returns the JSON-Fortran version string.
9090

91-
function json_fortran_version() result(ver)
92-
93-
implicit none
91+
function json_fortran_version() result(ver)
92+
93+
implicit none
9494

9595
character(len=:),allocatable :: ver !! JSON-Fortran version string
9696

0 commit comments

Comments
 (0)