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
- 6.10 .0
1
+ 6.11 .0
Original file line number Diff line number Diff line change 4
4
5
5
- [ Change Log] ( #change-log )
6
6
- [ Unreleased] ( #unreleased )
7
+ - [ 6.11.0 (2019-01-19)] ( #611-2019-01-19 )
7
8
- [ 6.10.0 (2019-10-20)] ( #610-2019-10-20 )
8
9
- [ 6.9.0 (2018-07-29)] ( #690-2018-07-29 )
9
10
- [ 6.8.0 (2018-07-19)] ( #680-2018-07-19 )
33
34
34
35
### [ Unreleased] ( https://github.com/jacobwilliams/json-fortran/tree/HEAD )
35
36
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 ) )
37
47
38
48
### [ 6.10.0] ( https://github.com/jacobwilliams/json-fortran/tree/6.10.0 ) (2019-10-20)
39
49
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
121
121
enable_language ( Fortran )
122
122
project ( jf_test NONE )
123
123
124
- find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.10 .0 REQUIRED )
124
+ find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.11 .0 REQUIRED )
125
125
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
126
126
127
127
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
+ * [ 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 )
28
31
* [ 6.10.0] ( http://jacobwilliams.github.io/json-fortran/6.10.0/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/6.10.0 )
You can’t perform that action at this time.
0 commit comments