Skip to content

Commit

Permalink
Prepare for 0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Feb 23, 2022
1 parent 8c33bca commit 5c4b993
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
**ATTN**: This project uses [semantic versioning](http://semver.org/).

## [Unreleased]

## [v0.7.0] - 2022-02-23
### Fixed
- Fixed vehicles JSON-format output.

Expand All @@ -13,7 +15,7 @@ All notable changes to this project will be documented in this file.

### Changed
- Field `hours` is rounded to two decimal places in stats section of `_player.txt` log file.
- Field `health` is rounded up to the nearest integer in health section of `_player.txt` log file.
- Field `health` is rounded to the nearest integer in health section of `_player.txt` log file.

### Removed
- Removed fields `level` and `skill_points` from `_player.txt` log file. Not actual for b41.
Expand Down Expand Up @@ -86,7 +88,8 @@ All notable changes to this project will be documented in this file.
### Added
- Add basic implementation.

[Unreleased]: https://github.com/openzomboid/log-extender/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/openzomboid/log-extender/compare/v0.7.0...HEAD
[v0.6.0]: https://github.com/openzomboid/log-extender/compare/v0.6.0...v0.7.0
[v0.6.0]: https://github.com/openzomboid/log-extender/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/openzomboid/log-extender/compare/v0.4.1...v0.5.0
[v0.4.1]: https://github.com/openzomboid/log-extender/compare/v0.4.0...v0.4.1
Expand Down

0 comments on commit 5c4b993

Please sign in to comment.