Skip to content

Commit

Permalink
Release v4.0.0 (#883)
Browse files Browse the repository at this point in the history
* generate changelog for release

* update regex in releasing docs

* bump versions for release
  • Loading branch information
rkm authored Aug 9, 2021
1 parent eba3c61 commit 97314cc
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 23 deletions.
52 changes: 51 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,55 @@ A raw git diff can be seen [here][unreleased].

<!--next-->

## [4.0.0] 2021-08-09

## Feature

- [#849](https://github.com/SMI/SmiServices/pull/849) by jas88. CTPAnonymiser
refactoring
- Reduce memory footprint (issue #837)
- Simplify RabbitMQ message handling
- Stop creating temporary copy of input file - no longer needed in EPCC
environment without Lustre FS (per issue #836)
- Add checks input file is readable not just extant, hopefully fixing
issue #533
- [#861](https://github.com/SMI/SmiServices/pull/861) by rkm. Add Equ to
automatically implement equality members for classes.
- [#878](https://github.com/SMI/SmiServices/pull/878) by rkm. Update RDMP
packages with replacement of System.Data.SqlClient with
Microsoft.Data.SqlClient. Replace usages of same in codebase

## Bugfix

- [#764](https://github.com/SMI/SmiServices/pull/764) by howff. Clean up the
Python code lint after running pylint3
- [#841](https://github.com/SMI/SmiServices/pull/841) by tznind. Fixed bug
when disposing `CsvDestination` instances that have not begun writing any
output
- [#880](https://github.com/SMI/SmiServices/pull/880) by tznind. Fixed edge
case in IdentifierMapper when a dicom tag has illegal multiplicity in
PatientID field

## Meta

- [#843](https://github.com/SMI/SmiServices/pull/843) by rkm. Add pre-commit
and codespell. Fix all current spelling mistakes
- [#844](https://github.com/SMI/SmiServices/pull/844) by rkm. Fixup regex in
codespell config
- [#855](https://github.com/SMI/SmiServices/pull/855) by rkm. Specify dotnet
SDK version in global.json
- [#859](https://github.com/SMI/SmiServices/pull/859) by rkm. Bump LangVersion
to 9.0
- [#876](https://github.com/SMI/SmiServices/pull/876) by rkm. Add check and
error message for missing coveralls token
- [#877](https://github.com/SMI/SmiServices/pull/877) by rkm. Fix setting
replication for MongoDB in Windows CI pipelines

## Removal

- [#848](https://github.com/SMI/SmiServices/pull/848) by rkm. Removed
NationalPACSAccessionNumber from all metadata

## [3.2.1] 2021-07-07

## Bugfix
Expand Down Expand Up @@ -928,7 +977,8 @@ First stable release after importing the repository from the private
- Anonymous `MappingTableName` must now be fully specified to pass validation
(e.g. `mydb.mytbl`). Previously skipping database portion was supported.

[unreleased]: https://github.com/SMI/SmiServices/compare/v3.2.1...master
[unreleased]: https://github.com/SMI/SmiServices/compare/v4.0.0...master
[4.0.0]: https://github.com/SMI/SmiServices/compare/v3.2.1...v4.0.0
[3.2.1]: https://github.com/SMI/SmiServices/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/SMI/SmiServices/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/SMI/SmiServices/compare/v3.0.2...v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[![Total alerts](https://img.shields.io/lgtm/alerts/g/SMI/SmiServices.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/SMI/SmiServices/alerts/)

Version: `3.2.1`
Version: `4.0.0`

# SMI Services

Expand Down
2 changes: 1 addition & 1 deletion docs/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The release workflow is to checkout a new `release/` branch from master, update
- Check that a [news file][news_files] is present for each merged PR since the previous release. To do this, checkout the latest `master` commit and list all the merged PRs since the last release, e.g.:
```console
$ git checkout master && git pull
$ git log --oneline <previous_tag>.. | grep -vP "dependabot|Bump" | grep -P '#\d+'
$ git log --oneline <previous_tag>.. | grep -vP "dependabot|Bump|pre-commit-ci" | grep -P '#\d+'
ec182696 Merge pull request #430 from SMI/feature/extraction-fixes
051a134e Merge pull request #444 from SMI/feature/trigger-updates
65fcfe41 Merge pull request #440 from SMI/feature/value-updater
Expand Down
1 change: 0 additions & 1 deletion news/764-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/841-bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion news/843-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/844-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/848-removal.md

This file was deleted.

5 changes: 0 additions & 5 deletions news/849-feature.md

This file was deleted.

1 change: 0 additions & 1 deletion news/855-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/859-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/861-feature.md

This file was deleted.

1 change: 0 additions & 1 deletion news/876-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/877-meta.md

This file was deleted.

1 change: 0 additions & 1 deletion news/878-feature.md

This file was deleted.

1 change: 0 additions & 1 deletion news/880-bugfix.md

This file was deleted.

6 changes: 3 additions & 3 deletions src/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("3.2.1")]
[assembly: AssemblyFileVersion("3.2.1")]
[assembly: AssemblyInformationalVersion("3.2.1")] // This one can have the extra build info after it
[assembly: AssemblyVersion("4.0.0")]
[assembly: AssemblyFileVersion("4.0.0")]
[assembly: AssemblyInformationalVersion("4.0.0")] // This one can have the extra build info after it

0 comments on commit 97314cc

Please sign in to comment.