File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1- 6.10 .0
1+ 6.11 .0
Original file line number Diff line number Diff line change 44
55- [ Change Log] ( #change-log )
66 - [ Unreleased] ( #unreleased )
7+ - [ 6.11.0 (2019-01-19)] ( #611-2019-01-19 )
78 - [ 6.10.0 (2019-10-20)] ( #610-2019-10-20 )
89 - [ 6.9.0 (2018-07-29)] ( #690-2018-07-29 )
910 - [ 6.8.0 (2018-07-19)] ( #680-2018-07-19 )
3334
3435### [ Unreleased] ( https://github.com/jacobwilliams/json-fortran/tree/HEAD )
3536
36- [ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/6.10.0...HEAD )
37+ [ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/6.11.0...HEAD )
38+
39+ ### [ 6.11.0] ( https://github.com/jacobwilliams/json-fortran/tree/6.11.0 ) (2019-01-19)
40+
41+ [ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/6.10.0...6.11.0 )
42+ or [ Download v6.11.0] ( https://github.com/jacobwilliams/json-fortran/releases/tag/6.11.0 )
43+
44+ ** Enhancements:**
45+
46+ - Speed up writing JSON to a string [ \# 377] ( https://github.com/jacobwilliams/json-fortran/issues/377 ) [ \# 378] ( https://github.com/jacobwilliams/json-fortran/pull/378 ) ([ jacobwilliams] ( https://github.com/jacobwilliams ) )
3747
3848### [ 6.10.0] ( https://github.com/jacobwilliams/json-fortran/tree/6.10.0 ) (2019-10-20)
3949
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
121121enable_language ( Fortran )
122122project ( jf_test NONE )
123123
124- find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.10 .0 REQUIRED )
124+ find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.11 .0 REQUIRED )
125125include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
126126
127127file ( 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
2525using the browser's back button. Feel free to bookmark this page, or
2626the [ main project page] ( |url|/index.html ) for convenient navigation.
2727
28+ * [ 6.11.0] ( http://jacobwilliams.github.io/json-fortran/6.11.0/index.html )
29+ ([ FORD] ( https://github.com/Fortran-FOSS-Programmers/ford ) generated documentation)
30+ - [ Download] ( https://github.com/jacobwilliams/json-fortran/releases/tag/6.11.0 )
2831* [ 6.10.0] ( http://jacobwilliams.github.io/json-fortran/6.10.0/index.html )
2932 ([ FORD] ( https://github.com/Fortran-FOSS-Programmers/ford ) generated documentation)
3033 - [ Download] ( https://github.com/jacobwilliams/json-fortran/releases/tag/6.10.0 )
You can’t perform that action at this time.
0 commit comments