Skip to content

Commit 51736ba

Browse files
committed
Prepare 6.4.0 release
1 parent edf3c50 commit 51736ba

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

Diff for: .VERSION

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

Diff for: CHANGELOG.md

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

55
- [Change Log](#change-log)
66
- [Unreleased](#unreleased)
7+
- [6.4.0 (2018-06-10)](#640-2018-06-10)
78
- [6.3.0 (2018-04-20)](#630-2018-04-20)
89
- [6.2.0 (2018-03-10)](#620-2018-03-10)
910
- [6.1.0 (2017-11-05)](#610-2017-11-05)
@@ -24,9 +25,25 @@
2425
- [2.0.0 (2014-12-27)](#200-2014-12-27)
2526
- [1.0.0 (2014-06-23)](#100-2014-06-23)
2627

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

29-
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.3.0...HEAD)
31+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.4.0...HEAD)
32+
33+
### [6.4.0](https://github.com/jacobwilliams/json-fortran/tree/6.4.0) (2018-06-10)
34+
35+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.3.0...6.4.0)
36+
or [Download v6.4.0](https://github.com/jacobwilliams/json-fortran/releases/tag/6.4.0)
37+
38+
**Enhancements:**
39+
40+
- Addition optional `stop_on_error` argument to the various `initialize()` routines to immediately stop the program if an exception is raised. [\#318](https://github.com/jacobwilliams/json-fortran/issues/318) [\#320](https://github.com/jacobwilliams/json-fortran/pull/320) ([jacobwilliams](https://github.com/jacobwilliams))
41+
42+
- Added routines to check if a name key is present in a `json_file` object, which is also available using the `.in.` operator. [\#316](https://github.com/jacobwilliams/json-fortran/issues/316) [\#319](https://github.com/jacobwilliams/json-fortran/pull/319) ([jacobwilliams](https://github.com/jacobwilliams))
43+
44+
- Added routines to rename a json variable by specifying the path. [\#314](https://github.com/jacobwilliams/json-fortran/issues/314) [\#317](https://github.com/jacobwilliams/json-fortran/pull/317) ([jacobwilliams](https://github.com/jacobwilliams))
45+
46+
- Added a Fobis rule for running the test programs. [\#321](https://github.com/jacobwilliams/json-fortran/issues/321) ([jacobwilliams](https://github.com/jacobwilliams))
3047

3148
### [6.3.0](https://github.com/jacobwilliams/json-fortran/tree/6.3.0) (2018-04-20)
3249

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
128128
enable_language ( Fortran )
129129
project ( jf_test NONE )
130130
131-
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.3.0 REQUIRED )
131+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.4.0 REQUIRED )
132132
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
133133
134134
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )

Diff for: 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.4.0](http://jacobwilliams.github.io/json-fortran/6.4.0/index.html)
29+
([FORD](https://github.com/cmacmackin/ford) generated documentation)
30+
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.4.0)
2831
* [6.3.0](http://jacobwilliams.github.io/json-fortran/6.3.0/index.html)
2932
([FORD](https://github.com/cmacmackin/ford) generated documentation)
3033
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.3.0)

0 commit comments

Comments
 (0)