Skip to content

Commit

Permalink
docs: Update migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Oct 12, 2024
1 parent d7d3735 commit ad1b481
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Migration Guide

## Upgrading from 0.22.x to 0.23.0

Replace:

- `JsonPointer` to `Location`
- `PathChunkRef` to `LocationSegment`
- `JsonPointerNode` to `LazyLocation`

## Upgrading from 0.21.x to 0.22.0

Replace `UriRef<&str>` with `Uri<&str>` in your custom retriever implementation.
Expand Down

0 comments on commit ad1b481

Please sign in to comment.