Skip to content

Commit 4447df7

Browse files
committed
Prepare 8.2.3 release
1 parent becafc9 commit 4447df7

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.2
1+
8.2.3

CHANGELOG.md

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

55
- [Change Log](#change-log)
66
- [Unreleased](#unreleased)
7+
- [8.2.3 (2021-06-05)](#823-2021-06-05)
78
- [8.2.2 (2021-06-05)](#822-2021-06-05)
89
- [8.2.1 (2021-01-02)](#821-2021-01-02)
910
- [8.2.0 (2020-08-16)](#820-2020-08-16)
@@ -41,7 +42,16 @@
4142

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

44-
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.2...HEAD)
45+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.3...HEAD)
46+
47+
### [8.2.3](https://github.com/jacobwilliams/json-fortran/tree/8.2.3) (2020-06-05)
48+
49+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.2...8.2.3)
50+
or [Download v8.2.3](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.3)
51+
52+
**Enhancements:**
53+
54+
- No code changes. Only documentation updates.
4555

4656
### [8.2.2](https://github.com/jacobwilliams/json-fortran/tree/8.2.2) (2020-06-05)
4757

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
122122
enable_language ( Fortran )
123123
project ( jf_test NONE )
124124
125-
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.2 REQUIRED )
125+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.3 REQUIRED )
126126
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
127127
128128
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )

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.2.3](https://jacobwilliams.github.io/json-fortran/prev/8.2.3/index.html)
29+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
30+
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.3)
2831
* [8.2.2](https://jacobwilliams.github.io/json-fortran/prev/8.2.2/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.2)

0 commit comments

Comments
 (0)