Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
CHANGELOG:
- Use None instead of 0 if PID cannot be retrieved (BREAKING CHANGE)
- xucred: Store primary GID in separate field (instead of having it as a
  property that returns self.groups[0])
- Don't load libc using ctypes on Linux, where it isn't needed (adds
  support for statically linked systems)
  • Loading branch information
cptpcrd committed Jul 21, 2020
1 parent efb6401 commit 7c7456a
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 @@ -5,7 +5,7 @@

from . import ffi, util

__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = ["get_peer_uid_gid"]

Expand Down

0 comments on commit 7c7456a

Please sign in to comment.