Skip to content

Commit

Permalink
Release v3.1.0 (#786)
Browse files Browse the repository at this point in the history
* fixup formatting

* update changelog

* bump version
  • Loading branch information
rkm authored Jun 11, 2021
1 parent 88943fe commit 707f262
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 17 deletions.
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,41 @@ A raw git diff can be seen [here][unreleased].

<!--next-->

## [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
Expand Down Expand Up @@ -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
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.0.2`
Version: `3.1.0`

# SMI Services

Expand Down
1 change: 0 additions & 1 deletion news/754-feature.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions news/771-bugfix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/785-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.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

0 comments on commit 707f262

Please sign in to comment.