diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cf222..25dde3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## [Unreleased] +## [0.0.0+dev.7] - 2020-08-02 +### Changed +- Tokenized and AST refactoring + ## [0.0.0+dev.6] - 2020-08-01 ### Added - Unions @@ -29,7 +33,8 @@ ### Added - Basic design draft -[Unreleased]: https://github.com/f3ath/jessie/compare/0.0.0+dev.6...HEAD +[Unreleased]: https://github.com/f3ath/jessie/compare/0.0.0+dev.7...HEAD +[0.0.0+dev.7]: https://github.com/f3ath/jessie/compare/0.0.0+dev.6...0.0.0+dev.7 [0.0.0+dev.6]: https://github.com/f3ath/jessie/compare/0.0.0+dev.5...0.0.0+dev.6 [0.0.0+dev.5]: https://github.com/f3ath/jessie/compare/0.0.0+dev.4...0.0.0+dev.5 [0.0.0+dev.4]: https://github.com/f3ath/jessie/compare/0.0.0+dev.3...0.0.0+dev.4 diff --git a/pubspec.yaml b/pubspec.yaml index 07f8a77..ac9c754 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: json_path -version: 0.0.0+dev.6 +version: 0.0.0+dev.7 description: JSONPath for Dart. JSONPath is XPath for JSON. It is a path in a JSON document. homepage: "https://github.com/f3ath/jessie"