Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jan 8, 2024
1 parent 3ca465c commit b08ac01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# [Unreleased]

# [0.2.1] - 2024-01-08

## Changed

- Check pixel data is valid when PII scan is skipped

# [0.2.0] - 2024-01-07

## Added
Expand Down Expand Up @@ -136,7 +142,8 @@

Initial version

[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.2.0..main
[Unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.2.1..main
[0.2.1]: https://github.com/SMI/IsIdentifiable/compare/v0.2.0..v0.2.1
[0.2.0]: https://github.com/SMI/IsIdentifiable/compare/v0.1.0..v0.2.0
[0.1.0]: https://github.com/SMI/IsIdentifiable/compare/v0.0.9..v0.1.0
[0.0.9]: https://github.com/SMI/IsIdentifiable/compare/v0.0.8..v0.0.9
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
[assembly: AssemblyCulture("")]

// These should be overwritten by release builds
[assembly: AssemblyVersion("0.2.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyInformationalVersion("0.2.0")] // This one can have the extra build info after it
[assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyFileVersion("0.2.1")]
[assembly: AssemblyInformationalVersion("0.2.1")] // This one can have the extra build info after it

0 comments on commit b08ac01

Please sign in to comment.