File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -185,4 +185,3 @@ jobs:
185
185
uses : pypa/gh-action-pypi-publish@release/v1
186
186
with :
187
187
password : ${{ secrets.PYPI_API_TOKEN }}
188
- packages_dir : bindings/python/dist/
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.16.3] - 2023-02-01
6
+
5
7
### Added
6
8
7
9
- Build wheels for Linux(glibc) x86_64/i686, Windows x64/x86, and macOS x86_64/aarch64.
294
296
## 0.1.0 - 2020-06-09
295
297
- Initial public release
296
298
297
- [ Unreleased ] : https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...HEAD
299
+ [ Unreleased ] : https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.3...HEAD
300
+ [ 0.16.3 ] : https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...python-v0.16.3
298
301
[ 0.16.2 ] : https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.1...python-v0.16.2
299
302
[ 0.16.1 ] : https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.0...python-v0.16.1
300
303
[ 0.16.0 ] : https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.14.0...python-v0.16.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jsonschema-python"
3
- version = " 0.16.2 "
3
+ version = " 0.16.3 "
4
4
authors = [" Dmitry Dygalo <dadygalo@gmail.com>" ]
5
5
edition = " 2021"
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments