Skip to content

Commit a2af58c

Browse files
committed
prepare 6.10.0 release.
1 parent fc2e18e commit a2af58c

File tree

4 files changed

+39
-21
lines changed

4 files changed

+39
-21
lines changed

.VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.9.0
1+
6.10.0

CHANGELOG.md

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

55
- [Change Log](#change-log)
66
- [Unreleased](#unreleased)
7+
- [6.10.0 (2019-10-20)](#610-2019-10-20)
78
- [6.9.0 (2018-07-29)](#690-2018-07-29)
89
- [6.8.0 (2018-07-19)](#680-2018-07-19)
910
- [6.7.0 (2018-07-10)](#670-2018-07-10)
@@ -32,7 +33,21 @@
3233

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

35-
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.9.0...HEAD)
36+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.10.0...HEAD)
37+
38+
### [6.10.0](https://github.com/jacobwilliams/json-fortran/tree/6.10.0) (2019-10-20)
39+
40+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.9.0...6.10.0)
41+
or [Download v6.10.0](https://github.com/jacobwilliams/json-fortran/releases/tag/6.10.0)
42+
43+
**Enhancements:**
44+
45+
- Speed up JSON file parsing [\#363](https://github.com/jacobwilliams/json-fortran/issues/363) [\#366](https://github.com/jacobwilliams/json-fortran/pull/366) ([jacobwilliams](https://github.com/jacobwilliams))
46+
- CMake updates for Windows \(MSVS solutions\) [\#361](https://github.com/jacobwilliams/json-fortran/pull/361) ([zbeekman](https://github.com/zbeekman))
47+
48+
**Bug fixes:**
49+
50+
- Parser no longer stops after main object, ignoring the rest of the file [\#369](https://github.com/jacobwilliams/json-fortran/issues/369) [\#370](https://github.com/jacobwilliams/json-fortran/pull/370) ([jacobwilliams](https://github.com/jacobwilliams))
3651

3752
### [6.9.0](https://github.com/jacobwilliams/json-fortran/tree/6.9.0) (2018-07-29)
3853

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.9.0 REQUIRED )
124+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.10.0 REQUIRED )
125125
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
126126
127127
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )

pages/releases/index.md

+21-18
Original file line numberDiff line numberDiff line change
@@ -25,59 +25,62 @@ 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.10.0](http://jacobwilliams.github.io/json-fortran/6.10.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.10.0)
2831
* [6.9.0](http://jacobwilliams.github.io/json-fortran/6.9.0/index.html)
29-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
32+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
3033
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.9.0)
3134
* [6.8.0](http://jacobwilliams.github.io/json-fortran/6.8.0/index.html)
32-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
35+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
3336
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.8.0)
3437
* [6.7.0](http://jacobwilliams.github.io/json-fortran/6.7.0/index.html)
35-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
38+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
3639
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.7.0)
3740
* [6.6.0](http://jacobwilliams.github.io/json-fortran/6.6.0/index.html)
38-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
41+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
3942
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.6.0)
4043
* [6.5.0](http://jacobwilliams.github.io/json-fortran/6.5.0/index.html)
41-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
44+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
4245
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.5.0)
4346
* [6.4.0](http://jacobwilliams.github.io/json-fortran/6.4.0/index.html)
44-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
47+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
4548
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.4.0)
4649
* [6.3.0](http://jacobwilliams.github.io/json-fortran/6.3.0/index.html)
47-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
50+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
4851
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.3.0)
4952
* [6.2.0](http://jacobwilliams.github.io/json-fortran/6.2.0/index.html)
50-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
53+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
5154
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.2.0)
5255
* [6.1.0](http://jacobwilliams.github.io/json-fortran/6.1.0/index.html)
53-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
56+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
5457
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.1.0)
5558
* [6.0.0](http://jacobwilliams.github.io/json-fortran/6.0.0/index.html)
56-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
59+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
5760
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.0.0)
5861
* [5.3.0](http://jacobwilliams.github.io/json-fortran/5.3.0/index.html)
59-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
62+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
6063
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/5.3.0)
6164
* [5.2.0](http://jacobwilliams.github.io/json-fortran/5.2.0/index.html)
62-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
65+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
6366
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/5.2.0)
6467
* [5.1.0](http://jacobwilliams.github.io/json-fortran/5.1.0/index.html)
65-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
68+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
6669
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/5.1.0)
6770
* [5.0.2](http://jacobwilliams.github.io/json-fortran/5.0.2/index.html)
68-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
71+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
6972
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/5.0.2)
7073
* [5.0.1](http://jacobwilliams.github.io/json-fortran/5.0.1/index.html)
71-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
74+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
7275
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/5.0.1)
7376
* [5.0.0](http://jacobwilliams.github.io/json-fortran/5.0.0/index.html)
74-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
77+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
7578
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/5.0.0)
7679
* [4.3.0](http://jacobwilliams.github.io/json-fortran/4.3.0/index.html)
77-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
80+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
7881
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/4.3.0)
7982
* [4.2.0](http://jacobwilliams.github.io/json-fortran/4.2.0/index.html)
80-
([FORD](https://github.com/cmacmackin/ford) generated documentation)
83+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
8184
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/4.2.0)
8285
* [4.1.1](http://jacobwilliams.github.io/json-fortran/4.1.1/index.html)
8386
([ROBODoc](https://github.com/gumpu/ROBODoc) generated documentation)

0 commit comments

Comments
 (0)