diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 00a42cd6bd..8a914099a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,8 +23,8 @@ pr: - '.github/*' variables: - PackageVersion: '4.0.2' - VersionBuildNumber: $[counter('4.0.2', 1)] + PackageVersion: '4.0.3' + VersionBuildNumber: $[counter('4.0.3', 1)] IntegrationTestVersion: $(PackageVersion)-alpha.$(VersionBuildNumber) ProjectsToPack: src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj ForkIntegrationNugetFeedUri: https://f.feedz.io/stryker/stryker-net/nuget/index.json diff --git a/package.json b/package.json index 48f2946f1d..1ab092ede5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, - "version": "4.0.2", - "versionPrefix": "4.0.2", + "version": "4.0.3", + "versionPrefix": "4.0.3", "versionSuffix": "", "scripts": { "prepare-release": "node prepare-release.js" diff --git a/src/Stryker.CLI/CHANGELOG.md b/src/Stryker.CLI/CHANGELOG.md index 2c0da907fe..2086036932 100644 --- a/src/Stryker.CLI/CHANGELOG.md +++ b/src/Stryker.CLI/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.0.3](https://github.com/stryker-mutator/stryker-net/compare/dotnet-stryker@4.0.2...dotnet-stryker@4.0.3) (2024-03-29) + + +### Reverts + +* Revert publish and "chore(performance): Parallel testinit" (#2896) ([b45f64f](https://github.com/stryker-mutator/stryker-net/commit/b45f64ff741b3b7332990ff7f0ab606f917aa693)), closes [#2896](https://github.com/stryker-mutator/stryker-net/issues/2896) [#2894](https://github.com/stryker-mutator/stryker-net/issues/2894) + + + ## [4.0.2](https://github.com/stryker-mutator/stryker-net/compare/dotnet-stryker@4.0.1...dotnet-stryker@4.0.2) (2024-03-20) diff --git a/src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj b/src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj index df97446dc7..d4389d1b18 100644 --- a/src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj +++ b/src/Stryker.CLI/Stryker.CLI/Stryker.CLI.csproj @@ -9,7 +9,7 @@ - 4.0.2 + 4.0.3 dotnet-stryker Richard Werkman, Rouke Broersma diff --git a/src/Stryker.Core/CHANGELOG.md b/src/Stryker.Core/CHANGELOG.md index ab1fe93252..99289295ab 100644 --- a/src/Stryker.Core/CHANGELOG.md +++ b/src/Stryker.Core/CHANGELOG.md @@ -1,3 +1,17 @@ +## [4.0.3](https://github.com/stryker-mutator/stryker-net/compare/stryker@4.0.2...stryker@4.0.3) (2024-03-29) + + +### Bug Fixes + +* Forward build options to code analyzers and generators ([#2891](https://github.com/stryker-mutator/stryker-net/issues/2891)) ([d93b08c](https://github.com/stryker-mutator/stryker-net/commit/d93b08cecdbd941d9b8bf52aaa0679203672992f)) + + +### Reverts + +* Revert publish and "chore(performance): Parallel testinit" (#2896) ([b45f64f](https://github.com/stryker-mutator/stryker-net/commit/b45f64ff741b3b7332990ff7f0ab606f917aa693)), closes [#2896](https://github.com/stryker-mutator/stryker-net/issues/2896) [#2894](https://github.com/stryker-mutator/stryker-net/issues/2894) + + + ## [4.0.2](https://github.com/stryker-mutator/stryker-net/compare/stryker@4.0.1...stryker@4.0.2) (2024-03-20) diff --git a/src/Stryker.Core/Stryker.Core/Stryker.Core.csproj b/src/Stryker.Core/Stryker.Core/Stryker.Core.csproj index 7357396cd7..b154f6b5f8 100644 --- a/src/Stryker.Core/Stryker.Core/Stryker.Core.csproj +++ b/src/Stryker.Core/Stryker.Core/Stryker.Core.csproj @@ -8,7 +8,7 @@ - 4.0.2 + 4.0.3 stryker Mutation Testing