Skip to content

0.3.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 04:51
· 9 commits to master since this release
3a403c6

What’s Changed

Note Due to upstream changes in simdjson .at() calls in Object and Array have been changed to .at_pointer(). Paths must also now be prefixed with / to comply with the JSON pointer spec, i.e:

  • valid in 0.2.0: statuses.at(b"33/created_at")
  • valid in 0.3.0: statuses.at_pointer(b"/33/created_at")

Build

  • BLD: Bump actions/setup-python from v2.1.1 to v2.1.2 (#23) @dependabot

Enhancements

Release Changes