|
4 | 4 |
|
5 | 5 | - [Change Log](#change-log)
|
6 | 6 | - [Unreleased](#unreleased)
|
| 7 | + - [8.3.0 (2022-05-07)](#830-2022-05-07) |
7 | 8 | - [8.2.5 (2021-08-17)](#825-2021-08-17)
|
8 | 9 | - [8.2.4 (2021-08-15)](#824-2021-08-15)
|
9 | 10 | - [8.2.3 (2021-06-05)](#823-2021-06-05)
|
|
44 | 45 |
|
45 | 46 | ### [Unreleased](https://github.com/jacobwilliams/json-fortran/tree/HEAD)
|
46 | 47 |
|
47 |
| -[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.5...HEAD) |
| 48 | +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.3.0...HEAD) |
| 49 | + |
| 50 | +### [8.3.0](https://github.com/jacobwilliams/json-fortran/tree/8.3.0) (2022-05-07) |
| 51 | + |
| 52 | +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.5...8.3.0) |
| 53 | +or [Download v8.3.0](https://github.com/jacobwilliams/json-fortran/releases/tag/8.3.0) |
| 54 | + |
| 55 | +**Enhancements:** |
| 56 | + |
| 57 | +- Added procedure to query version of json-fortran [\#505](https://github.com/jacobwilliams/json-fortran/issues/505) [\#512](https://github.com/jacobwilliams/json-fortran/pull/512) [\#516](https://github.com/jacobwilliams/json-fortran/pull/516) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 58 | +- Updates to the CI [\#509](https://github.com/jacobwilliams/json-fortran/pull/509) [\#508](https://github.com/jacobwilliams/json-fortran/issues/508) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 59 | +- Add information on conda-forge distribution [\#506](https://github.com/jacobwilliams/json-fortran/pull/506) ([awvwgk](https://github.com/awvwgk)) [\#507](https://github.com/jacobwilliams/json-fortran/issues/507) |
| 60 | +- Updated CMake to export include directories with target [\#504](https://github.com/jacobwilliams/json-fortran/pull/504) [\#503](https://github.com/jacobwilliams/json-fortran/issues/503) ([awvwgk](https://github.com/awvwgk)) |
| 61 | + |
| 62 | + |
| 63 | +**Bug Fixes:** |
| 64 | + |
| 65 | +- Fixed a memory leak with parsing invalid JSON. Also fixed some unit test memory issues [\#494](https://github.com/jacobwilliams/json-fortran/issues/494) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 66 | +- Fixed a minor standards violation [\#510](https://github.com/jacobwilliams/json-fortran/issues/510) [\#511](https://github.com/jacobwilliams/json-fortran/pull/511) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 67 | +- Minor changes to work around issues with nvfortran compiler [\#496](https://github.com/jacobwilliams/json-fortran/pull/496) ([vyu16](https://github.com/vyu16)) |
48 | 68 |
|
49 | 69 | ### [8.2.5](https://github.com/jacobwilliams/json-fortran/tree/8.2.5) (2021-08-17)
|
50 | 70 |
|
|
0 commit comments