Skip to content

Commit

Permalink
rel (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath committed Aug 27, 2023
1 parent 701cd17 commit d282f74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.4] - 2023-08-26
### Changed
- Bump dependencies versions

## [0.6.3] - 2023-08-26
### Fixed
- Allow whitespaces after `?` in expressions
Expand Down Expand Up @@ -164,6 +168,7 @@ Previously, no modification would be made and no errors/exceptions thrown.
### Added
- Basic design draft

[0.6.4]: https://github.com/f3ath/jessie/compare/0.6.3...0.6.4
[0.6.3]: https://github.com/f3ath/jessie/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/f3ath/jessie/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/f3ath/jessie/compare/0.6.0...0.6.1
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: json_path
version: 0.6.3
version: 0.6.4
description: Implementation of JSONPath expressions like "$.store.book[2].price". Reads and writes values in parsed JSON objects.
homepage: "https://github.com/f3ath/jessie"

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
rfc_6901: ^0.1.1
petitparser: ^5.4.0
rfc_6901: ^0.2.0
petitparser: ^6.0.1
maybe_just_nothing: ^0.5.2
iregexp: ^0.1.1
iregexp: ^0.1.2

dev_dependencies:
lints: ^2.1.0
Expand Down

0 comments on commit d282f74

Please sign in to comment.