From 78f94133ef32c23959b8d38a7eecbf04b9a37b82 Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Sat, 5 Jun 2021 14:11:53 -0500 Subject: [PATCH] Prepare 8.2.2 release --- .VERSION | 2 +- CHANGELOG.md | 18 +++++++++++++++++- README.md | 2 +- pages/releases/index.md | 3 +++ 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/.VERSION b/.VERSION index 2b0aa2121..308c0cb54 100644 --- a/.VERSION +++ b/.VERSION @@ -1 +1 @@ -8.2.1 +8.2.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index f118ba5df..2623a7999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - [Change Log](#change-log) - [Unreleased](#unreleased) + - [8.2.2 (2021-06-05)](#822-2021-06-05) - [8.2.1 (2021-01-02)](#821-2021-01-02) - [8.2.0 (2020-08-16)](#820-2020-08-16) - [8.1.0 (2020-06-21)](#810-2020-06-21) @@ -40,7 +41,22 @@ ### [Unreleased](https://github.com/jacobwilliams/json-fortran/tree/HEAD) -[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.1...HEAD) +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.2...HEAD) + +### [8.2.2](https://github.com/jacobwilliams/json-fortran/tree/8.2.2) (2020-01-02) + +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.1...8.2.2) +or [Download v8.2.2](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.2) + +**Enhancements:** + +- Added support for the Fortran Package Manger. [\#483](https://github.com/jacobwilliams/json-fortran/issues/483) ([jacobwilliams](https://github.com/jacobwilliams)) +- 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)) +- Eliminated some compiler warnings about real conversions. + +**Bug fixes:** + +- Fixed a bug in test case 47. ### [8.2.1](https://github.com/jacobwilliams/json-fortran/tree/8.2.1) (2020-01-02) diff --git a/README.md b/README.md index 70c2cd146..78c80c4ff 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR ) enable_language ( Fortran ) project ( jf_test NONE ) -find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.1 REQUIRED ) +find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.2 REQUIRED ) include_directories ( "${jsonfortran_INCLUDE_DIRS}" ) file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" ) diff --git a/pages/releases/index.md b/pages/releases/index.md index 6863145d5..bee4976bc 100644 --- a/pages/releases/index.md +++ b/pages/releases/index.md @@ -25,6 +25,9 @@ documentation from the documentation for official releases other than using the browser's back button. Feel free to bookmark this page, or the [main project page](|url|/index.html) for convenient navigation. +* [8.2.2](https://jacobwilliams.github.io/json-fortran/prev/8.2.2/index.html) + ([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation) + - [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.2) * [8.2.1](https://jacobwilliams.github.io/json-fortran/prev/8.2.1/index.html) ([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation) - [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.1)