From 707f2628919de66d8c65eeeaedfa66950b20f6a2 Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Fri, 11 Jun 2021 11:05:42 +0100 Subject: [PATCH] Release v3.1.0 (#786) * fixup formatting * update changelog * bump version --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++++++++++- README.md | 2 +- news/754-feature.md | 1 - news/756-bugfix.md | 1 - news/771-bugfix.md | 6 ------ news/773-meta.md | 1 - news/775-meta.md | 1 - news/781-meta.md | 1 - news/785-bugfix.md | 1 - src/SharedAssemblyInfo.cs | 6 +++--- 10 files changed, 41 insertions(+), 17 deletions(-) delete mode 100644 news/754-feature.md delete mode 100644 news/756-bugfix.md delete mode 100644 news/771-bugfix.md delete mode 100644 news/773-meta.md delete mode 100644 news/775-meta.md delete mode 100644 news/781-meta.md delete mode 100644 news/785-bugfix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb69be2d..68904b404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,41 @@ A raw git diff can be seen [here][unreleased]. +## [3.1.0] 2021-06-11 + +## Feature + +- [#759](https://github.com/SMI/SmiServices/pull/759) by tznind. Added + parallelisation to load process in IsIdentifiableReviewer rules view + +## Bugfix + +- [#756](https://github.com/SMI/SmiServices/pull/756) by howff. Open CSV file + read-only +- [#771](https://github.com/SMI/SmiServices/pull/771) by tznind. + IsIdentifiableReviewer: + - Added --usc (UseSystemConsole) for alternative display driver based on + System.Console + - Removed modal dialog that could cause errors opening a previously + completed report + - Added label with currently opened file and fixed ignore/update labels + - Added spinner indicator for when loading the Next report in sequential + mode takes a while + - Fixed bug where Ctrl+Q in Ignore/Update with custom patterns in + RulesView results in hard crash +- [#785](https://github.com/SMI/SmiServices/pull/785) by tznind. Fixed bug + with multiple enumeration during loading very large failure reports in + IsIdentifiableReviewer + +## Meta + +- [#773](https://github.com/SMI/SmiServices/pull/773) by rkm. Add code + coverage +- [#775](https://github.com/SMI/SmiServices/pull/775) by rkm. Move useful + scripts from .azure-pipelines/scripts to utils. Update utils/README.md. +- [#781](https://github.com/SMI/SmiServices/pull/781) by rkm. Fixup coverage + variables between pushes/PRs + ## [3.0.2] 2021-05-14 ## Bugfix @@ -847,7 +882,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.0.2...master +[unreleased]: https://github.com/SMI/SmiServices/compare/v3.1.0...master +[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 [3.0.1]: https://github.com/SMI/SmiServices/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/SMI/SmiServices/compare/v2.1.1...v3.0.0 diff --git a/README.md b/README.md index 7751c9d0e..650d6242c 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.0.2` +Version: `3.1.0` # SMI Services diff --git a/news/754-feature.md b/news/754-feature.md deleted file mode 100644 index a8236948a..000000000 --- a/news/754-feature.md +++ /dev/null @@ -1 +0,0 @@ -Added parallelisation to load process in IsIdentifiableReviewer rules view \ No newline at end of file diff --git a/news/756-bugfix.md b/news/756-bugfix.md deleted file mode 100644 index 191bf7ee1..000000000 --- a/news/756-bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Open CSV file read-only diff --git a/news/771-bugfix.md b/news/771-bugfix.md deleted file mode 100644 index 824bf0912..000000000 --- a/news/771-bugfix.md +++ /dev/null @@ -1,6 +0,0 @@ -- IsIdentifiableReviewer: - - Added --usc (UseSystemConsole) for alternative display driver based on System.Console - - Removed modal dialog that could cause errors opening a previously completed report - - Added label with currently opened file and fixed ignore/update labels - - Added spinner indicator for when loading the Next report in sequential mode takes a while - - Fixed bug where Ctrl+Q in Ignore/Update with custom patterns in RulesView results in hard crash \ No newline at end of file diff --git a/news/773-meta.md b/news/773-meta.md deleted file mode 100644 index 0be495785..000000000 --- a/news/773-meta.md +++ /dev/null @@ -1 +0,0 @@ -Add code coverage diff --git a/news/775-meta.md b/news/775-meta.md deleted file mode 100644 index 5776d3c49..000000000 --- a/news/775-meta.md +++ /dev/null @@ -1 +0,0 @@ -Move useful scripts from .azure-pipelines/scripts to utils. Update utils/README.md. diff --git a/news/781-meta.md b/news/781-meta.md deleted file mode 100644 index 4337e91bc..000000000 --- a/news/781-meta.md +++ /dev/null @@ -1 +0,0 @@ -Fixup coverage variables between pushes/PRs diff --git a/news/785-bugfix.md b/news/785-bugfix.md deleted file mode 100644 index e3cdc838b..000000000 --- a/news/785-bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fixed bug with multiple enumeration during loading very large failure reports in IsIdentifiableReviewer \ No newline at end of file diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 73b6ba50c..9cdea5c10 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.0.2")] -[assembly: AssemblyFileVersion("3.0.2")] -[assembly: AssemblyInformationalVersion("3.0.2")] // This one can have the extra build info after it +[assembly: AssemblyVersion("3.1.0")] +[assembly: AssemblyFileVersion("3.1.0")] +[assembly: AssemblyInformationalVersion("3.1.0")] // This one can have the extra build info after it