Releases: primait/veil
Releases · primait/veil
0.2.0
Changed
- Breaking: de-anchor veil imports, to allow for reexporting.
This might cause issues in some very rare cases, but generally shouldn't require any changes.
Commits
- adds support for re-exporting crate (#79) by Chris Olstrom
- [PLATFORM-1366]: Add alls-green check to veil (#78) by Simone Cottini
0.1.7
Changed
- Fix redaction of options (#75) thanks to @nick-schafhauser
Commits
- [PLATFORM-1359]: Release new version with contributed fix (#77) by Cristiano Piemontese
- Fix redaction of options (#75) by nick-schafhauser
- Update toml requirement from 0.7 to 0.8 (#74) by dependabot[bot]
- Bump actions/checkout from 3 to 4 (#73) by dependabot[bot]
0.1.6
Changed
- Updated to syn v2
Commits
- Prepare for release (#72) by MaeIsBad
- [PLATFORM-997]: Spike: Migrate a veil repo to use GitHub Actions (#71) by MaeIsBad
- [PLATFORM-1018]: Bump syn to v2 (#70) by MaeIsBad
- Update toml requirement from 0.6 to 0.7 (#68) by dependabot[bot]
- Update toml requirement from 0.5 to 0.6 (#67) by dependabot[bot]
0.1.5
What's Changed
- sign drone file by @francesco995 in #55
- Create CODEOWNERS by @WilliamVenner in #54
- [PLATFORM-831]: Fix generics syntax in derive macro by @WilliamVenner in #56
- [PLATFORM-834]: Fix duplicated code by @WilliamVenner in #57
- [PLATFORM-833]: Add a way of using the Display implementation instead of the Debug implementation when redacting by @WilliamVenner in #58
- [PLATFORM-860]: Veil memory optimisations and refactoring by @WilliamVenner in #60
- [PLATFORM-861]: Fix borked enum variant name formatting by @WilliamVenner in #61
- [PLATFORM-863]: Improve code coverage test for error messages in Veil by @WilliamVenner in #62
- [PLATFORM-864]: Add Redactable trait to Veil, for manually redacting structured data by @WilliamVenner in #63
- [PLATFORM-865]: Add a builder type for redaction to Veil, for manually redacting arbitrary data by @WilliamVenner in #64
- [PLATFORM-866]: Update examples and documentation in Veil for all the new changes by @WilliamVenner in #65
- Bump version by @WilliamVenner in #66
New Contributors
- @francesco995 made their first contribution in #55
Full Changelog: 0.1.4...0.1.5
0.1.4
What's Changed
- Bump serde_json from 1.0.85 to 1.0.87 by @dependabot in #42
- Trim trailing quotes from jq output by @WilliamVenner in #43
- Bump syn from 1.0.102 to 1.0.103 by @dependabot in #44
- Bump serde from 1.0.145 to 1.0.147 by @dependabot in #45
- Bump once_cell from 1.15.0 to 1.16.0 by @dependabot in #46
- Bump regex from 1.6.0 to 1.7.0 by @dependabot in #47
- Change type to library in Backstage by @cpiemontese in #48
- Fix a couple of packaging problems by @WilliamVenner in #49
- Use
cargo release publish
to publish multicrate library by @WilliamVenner in #50 - Update Rust image in Dronefile by @WilliamVenner in #51
- Fix Rust versioning by @WilliamVenner in #52
- Allow any branch to release by @WilliamVenner in #53
New Contributors
- @cpiemontese made their first contribution in #48
Full Changelog: 0.1.3...0.1.4
0.1.3
What's Changed
- Improve VEIL_DISABLE_REDACTION by @MaeIsBad in #39
- Fix foreign derive proc macro attributes clashing with Veil's by @WilliamVenner in #40
- Bump to v0.1.3 by @WilliamVenner in #41
Full Changelog: 0.1.2...0.1.3
0.1.2
Improved documentation
0.1.1
Initial release