Releases: mattia/swift-secrecy
Releases · mattia/swift-secrecy
0.2.0
This release contains potential breaking changes, based on how you accessed the underlying secret
What's Changed
- Add status badges for CI and package index by @mattia in #8
- Fortify
Secret.Wrapped
value protection by @mattia in #9
The changes in #9 allows even more protection to avoid accidental secret exposure. Now the only way to access the underlying value of the secret is by going through the projectedValue
.
Full Changelog: 0.1.0...0.2.0