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
* ENH: Bump simdjson to 5.0 (24) gerrymanoim
Release Changes
* REL: 0.3.0 (25) gerrymanoim