From 20deaa7f9fa8353962beb121a2fed758ee35e1f4 Mon Sep 17 00:00:00 2001 From: Thomas Nind Date: Wed, 7 Jul 2021 11:12:56 +0100 Subject: [PATCH 1/2] bumped to 3.2.1 --- README.md | 2 +- src/SharedAssemblyInfo.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index efed2705d..8855a6718 100644 --- a/README.md +++ b/README.md @@ -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.0` +Version: `3.2.1` # SMI Services diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 27c1ffac2..11826901c 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -7,6 +7,6 @@ [assembly: AssemblyCulture("")] // These should be overwritten by release builds -[assembly: AssemblyVersion("3.2.0")] -[assembly: AssemblyFileVersion("3.2.0")] -[assembly: AssemblyInformationalVersion("3.2.0")] // This one can have the extra build info after it +[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 From b83b6981fda5fa5316eba36e14ad7168d1bd242a Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Wed, 7 Jul 2021 11:19:07 +0100 Subject: [PATCH 2/2] bump changelog for release --- CHANGELOG.md | 10 +++++++++- news/834-bugfix.md | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 news/834-bugfix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 3432a91d9..818539a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ A raw git diff can be seen [here][unreleased]. +## [3.2.1] 2021-07-07 + +## Bugfix + +- [#834](https://github.com/SMI/SmiServices/pull/834) by tznind. Improved + logging and fixed yaml options not being respected in IsIdentifiableReviewer + ## [3.2.0] 2021-07-05 ## Feature @@ -921,7 +928,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.0...master +[unreleased]: https://github.com/SMI/SmiServices/compare/v3.2.1...master +[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 [3.0.2]: https://github.com/SMI/SmiServices/compare/v3.0.1...v3.0.2 diff --git a/news/834-bugfix.md b/news/834-bugfix.md deleted file mode 100644 index 5a2cd1469..000000000 --- a/news/834-bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Improved logging and fixed yaml options not being respected in IsIdentifiableReviewer \ No newline at end of file