Skip to content

Commit

Permalink
Prepare 6.11.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jan 20, 2019
1 parent 7682099 commit 4c30be7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.10.0
6.11.0
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [Change Log](#change-log)
- [Unreleased](#unreleased)
- [6.11.0 (2019-01-19)](#611-2019-01-19)
- [6.10.0 (2019-10-20)](#610-2019-10-20)
- [6.9.0 (2018-07-29)](#690-2018-07-29)
- [6.8.0 (2018-07-19)](#680-2018-07-19)
Expand Down Expand Up @@ -33,7 +34,16 @@

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

[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.10.0...HEAD)
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.11.0...HEAD)

### [6.11.0](https://github.com/jacobwilliams/json-fortran/tree/6.11.0) (2019-01-19)

[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.10.0...6.11.0)
or [Download v6.11.0](https://github.com/jacobwilliams/json-fortran/releases/tag/6.11.0)

**Enhancements:**

- 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))

### [6.10.0](https://github.com/jacobwilliams/json-fortran/tree/6.10.0) (2019-10-20)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
enable_language ( Fortran )
project ( jf_test NONE )
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.10.0 REQUIRED )
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.11.0 REQUIRED )
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )
Expand Down
3 changes: 3 additions & 0 deletions pages/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ documentation from the documentation for official releases other than
using the browser's back button. Feel free to bookmark this page, or
the [main project page](|url|/index.html) for convenient navigation.

* [6.11.0](http://jacobwilliams.github.io/json-fortran/6.11.0/index.html)
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.11.0)
* [6.10.0](http://jacobwilliams.github.io/json-fortran/6.10.0/index.html)
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.10.0)
Expand Down

0 comments on commit 4c30be7

Please sign in to comment.