Skip to content

Commit 84983c8

Browse files
committed
prepare 6.5.0 release.
1 parent 457b897 commit 84983c8

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.0
1+
6.5.0

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Change Log](#change-log)
66
- [Unreleased](#unreleased)
7+
- [6.5.0 (2018-06-23)](#640-2018-06-23)
78
- [6.4.0 (2018-06-10)](#640-2018-06-10)
89
- [6.3.0 (2018-04-20)](#630-2018-04-20)
910
- [6.2.0 (2018-03-10)](#620-2018-03-10)
@@ -25,10 +26,19 @@
2526
- [2.0.0 (2014-12-27)](#200-2014-12-27)
2627
- [1.0.0 (2014-06-23)](#100-2014-06-23)
2728

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

31-
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.4.0...HEAD)
31+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.5.0...HEAD)
32+
33+
### [6.5.0](https://github.com/jacobwilliams/json-fortran/tree/6.5.0) (2018-06-23)
34+
35+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.4.0...6.5.0)
36+
or [Download v6.5.0](https://github.com/jacobwilliams/json-fortran/releases/tag/6.5.0)
37+
38+
**Enhancements & Fixed Issues:**
39+
40+
- Added optional `trim` and `adjustl` arguments were added to all the various routines for adding strings and string vectors to JSON [\#323](https://github.com/jacobwilliams/json-fortran/issues/323) ([jacobwilliams](https://github.com/jacobwilliams))
41+
- The `trailing_spaces_significant` flag is now respected for name keys when creating a JSON structure. [\#324](https://github.com/jacobwilliams/json-fortran/issues/324) [\#326](https://github.com/jacobwilliams/json-fortran/issues/326) ([jacobwilliams](https://github.com/jacobwilliams))
3242

3343
### [6.4.0](https://github.com/jacobwilliams/json-fortran/tree/6.4.0) (2018-06-10)
3444

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
126126
enable_language ( Fortran )
127127
project ( jf_test NONE )
128128
129-
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.4.0 REQUIRED )
129+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.5.0 REQUIRED )
130130
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
131131
132132
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.5.0](http://jacobwilliams.github.io/json-fortran/6.5.0/index.html)
29+
([FORD](https://github.com/cmacmackin/ford) generated documentation)
30+
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.5.0)
2831
* [6.4.0](http://jacobwilliams.github.io/json-fortran/6.4.0/index.html)
2932
([FORD](https://github.com/cmacmackin/ford) generated documentation)
3033
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.4.0)

0 commit comments

Comments
 (0)