File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
- 8.2.2
1
+ 8.2.3
Original file line number Diff line number Diff line change 4
4
5
5
- [ Change Log] ( #change-log )
6
6
- [ Unreleased] ( #unreleased )
7
+ - [ 8.2.3 (2021-06-05)] ( #823-2021-06-05 )
7
8
- [ 8.2.2 (2021-06-05)] ( #822-2021-06-05 )
8
9
- [ 8.2.1 (2021-01-02)] ( #821-2021-01-02 )
9
10
- [ 8.2.0 (2020-08-16)] ( #820-2020-08-16 )
41
42
42
43
### [ Unreleased] ( https://github.com/jacobwilliams/json-fortran/tree/HEAD )
43
44
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.
45
55
46
56
### [ 8.2.2] ( https://github.com/jacobwilliams/json-fortran/tree/8.2.2 ) (2020-06-05)
47
57
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
122
122
enable_language ( Fortran )
123
123
project ( jf_test NONE )
124
124
125
- find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.2 REQUIRED )
125
+ find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.3 REQUIRED )
126
126
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
127
127
128
128
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ documentation from the documentation for official releases other than
25
25
using the browser's back button. Feel free to bookmark this page, or
26
26
the [ main project page] ( |url|/index.html ) for convenient navigation.
27
27
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 )
28
31
* [ 8.2.2] ( https://jacobwilliams.github.io/json-fortran/prev/8.2.2/index.html )
29
32
([ FORD] ( https://github.com/Fortran-FOSS-Programmers/ford ) generated documentation)
30
33
- [ Download] ( https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.2 )
You can’t perform that action at this time.
0 commit comments