Skip to content

Commit

Permalink
Merge pull request #1058 from SMI/release/v5.0.1
Browse files Browse the repository at this point in the history
Release v5.0.1
  • Loading branch information
rkm authored Feb 18, 2022
2 parents 293683a + c5a28f4 commit f163100
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ A raw git diff can be seen [here][unreleased].

<!--next-->

## [5.0.1] 2022-02-18

## Bugfix

- [#1054](https://github.com/SMI/SmiServices/pull/1054) by rkm. Swap stderr
reading and process.waitFor in SmiCtpProcessor to avoid a deadlock

## [5.0.0] 2022-02-17

## Feature
Expand Down Expand Up @@ -1028,7 +1035,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/v5.0.0...master
[unreleased]: https://github.com/SMI/SmiServices/compare/v5.0.1...master
[5.0.1]: https://github.com/SMI/SmiServices/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/SMI/SmiServices/compare/v4.0.0...v5.0.0
[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
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 @@
| Linux | [![Build Status](https://dev.azure.com/SmiOps/Public/_apis/build/status/SmiServices%20Linux?branchName=master)](https://dev.azure.com/SmiOps/Public/_build/latest?definitionId=3&branchName=master) |


Version: `5.0.0`
Version: `5.0.1`

# SMI Services

Expand Down
1 change: 0 additions & 1 deletion news/1054-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("5.0.0")]
[assembly: AssemblyFileVersion("5.0.0")]
[assembly: AssemblyInformationalVersion("5.0.0")] // This one can have the extra build info after it
[assembly: AssemblyVersion("5.0.1")]
[assembly: AssemblyFileVersion("5.0.1")]
[assembly: AssemblyInformationalVersion("5.0.1")] // This one can have the extra build info after it

0 comments on commit f163100

Please sign in to comment.