Skip to content

Commit 91bcbaa

Browse files
committed
prepare 6.3.0 release.
1 parent 7f45591 commit 91bcbaa

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.2.0
1+
6.3.0

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Change Log](#change-log)
66
- [Unreleased](#unreleased)
7+
- [6.3.0 (2018-04-20)](#630-2018-04-20)
78
- [6.2.0 (2018-03-10)](#620-2018-03-10)
89
- [6.1.0 (2017-11-05)](#610-2017-11-05)
910
- [6.0.0 (2017-08-24)](#600-2017-08-24)
@@ -25,7 +26,22 @@
2526

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

28-
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.2.0...HEAD)
29+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.3.0...HEAD)
30+
31+
### [6.3.0](https://github.com/jacobwilliams/json-fortran/tree/6.3.0) (2018-04-20)
32+
33+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.2.0...6.3.0)
34+
or [Download v6.3.0](https://github.com/jacobwilliams/json-fortran/releases/tag/6.3.0)
35+
36+
**Enhancements:**
37+
38+
- Add a FoBiS configuration file that can be used to build the library, tests, and documentation. [\#310](https://github.com/jacobwilliams/json-fortran/issues/310) [\#311](https://github.com/jacobwilliams/json-fortran/pull/311) ([jacobwilliams](https://github.com/jacobwilliams))
39+
- CMake produced Visual Studio Project [\#70](https://github.com/jacobwilliams/json-fortran/issues/70) ([jacobwilliams](https://github.com/jacobwilliams))
40+
- Minor changes: renamed some of the example files and reverted back to older versions of FoBiS and markdown for documentation building on Travis-CI [\#313](https://github.com/jacobwilliams/json-fortran/pull/313) ([jacobwilliams](https://github.com/jacobwilliams))
41+
42+
**Fixed issues:**
43+
44+
- Fixed a bug in the escaping logic where `/` characters in strings would not be printed under some circumstances. This bug was introduced in the 6.2.0 release. [\#312](https://github.com/jacobwilliams/json-fortran/issues/312) ([jacobwilliams](https://github.com/jacobwilliams))
2945

3046
### [6.2.0](https://github.com/jacobwilliams/json-fortran/tree/6.2.0) (2018-03-10)
3147

README.md

Lines changed: 1 addition & 1 deletion
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.2.0 REQUIRED )
131+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 6.3.0 REQUIRED )
132132
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
133133
134134
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )

pages/development-resources/release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ remain accurate.
5252
1. Add `pages/releases/index.md` to the git index: `git add pages/releases/index.md`
5353
1. Update the version string in remaining files requiring manual edits:
5454
1. Edit the `.VERSION` file
55-
1. Edit the CMake example on line 117 of `README.md`
55+
1. Edit the CMake example on line 131 of `README.md`
5656
1. Add both files to the git index: `git add .VERSION
5757
README.md`
5858
1. Commit the changes to the master branch: `git commit`

pages/releases/index.md

Lines changed: 3 additions & 0 deletions
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.3.0](http://jacobwilliams.github.io/json-fortran/6.3.0/index.html)
29+
([FORD](https://github.com/cmacmackin/ford) generated documentation)
30+
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.3.0)
2831
* [6.2.0](http://jacobwilliams.github.io/json-fortran/6.2.0/index.html)
2932
([FORD](https://github.com/cmacmackin/ford) generated documentation)
3033
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/6.2.0)

0 commit comments

Comments
 (0)