Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep v0.1.1 release #241

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 22 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2024-08-15

- Bump fo-dicom from 5.1.2 to 5.1.3
- Bump HIC.DicomTypeTranslation from 4.1.2 to 4.1.3
- Bump HIC.SynthEHR from 2.0.0 to 2.0.1
- Bump SixLabors.ImageSharp from 3.1.4 to 3.1.5
- Bump SixLabors.ImageSharp.Drawing from 2.1.3 to 2.1.4
- Bump YamlDotNet from 15.1.6 to 16.0.0

## [0.1.0] - 2024-05-29

* Bugfix: no more 44 o'clock scans
* Pre-build BucketList instead of parsing CSVs
* Target .Net 8 not 6
- Bugfix: no more 44 o'clock scans
- Pre-build BucketList instead of parsing CSVs
- Target .Net 8 not 6

### Dependencies

* Replace BadMedicine v1.2.1 with SynthEHR v2.0.0
* Bump fo-dicom from 5.0.3 to 5.1.2
* Bump HIC.BadMedicine from 1.1.1 to 1.1.2
* Bump HIC.DicomTypeTranslation from 4.0.1 to 4.1.1
* Bump SixLabors.ImageSharp from 2.1.3 to 3.1.3
* Bump SixLabors.ImageSharp.Drawing from 1.0.0 to 2.1.2
* Bump Vecc.YamlDotNet.Analyzers.StaticGenerator from 13.4.0 to 13.5.1
* Bump YamlDotNet from 12.0.2 to 15.1.6
- Replace BadMedicine v1.2.1 with SynthEHR v2.0.0
- Bump fo-dicom from 5.0.3 to 5.1.2
- Bump HIC.BadMedicine from 1.1.1 to 1.1.2
- Bump HIC.DicomTypeTranslation from 4.0.1 to 4.1.1
- Bump SixLabors.ImageSharp from 2.1.3 to 3.1.3
- Bump SixLabors.ImageSharp.Drawing from 1.0.0 to 2.1.2
- Bump Vecc.YamlDotNet.Analyzers.StaticGenerator from 13.4.0 to 13.5.1
- Bump YamlDotNet from 12.0.2 to 15.1.6


## [0.0.16] - 2023-10-04
Expand Down Expand Up @@ -168,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for PatientAge, Modality, Address, UIDs, StudyDate/Time
- Support for pixel data / NoPixels flag

[Unreleased]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.1.0...develop
[Unreleased]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.1.1...develop
[0.1.1]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.0.16...v0.1.0
[0.0.16]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.0.15...v0.0.16
[0.0.15]: https://github.com/SMI/BadMedicine.Dicom/compare/v0.0.14...v0.0.15
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 replaced with correct values by the release process
[assembly: AssemblyVersion("0.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyInformationalVersion("0.1.0")]
[assembly: AssemblyVersion("0.1.1")]
[assembly: AssemblyFileVersion("0.1.1")]
[assembly: AssemblyInformationalVersion("0.1.1")]
Loading