Skip to content

Commit

Permalink
Bump version and update CHANGELOG (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Aug 26, 2024
1 parent 4cbfe7d commit 8f3983e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.7.0 - TBD

* Added password management APIs
* [krb5_set_password](https://web.mit.edu/kerberos/krb5-latest/doc/appdev/refs/api/krb5_set_password.html)
* [krb5_set_password_using_ccache](https://web.mit.edu/kerberos/krb5-latest/doc/appdev/refs/api/krb5_set_password_using_ccache.html)

## 0.6.0 - 2024-07-22

* Fix up wheel package build to not include uneeded `python_krb5.h` file in the final `site-packages` install dir
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = krb5
version = 0.6.0.post50
version = 0.7.0
url = https://github.com/jborean93/pykrb5
author = Jordan Borean
author_email = jborean93@gmail.com
Expand Down Expand Up @@ -42,4 +42,4 @@ krb5 =
krb5 =
*.pxd
*.pyx
*.h
*.h

2 comments on commit 8f3983e

@zarganum
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jborean93
Jordan, please hold the 0.7.0 release as the result_string after set_password() returned from a real Microsoft AD... is not UTF-8.
TBH I am not surprised. We should refrain from decoding bytes ourselves.
I am preparing a minor PR right now.
Apologies, but I've only got to the real AD right now.

@jborean93
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do, thanks for picking that up.

Please # to comment.