Skip to content

Commit 7df56d4

Browse files
committed
Prepare 8.2.1 release
1 parent 4338d6e commit 7df56d4

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

.VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.0
1+
8.2.1

CHANGELOG.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
- [Change Log](#change-log)
66
- [Unreleased](#unreleased)
7-
- [8.2.0 (2020-08-16)](#800-2020-08-16)
8-
- [8.1.0 (2020-06-21)](#800-2020-06-21)
7+
- [8.2.1 (2021-01-02)](#821-2021-01-02)
8+
- [8.2.0 (2020-08-16)](#820-2020-08-16)
9+
- [8.1.0 (2020-06-21)](#810-2020-06-21)
910
- [8.0.0 (2020-04-04)](#800-2020-04-04)
1011
- [7.1.0 (2019-06-23)](#710-2019-06-23)
1112
- [7.0.0 (2019-01-26)](#700-2019-01-26)
@@ -39,7 +40,22 @@
3940

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

42-
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.0...HEAD)
43+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.1...HEAD)
44+
45+
### [8.2.1](https://github.com/jacobwilliams/json-fortran/tree/8.2.1) (2020-01-02)
46+
47+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.0...8.2.1)
48+
or [Download v8.2.1](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.1)
49+
50+
**Enhancements:**
51+
52+
- Fixed a couple compiler warnings when using the latest Intel Fortran compiler. [\#477](https://github.com/jacobwilliams/json-fortran/issues/480) ([jacobwilliams](https://github.com/jacobwilliams))
53+
- replaced `-std15` with `-std18` for the Intel compiler in the FoBiS build file.
54+
- Updated the Visual Studio test project with some missing test cases. ([jacobwilliams](https://github.com/jacobwilliams))
55+
56+
**Bug fixes:**
57+
58+
- Bug fix in `json_value_remove`: the parent and previous pointers should also be nullified when removing from an array. [\#477](https://github.com/jacobwilliams/json-fortran/issues/477) [\#479](https://github.com/jacobwilliams/json-fortran/pull/479) ([jacobwilliams](https://github.com/jacobwilliams))
4359

4460
### [8.2.0](https://github.com/jacobwilliams/json-fortran/tree/8.2.0) (2020-08-16)
4561

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
122122
enable_language ( Fortran )
123123
project ( jf_test NONE )
124124
125-
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.0 REQUIRED )
125+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.1 REQUIRED )
126126
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
127127
128128
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+
* [8.2.1](http://jacobwilliams.github.io/json-fortran/8.2.1/index.html)
29+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
30+
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.1)
2831
* [8.2.0](http://jacobwilliams.github.io/json-fortran/8.2.0/index.html)
2932
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
3033
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.0)

0 commit comments

Comments
 (0)