Skip to content

Commit

Permalink
release: v0.2.1
Browse files Browse the repository at this point in the history
CHANGELOG:
- meta: improve efficiency of cross-platform interfaces on Solaris
- refactor: remove getpeereid()
- refactor(xucred): always define Xucred.pid
- fix(ffi): remove None check when loading libc (should fix on musl
  libc)
- fix(ucred): use correct socket level on NetBSD
- meta: fix packaging issues
- doc: improved documentation
- test: improved tests
  • Loading branch information
cptpcrd committed Jan 8, 2021
1 parent a757c29 commit 89e3ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix_cred/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from typing import Optional, Tuple, Union

__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = ["get_peer_uid_gid"]

Expand Down

0 comments on commit 89e3ffd

Please sign in to comment.