Skip to content

Commit 690a8bd

Browse files
committed
prepare 8.2.0 release.
1 parent 2e32910 commit 690a8bd

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.VERSION

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

CHANGELOG.md

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

55
- [Change Log](#change-log)
66
- [Unreleased](#unreleased)
7+
- [8.2.0 (2020-08-16)](#800-2020-08-16)
78
- [8.1.0 (2020-06-21)](#800-2020-06-21)
89
- [8.0.0 (2020-04-04)](#800-2020-04-04)
910
- [7.1.0 (2019-06-23)](#710-2019-06-23)
@@ -38,7 +39,16 @@
3839

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

41-
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.1.0...HEAD)
42+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.0...HEAD)
43+
44+
### [8.2.0](https://github.com/jacobwilliams/json-fortran/tree/8.2.0) (2020-08-16)
45+
46+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.1.0...8.2.0)
47+
or [Download v8.2.0](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.0)
48+
49+
**Enhancements:**
50+
51+
- Updated the `compress_vectors` option so that now vectors of mixed integers and reals are also compressed. [\#470](https://github.com/jacobwilliams/json-fortran/issues/470) [\#471](https://github.com/jacobwilliams/json-fortran/pull/471) ([jacobwilliams](https://github.com/jacobwilliams))
4252

4353
### [8.1.0](https://github.com/jacobwilliams/json-fortran/tree/8.1.0) (2020-06-21)
4454

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.1.0 REQUIRED )
125+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.0 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.0](http://jacobwilliams.github.io/json-fortran/8.2.0/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.0)
2831
* [8.1.0](http://jacobwilliams.github.io/json-fortran/8.1.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.1.0)

0 commit comments

Comments
 (0)