Skip to content

Commit

Permalink
Prepare 8.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jun 5, 2021
1 parent 987ac3a commit 78f9413
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.2.1
8.2.2
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down
3 changes: 3 additions & 0 deletions pages/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78f9413

Please sign in to comment.