From de45a60bb3ca649dc0ff861a7189d4b3491abf71 Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Mon, 24 Jun 2024 16:56:41 +0100 Subject: [PATCH] Release v5.7.0 (#1859) * update CHANGELOG for release * bump version * update reviewers --- CHANGELOG.md | 36 +++++++++++++++++++++++++++++++++++- docs/dev/release-process.md | 3 +-- news/1723-feature.md | 1 - news/1748-feature.md | 1 - news/1823-feature.md | 1 - news/1831-doc.md | 7 ------- news/1833-feature.md | 1 - news/1840-bugfix.md | 1 - news/1843-feature.md | 1 - news/1848-feature.md | 1 - src/SharedAssemblyInfo.cs | 6 +++--- 11 files changed, 39 insertions(+), 20 deletions(-) delete mode 100644 news/1723-feature.md delete mode 100644 news/1748-feature.md delete mode 100644 news/1823-feature.md delete mode 100644 news/1831-doc.md delete mode 100644 news/1833-feature.md delete mode 100644 news/1840-bugfix.md delete mode 100644 news/1843-feature.md delete mode 100644 news/1848-feature.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 71efc700b..48247e55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,39 @@ A raw git diff can be seen [here][unreleased]. +## [5.7.0] 2024-06-24 + +### Feature + +- [#1679](https://github.com/SMI/SmiServices/pull/1679) by darshad-github. Add dicom-anonymiser (Generic Wrapper Microservice) +- [#1723](https://github.com/SMI/SmiServices/pull/1723) by rkm. bump CI image to ubuntu-22.04 +- [#1748](https://github.com/SMI/SmiServices/pull/1748) by howff. Add support for Dermatology SRs +- [#1823](https://github.com/SMI/SmiServices/pull/1823) by rkm. Bump to .NET 8.0 and C# 12 +- [#1833](https://github.com/SMI/SmiServices/pull/1833) by jas88. Move SecurityCodeScan.VS2019 analysis to run as part of CodeQL CI checks not in IDE +- [#1834](https://github.com/SMI/SmiServices/pull/1834) by jas88. Update to NUnit v4 API +- [#1843](https://github.com/SMI/SmiServices/pull/1843) by jas88. Update DicomLoader switches and docs +- [#1844](https://github.com/SMI/SmiServices/pull/1844) by rkm. Tidy some files in DicomAnonymiser +- [#1845](https://github.com/SMI/SmiServices/pull/1845) by darshad-github. Update dicom-anonymiser docs +- [#1848](https://github.com/SMI/SmiServices/pull/1848) by rkm. replace archived prettier mirror with mdformat + +### Bugfix + +- [#1840](https://github.com/SMI/SmiServices/pull/1840) by jas88. Escape multiline CSV properly via CsvHelper + +### Doc + +- [#1831](https://github.com/SMI/SmiServices/pull/1831) by rkm. Refresh all documentation + + - Simplify the top-level README, as this content has been migrated to SMI/docs + - Move READMEs for all tools inside the top-level docs/ to improve navigation + - Add script for checking docs + - Add markdown-link-check hook + - Delete unused TriggerUpdates MongoDB source + +### Removal + +- [#1804](https://github.com/SMI/SmiServices/pull/1804) by rkm. Delete SRAnonTool, which has been migrated to https://github.com/SMI/StructuredReports. + ## [5.6.1] 2024-04-19 ### Bugfix @@ -1335,4 +1368,5 @@ First stable release after importing the repository from the private [5.5.0]: https://github.com/SMI/SmiServices/compare/v5.4.0...v5.5.0 [5.6.0]: https://github.com/SMI/SmiServices/compare/v5.5.0...v5.6.0 [5.6.1]: https://github.com/SMI/SmiServices/compare/v5.6.0...v5.6.1 -[unreleased]: https://github.com/SMI/SmiServices/compare/v5.6.1...main +[5.7.0]: https://github.com/SMI/SmiServices/compare/v5.6.1...v5.7.0 +[unreleased]: https://github.com/SMI/SmiServices/compare/v5.7.0...main diff --git a/docs/dev/release-process.md b/docs/dev/release-process.md index 54fc63c45..7e84c40b5 100644 --- a/docs/dev/release-process.md +++ b/docs/dev/release-process.md @@ -42,12 +42,11 @@ The release workflow is to checkout a new `release/` branch from main, update th - Update any other files referencing the version. To see an example, check the previous release PR. At time of writing, these are: - - `README.md`: Bump the version in the header - `src/SharedAssemblyInfo.cs`: Bump the versions in each property - Commit these changes and push the new branch -- Open a PR for this branch with the title `Release `. Request a review from `@tznind` and `@rkm` +- Open a PR for this branch with the title `Release `. Request a review from `@SMI/reviewers`. - If there are any further changes which need to be included in the release PR, then these can be merged into the release branch from `main` diff --git a/news/1723-feature.md b/news/1723-feature.md deleted file mode 100644 index e29003ab5..000000000 --- a/news/1723-feature.md +++ /dev/null @@ -1 +0,0 @@ -bump CI image to ubuntu-22.04 diff --git a/news/1748-feature.md b/news/1748-feature.md deleted file mode 100644 index 04166f489..000000000 --- a/news/1748-feature.md +++ /dev/null @@ -1 +0,0 @@ -Add support for Dermatology SRs diff --git a/news/1823-feature.md b/news/1823-feature.md deleted file mode 100644 index 5663e2d8b..000000000 --- a/news/1823-feature.md +++ /dev/null @@ -1 +0,0 @@ -Bump to .NET 8.0 and C# 12 diff --git a/news/1831-doc.md b/news/1831-doc.md deleted file mode 100644 index 2de0247e7..000000000 --- a/news/1831-doc.md +++ /dev/null @@ -1,7 +0,0 @@ -Refresh all documentation - -- Simplify the top-level README, as this content has been migrated to SMI/docs -- Move READMEs for all tools inside the top-level docs/ to improve navigation -- Add script for checking docs -- Add markdown-link-check hook -- Delete unused TriggerUpdates MongoDB source diff --git a/news/1833-feature.md b/news/1833-feature.md deleted file mode 100644 index 95bb7eb34..000000000 --- a/news/1833-feature.md +++ /dev/null @@ -1 +0,0 @@ -Move SecurityCodeScan.VS2019 analysis to run as part of CodeQL CI checks not in IDE diff --git a/news/1840-bugfix.md b/news/1840-bugfix.md deleted file mode 100644 index d760a2c31..000000000 --- a/news/1840-bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Escape multiline CSV properly via CsvHelper diff --git a/news/1843-feature.md b/news/1843-feature.md deleted file mode 100644 index d08a90fc2..000000000 --- a/news/1843-feature.md +++ /dev/null @@ -1 +0,0 @@ -Update DicomLoader switches and docs diff --git a/news/1848-feature.md b/news/1848-feature.md deleted file mode 100644 index a014a4f01..000000000 --- a/news/1848-feature.md +++ /dev/null @@ -1 +0,0 @@ -replace archived prettier mirror with mdformat diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 16ff7645a..a5c6bcac8 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("5.6.1")] -[assembly: AssemblyFileVersion("5.6.1")] -[assembly: AssemblyInformationalVersion("5.6.1")] // This one can have the extra build info after it +[assembly: AssemblyVersion("5.7.0")] +[assembly: AssemblyFileVersion("5.7.0")] +[assembly: AssemblyInformationalVersion("5.7.0")] // This one can have the extra build info after it