Skip to content

Commit

Permalink
Prepare 8.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Aug 17, 2021
1 parent 4c38d6f commit 77c9f99
Show file tree
Hide file tree
Showing 4 changed files with 23 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.4
8.2.5
19 changes: 18 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.5 (2021-08-17)](#825-2021-08-17)
- [8.2.4 (2021-08-15)](#824-2021-08-15)
- [8.2.3 (2021-06-05)](#823-2021-06-05)
- [8.2.2 (2021-06-05)](#822-2021-06-05)
Expand Down Expand Up @@ -43,7 +44,23 @@

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

[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.4...HEAD)
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.5...HEAD)

### [8.2.5](https://github.com/jacobwilliams/json-fortran/tree/8.2.5) (2021-08-17)

[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.4...8.2.5)
or [Download v8.2.5](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.5)

**Enhancements:**

- Enabled some extra warnings in the Visual Studio Debug project
- Removed obsolete `forall` construct from unit test 12

**Bug Fixes:**

- Fixed a potential uninitialized variable issue in `get_current_line_from_file_stream`
- Fixed a memory leak when parsing an invalid JSON
- Fixed various memory issues in the unit tests [\#495](https://github.com/jacobwilliams/json-fortran/pull/495) ([jacobwilliams](https://github.com/jacobwilliams))

### [8.2.4](https://github.com/jacobwilliams/json-fortran/tree/8.2.4) (2021-08-15)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,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.4 REQUIRED )
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.5 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.5](https://jacobwilliams.github.io/json-fortran/prev/8.2.5/index.html)
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.5)
* [8.2.4](https://jacobwilliams.github.io/json-fortran/prev/8.2.4/index.html)
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.4)
Expand Down

0 comments on commit 77c9f99

Please sign in to comment.