Skip to content

Commit b014063

Browse files
committed
v6.1.0
1 parent 7cac9fa commit b014063

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ A raw git diff can be seen [here][unreleased].
1111

1212
<!--next-->
1313

14+
## [6.1.0] 2025-04-19
15+
16+
### Feature
17+
18+
- [#2140](https://github.com/SMI/SmiServices/pull/2140) by rkm. Enable postgres in CI tests
19+
20+
### Fix
21+
22+
- [#2141](https://github.com/SMI/SmiServices/pull/2141) by rkm. Fix identifier-mapper to work with postgres. Adds `MappingTableSchema` to `IdentifierMapperOptions`.
23+
1424
## [6.0.0] 2025-01-08
1525

1626
### Feature
@@ -1514,4 +1524,5 @@ First stable release after importing the repository from the private
15141524
[5.8.0]: https://github.com/SMI/SmiServices/compare/v5.7.2...v5.8.0
15151525
[5.9.0]: https://github.com/SMI/SmiServices/compare/v5.8.0...v5.9.0
15161526
[6.0.0]: https://github.com/SMI/SmiServices/compare/v5.10.3...v6.0.0
1517-
[unreleased]: https://github.com/SMI/SmiServices/compare/v6.0.0...main
1527+
[6.1.0]: https://github.com/SMI/SmiServices/compare/v6.0.0...v6.1.0
1528+
[unreleased]: https://github.com/SMI/SmiServices/compare/v6.1.0...main

SharedAssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
[assembly: AssemblyCulture("")]
88

99
// These should be overwritten by release builds
10-
[assembly: AssemblyVersion("6.0.0")]
11-
[assembly: AssemblyFileVersion("6.0.0")]
12-
[assembly: AssemblyInformationalVersion("6.0.0")] // This one can have the extra build info after it
10+
[assembly: AssemblyVersion("6.1.0")]
11+
[assembly: AssemblyFileVersion("6.1.0")]
12+
[assembly: AssemblyInformationalVersion("6.1.0")] // This one can have the extra build info after it

news/2140-feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2141-fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)