ChangeLog
=========
# 0.1.3
- Set no-new-privileges (NNP) bit on Linux, and Android.
- Confine using _landlock_(7) on Linux and Android.
- Confine using _pledge_(2) and _unveil_(2) on OpenBSD.
- Confine using _capsicum_(4) on FreeBSD.
- Set resource limits for confinement on UNIX.
- Port to WASM.
# 0.1.2
- Initial library release extracted from signify-rs.