Skip to content

Commit

Permalink
Prepare for v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Oct 3, 2024
1 parent c2b62a5 commit e967043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
rm sspilib-*.tar.gz
- name: build wheel
uses: pypa/cibuildwheel@v2.21.0
uses: pypa/cibuildwheel@v2.21.2
env:
CIBW_ARCHS: all
CIBW_TEST_SKIP: '*_arm64'
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13.0-rc.2'
- '3.13.0-rc.3'
python-arch:
- x86
- x64
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
+ This is in reflection of the `credential` actually being mandatory
+ Update documentation for `accept_security_context` and `initialize_security_context` to properly reflect that the credential must be specified on the first call to those functions
+ Update `sspi-rs` to `0.13.0`
+ Require Python 3.8 or newer (dropped 3.7)

## 0.1.0 - 2024-10-04

Expand Down

0 comments on commit e967043

Please sign in to comment.