Skip to content

Commit

Permalink
chore(python): Update PyO3 to 0.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
  • Loading branch information
Stranger6667 committed May 1, 2024
1 parent 092b573 commit 7946e97
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 1,582 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/bindings/*/target
/bench_helpers/target
/jsonschema-test-suite/target
/jsonschema-csr/target
.hypothesis
.benchmarks
/jsonschema/Cargo.lock
Expand All @@ -12,3 +11,5 @@
# IDEs
/.idea
/.vscode

Cargo.lock
4 changes: 4 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Update `pyo3` to `0.21`.

## [0.17.3] - 2024-03-22

### Added
Expand Down

0 comments on commit 7946e97

Please sign in to comment.