Skip to content

Commit 4c30be7

Browse files
committed
Prepare 6.11.0 release.
1 parent 7682099 commit 4c30be7

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-
6.10.0
1+
6.11.0

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+
- [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)
@@ -33,7 +34,16 @@
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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
121121
enable_language ( Fortran )
122122
project ( 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 )
125125
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
126126
127127
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+
* [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)

0 commit comments

Comments
 (0)