Skip to content

Commit 401030e

Browse files
Postrelease v0.13.5 update
1 parent ec962b0 commit 401030e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

build/Program.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,11 @@ public static class DocumentationHelper
280280
"v0.13.1",
281281
"v0.13.2",
282282
"v0.13.3",
283-
"v0.13.4"
283+
"v0.13.4",
284+
"v0.13.5"
284285
};
285286

286-
public const string BdnNextVersion = "v0.13.5";
287+
public const string BdnNextVersion = "v0.13.6";
287288
public const string BdnFirstCommit = "6eda98ab1e83a0d185d09ff8b24c795711af8db1";
288289
}
289290

docs/_changelog/details/v0.13.5.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.5](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.5) scope,
44
3 issues were resolved and 11 pull requests were merged.
5-
This release includes 14 commits by 4 contributors.
5+
This release includes 16 commits by 4 contributors.
66

77
## Resolved issues (3)
88

@@ -24,7 +24,7 @@ This release includes 14 commits by 4 contributors.
2424
* [#2268](https://github.com/dotnet/BenchmarkDotNet/pull/2268) simplify the MockRunner design (by [@adamsitnik](https://github.com/adamsitnik))
2525
* [#2269](https://github.com/dotnet/BenchmarkDotNet/pull/2269) bump SDK version to pick up .NET Runtime fix that should fix disassembler test issues (by [@adamsitnik](https://github.com/adamsitnik))
2626

27-
## Commits (14)
27+
## Commits (16)
2828

2929
* [9193d4](https://github.com/dotnet/BenchmarkDotNet/commit/9193d45c89516d9cf8036fe0393f5589c17aa502) Postrelease v0.13.4 update (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
3030
* [7b1f29](https://github.com/dotnet/BenchmarkDotNet/commit/7b1f29c041e12ed01c1a4331a6572bda4b912c2a) Set net7.0 as primary TFM for BenchmarkDotNet.Samples (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
@@ -40,6 +40,8 @@ This release includes 14 commits by 4 contributors.
4040
* [59e17f](https://github.com/dotnet/BenchmarkDotNet/commit/59e17fc30b85439072dd070007a308be9fe67c18) Bump Cake: 2.0.0->3.0.0 (#2267) (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
4141
* [f76c68](https://github.com/dotnet/BenchmarkDotNet/commit/f76c6829826518f43b4e79d26d34a2133109bd61) Introduce MockToolchain (#2178) (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
4242
* [9e88e4](https://github.com/dotnet/BenchmarkDotNet/commit/9e88e47a63836132ae1f8a0d816a9c21b83d7878) bump SDK version to pick up .NET Runtime fix that should fix disassembler tes... (by [@adamsitnik](https://github.com/adamsitnik))
43+
* [e2593c](https://github.com/dotnet/BenchmarkDotNet/commit/e2593ccbc8d81beeaa3aebafd41394a317721c04) Prepare v0.13.5 changelog (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
44+
* [ec962b](https://github.com/dotnet/BenchmarkDotNet/commit/ec962b0bd6854c991d7a3ebd77037579165acb36) Set library version: 0.13.5 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
4345

4446
## Contributors (4)
4547

docs/_changelog/footer/v0.13.5.md

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

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

0 commit comments

Comments
 (0)