From 458c9af186a3c4713fdee1f661f8e9a2be5dc957 Mon Sep 17 00:00:00 2001 From: f3ath Date: Sun, 2 Aug 2020 23:38:20 -0700 Subject: [PATCH] dev.7 --- CHANGELOG.md | 7 ++++++- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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"