Skip to content

Commit 9193d45

Browse files
Postrelease v0.13.4 update
1 parent 0dbc1fa commit 9193d45

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

build/Program.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,11 @@ public static class DocumentationHelper
281281
"v0.13.0",
282282
"v0.13.1",
283283
"v0.13.2",
284-
"v0.13.3"
284+
"v0.13.3",
285+
"v0.13.4"
285286
};
286287

287-
public const string BdnNextVersion = "v0.13.4";
288+
public const string BdnNextVersion = "v0.13.5";
288289
public const string BdnFirstCommit = "6eda98ab1e83a0d185d09ff8b24c795711af8db1";
289290
}
290291

docs/_changelog/details/v0.13.3.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Milestone details
22

33
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.
55
This release includes 87 commits by 22 contributors.
66

77
## Resolved issues (29)
@@ -36,7 +36,7 @@ This release includes 87 commits by 22 contributors.
3636
* [#2216](https://github.com/dotnet/BenchmarkDotNet/issues/2216) ppc64le architecture support required for running benchmarks on Power Systems (assignee: [@adamsitnik](https://github.com/adamsitnik))
3737
* [#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))
3838

39-
## Merged pull requests (72)
39+
## Merged pull requests (71)
4040

4141
* [#2018](https://github.com/dotnet/BenchmarkDotNet/pull/2018) Port JetBrains' nullability annotations and clean-up code. (by [@teo-tsirpanis](https://github.com/teo-tsirpanis))
4242
* [#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.
9494
* [#2201](https://github.com/dotnet/BenchmarkDotNet/pull/2201) fix WASM support (by [@adamsitnik](https://github.com/adamsitnik))
9595
* [#2202](https://github.com/dotnet/BenchmarkDotNet/pull/2202) Fix job filtering (by [@YegorStepanov](https://github.com/YegorStepanov))
9696
* [#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))
9897
* [#2207](https://github.com/dotnet/BenchmarkDotNet/pull/2207) Avoid hangs when starting benchmark process fails (by [@adamsitnik](https://github.com/adamsitnik))
9998
* [#2208](https://github.com/dotnet/BenchmarkDotNet/pull/2208) Fix Full Framework tests (by [@adamsitnik](https://github.com/adamsitnik))
10099
* [#2209](https://github.com/dotnet/BenchmarkDotNet/pull/2209) Update SDK to .NET 7, re-enable tests (by [@adamsitnik](https://github.com/adamsitnik))

docs/_changelog/details/v0.13.4.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In the [v0.13.4](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.4) scope,
44
1 issues were resolved and 4 pull requests were merged.
5-
This release includes 7 commits by 5 contributors.
5+
This release includes 9 commits by 5 contributors.
66

77
## Resolved issues (1)
88

@@ -15,7 +15,7 @@ This release includes 7 commits by 5 contributors.
1515
* [#2238](https://github.com/dotnet/BenchmarkDotNet/pull/2238) Fix IOException when Console window unavailable (#2237) (by [@albahari](https://github.com/albahari))
1616
* [#2243](https://github.com/dotnet/BenchmarkDotNet/pull/2243) JitStatsDiagnoser (by [@adamsitnik](https://github.com/adamsitnik))
1717

18-
## Commits (7)
18+
## Commits (9)
1919

2020
* [dc7734](https://github.com/dotnet/BenchmarkDotNet/commit/dc7734d3eba06880428c0e16d287c9ca837a9d40) Postrelease v0.13.3 update (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
2121
* [e04e2d](https://github.com/dotnet/BenchmarkDotNet/commit/e04e2d7d0cc4fefb954f8a8bd90b8f82100802f9) Fix IOException when Console window unavailable (#2237) (#2238) (by [@albahari](https://github.com/albahari))
@@ -24,6 +24,8 @@ This release includes 7 commits by 5 contributors.
2424
* [ea0eb2](https://github.com/dotnet/BenchmarkDotNet/commit/ea0eb2fe403cab9c1daa0e5aa6e42ab038100418) Add single quote when use pattern with filters (#2206) (by [@erlangxk](https://github.com/erlangxk))
2525
* [0cf185](https://github.com/dotnet/BenchmarkDotNet/commit/0cf185020583a5c5c987d064d09426edc4399a5b) Improve getting started guide (#2218) (by [@reflectronic](https://github.com/reflectronic))
2626
* [12bf22](https://github.com/dotnet/BenchmarkDotNet/commit/12bf220e11fddc8e65b066eb1f300b63bfde7e9b) JitStatsDiagnoser (#2243) (by [@adamsitnik](https://github.com/adamsitnik))
27+
* [858a86](https://github.com/dotnet/BenchmarkDotNet/commit/858a86f112ce251188b39291abe4633209a98fed) Prepare v0.13.4 changelog (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
28+
* [0dbc1f](https://github.com/dotnet/BenchmarkDotNet/commit/0dbc1fa40bbb5e9bc436f2c0db9c52244a5116f3) Set library version: 0.13.4 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
2729

2830
## Contributors (5)
2931

docs/_changelog/footer/v0.13.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_Date: TBA_
1+
_Date: January 13, 2023_
22

33
_Milestone: [v0.13.4](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.4)_
44
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.3...v0.13.4))

0 commit comments

Comments
 (0)