Skip to content

Commit

Permalink
update changelog and bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Jul 17, 2024
1 parent cd2cc08 commit 431a7d1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

# [Unreleased]

- Upgrade to net8
# [0.4.0] - 2024-07-17

- Fix calling ii with file paths (#510)
- Fixes for Ubuntu 22.04 & upgrade CI (#509)
- Replace prettier with mdformat (#504)
- Add ImageSharp explicitly due to odd fo-dicom referencing (#477)
- Upgrade to .NET8 (#461)
- Ensure pixel data is valid when validation is skipped (#430)
- support skipping validation of safe pixel data (#429)

# [0.3.0] - 2024-01-19

- Upgrade to net7 and C# 11 (#394)
- Upgrade to .NET7 and C# 11 (#394)
- Update TesseractLinuxLoaderFix.cs
- Fix up borked RDMP plugin building
- Remove Harmony library
Expand Down Expand Up @@ -164,4 +172,5 @@ Initial version
[0.2.0]: https://github.com/SMI/IsIdentifiable/compare/v0.1.0..v0.2.0
[0.2.1]: https://github.com/SMI/IsIdentifiable/compare/v0.2.0..v0.2.1
[0.3.0]: https://github.com/SMI/IsIdentifiable/compare/v0.2.1..v0.3.0
[unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.3.0..main
[0.4.0]: https://github.com/SMI/IsIdentifiable/compare/v0.3.0..v0.4.0
[unreleased]: https://github.com/SMI/IsIdentifiable/compare/v0.4.0..main
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.3.0")]
[assembly: AssemblyFileVersion("0.3.0")]
[assembly: AssemblyInformationalVersion("0.3.0")] // This one can have the extra build info after it
[assembly: AssemblyVersion("0.4.0")]
[assembly: AssemblyFileVersion("0.4.0")]
[assembly: AssemblyInformationalVersion("0.4.0")] // This one can have the extra build info after it
2 changes: 1 addition & 1 deletion Tests/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>
</Project>

0 comments on commit 431a7d1

Please sign in to comment.