|
1 | 1 | ## Milestone details
|
2 | 2 |
|
3 | 3 | In the [v0.13.3](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.3) scope,
|
4 |
| -29 issues were resolved and 72 pull requests were merged. |
| 4 | +29 issues were resolved and 71 pull requests were merged. |
5 | 5 | This release includes 87 commits by 22 contributors.
|
6 | 6 |
|
7 | 7 | ## Resolved issues (29)
|
@@ -36,7 +36,7 @@ This release includes 87 commits by 22 contributors.
|
36 | 36 | * [#2216](https://github.com/dotnet/BenchmarkDotNet/issues/2216) ppc64le architecture support required for running benchmarks on Power Systems (assignee: [@adamsitnik](https://github.com/adamsitnik))
|
37 | 37 | * [#2223](https://github.com/dotnet/BenchmarkDotNet/issues/2223) Disassembler fails to disassemble some methods on Linux when using recursive mode (assignee: [@adamsitnik](https://github.com/adamsitnik))
|
38 | 38 |
|
39 |
| -## Merged pull requests (72) |
| 39 | +## Merged pull requests (71) |
40 | 40 |
|
41 | 41 | * [#2018](https://github.com/dotnet/BenchmarkDotNet/pull/2018) Port JetBrains' nullability annotations and clean-up code. (by [@teo-tsirpanis](https://github.com/teo-tsirpanis))
|
42 | 42 | * [#2085](https://github.com/dotnet/BenchmarkDotNet/pull/2085) Use latest AzDO macOS pool (by [@adamsitnik](https://github.com/adamsitnik))
|
@@ -94,7 +94,6 @@ This release includes 87 commits by 22 contributors.
|
94 | 94 | * [#2201](https://github.com/dotnet/BenchmarkDotNet/pull/2201) fix WASM support (by [@adamsitnik](https://github.com/adamsitnik))
|
95 | 95 | * [#2202](https://github.com/dotnet/BenchmarkDotNet/pull/2202) Fix job filtering (by [@YegorStepanov](https://github.com/YegorStepanov))
|
96 | 96 | * [#2204](https://github.com/dotnet/BenchmarkDotNet/pull/2204) Deprecate RunSource/RunUrl methods (by [@YegorStepanov](https://github.com/YegorStepanov))
|
97 |
| -* [#2206](https://github.com/dotnet/BenchmarkDotNet/pull/2206) Add single quote when use pattern with filters (by [@erlangxk](https://github.com/erlangxk)) |
98 | 97 | * [#2207](https://github.com/dotnet/BenchmarkDotNet/pull/2207) Avoid hangs when starting benchmark process fails (by [@adamsitnik](https://github.com/adamsitnik))
|
99 | 98 | * [#2208](https://github.com/dotnet/BenchmarkDotNet/pull/2208) Fix Full Framework tests (by [@adamsitnik](https://github.com/adamsitnik))
|
100 | 99 | * [#2209](https://github.com/dotnet/BenchmarkDotNet/pull/2209) Update SDK to .NET 7, re-enable tests (by [@adamsitnik](https://github.com/adamsitnik))
|
|
0 commit comments