Skip to content

Commit

Permalink
release v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
V0ldek committed Oct 4, 2023
1 parent 0b65c5f commit dd226b8
Show file tree
Hide file tree
Showing 24 changed files with 148 additions and 118 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -71,7 +71,8 @@ body:
attributes:
label: Version of the release
options:
# <newest-release=v0.8.2>
# <newest-release=v0.8.3>
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file.

## [0.8.3] - 2023-10-04

### Bug Fixes

- Missing openings from node results. ([#297](https://github.com/V0ldek/rsonpath/issues/297))
- Fixed an issue where the opening
characters of matched nodes would not be
included in the result when head-skipping
and the opening happened on a block boundary.

- Lib MSRV.
- In v0.8.0 we inadvertently broke the MSRV,
and the project only built with 1.71.1
It was restored to 1.70.0 for the binary
and 1.67.1 for the lib.

### Dependencies

- Bump clap from 4.4.4 to 4.4.6.
- Bump memmap2 from 0.7.1 to 0.9.0.
- Bump thiserror from 1.0.48 to 1.0.49.

## [0.8.2] - 2023-09-23

### Performance
Expand Down
72 changes: 36 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd226b8

Please sign in to comment.