Skip to content

Commit 8db3053

Browse files
committed
Tag v0.9.0
1 parent 3e12ae7 commit 8db3053

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. It uses the
77
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
88
"Semantic Versioning 2.0.0"
99

10-
## [v0.10.0] — Unreleased
10+
## [v0.9.0] — Unreleased
1111

1212
### ⚡ Improvements
1313

@@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file. It uses the
2828
* Vastly expanded the `spec` package documentation to make it much more
2929
thorough and accurate, with copious links to relevant parts of [RFC 9535]
3030
and complete lists of interface implementations and examples for each
31-
significant type. See [PR #14] for details.
31+
significant type.
3232
* Removed the "Package Stability" statement from the README, as all packages
3333
are considered stable or else potentially unstable types in the `spec`
3434
package have been labeled as such.
@@ -42,10 +42,9 @@ All notable changes to this project will be documented in this file. It uses the
4242
* Upgraded the [compliance test suite] and integrated its located path test
4343
expectations. All tests passed, no changes required.
4444

45-
[v0.4.1]: https://github.com/theory/jsonpath/compare/v0.4.1...v0.10.0
45+
[v0.9.0]: https://github.com/theory/jsonpath/compare/v0.4.1...v0.9.0
4646
[json.Number]: https://pkg.go.dev/encoding/json#Number
4747
[json.Decoder.UseNumber]: https://pkg.go.dev/encoding/json#Decoder.UseNumber
48-
[PR #14]: https://github.com/theory/jsonpath/pull/14
4948
[compliance test suite]: https://github.com/jsonpath-standard/jsonpath-compliance-test-suite
5049
[RFC 9535]: https://www.rfc-editor.org/rfc/rfc9535.html
5150
"RFC 9535 JSONPath: Query Expressions for JSON"

0 commit comments

Comments
 (0)