Skip to content

Commit 78f9413

Browse files
committed
Prepare 8.2.2 release
1 parent 987ac3a commit 78f9413

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.VERSION

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

CHANGELOG.md

+17-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.2 (2021-06-05)](#822-2021-06-05)
78
- [8.2.1 (2021-01-02)](#821-2021-01-02)
89
- [8.2.0 (2020-08-16)](#820-2020-08-16)
910
- [8.1.0 (2020-06-21)](#810-2020-06-21)
@@ -40,7 +41,22 @@
4041

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

43-
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.1...HEAD)
44+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.2...HEAD)
45+
46+
### [8.2.2](https://github.com/jacobwilliams/json-fortran/tree/8.2.2) (2020-01-02)
47+
48+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.1...8.2.2)
49+
or [Download v8.2.2](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.2)
50+
51+
**Enhancements:**
52+
53+
- Added support for the Fortran Package Manger. [\#483](https://github.com/jacobwilliams/json-fortran/issues/483) ([jacobwilliams](https://github.com/jacobwilliams))
54+
- Updated CI to use GitHub Actions, including auto-deployment of documentation. [\#476](https://github.com/jacobwilliams/json-fortran/issues/476) [\#484](https://github.com/jacobwilliams/json-fortran/pull/484) ([jacobwilliams](https://github.com/jacobwilliams))
55+
- Eliminated some compiler warnings about real conversions.
56+
57+
**Bug fixes:**
58+
59+
- Fixed a bug in test case 47.
4460

4561
### [8.2.1](https://github.com/jacobwilliams/json-fortran/tree/8.2.1) (2020-01-02)
4662

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.1 REQUIRED )
125+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.2 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.2](https://jacobwilliams.github.io/json-fortran/prev/8.2.2/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.2)
2831
* [8.2.1](https://jacobwilliams.github.io/json-fortran/prev/8.2.1/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.1)

0 commit comments

Comments
 (0)