Skip to content

Commit fe11246

Browse files
Postrelease update of v0.13.0 changelog
1 parent 6dcf438 commit fe11246

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

build.cake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ var bdnAllVersions = new string[] {
5656
"v0.11.4",
5757
"v0.11.5",
5858
"v0.12.0",
59-
"v0.12.1"
59+
"v0.12.1",
60+
"v0.13.0"
6061
};
61-
var bdnNextVersion = "v0.13.0";
62+
var bdnNextVersion = "v0.13.1";
6263
var bdnFirstCommit = "6eda98ab1e83a0d185d09ff8b24c795711af8db1";
6364

6465
var artifactsDirectory = Directory("./artifacts");

docs/_changelog/details/v0.13.0.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.0](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.0) scope,
44
52 issues were resolved and 94 pull requests where merged.
5-
This release includes 109 commits by 37 contributors.
5+
This release includes 111 commits by 37 contributors.
66

77
## Resolved issues (52)
88

@@ -156,7 +156,7 @@ This release includes 109 commits by 37 contributors.
156156
* [#1698](https://github.com/dotnet/BenchmarkDotNet/pull/1698) Update "View results" from "Getting started" (by [@rstm-sf](https://github.com/rstm-sf))
157157
* [#1707](https://github.com/dotnet/BenchmarkDotNet/pull/1707) Set ValidateExecutableReferencesMatchSelfContained to false in aotllvm template (by [@naricc](https://github.com/naricc))
158158

159-
## Commits (109)
159+
## Commits (111)
160160

161161
* [117c37](https://github.com/dotnet/BenchmarkDotNet/commit/117c37c5952f019b5fdbb97f7257b846190cb303) Postrelease update of v0.12.1 changelog (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
162162
* [742f44](https://github.com/dotnet/BenchmarkDotNet/commit/742f44f183dfc887d60d327a3337d226572d4a26) Fix typo (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
@@ -267,6 +267,8 @@ This release includes 109 commits by 37 contributors.
267267
* [85db95](https://github.com/dotnet/BenchmarkDotNet/commit/85db957aa772bda9115e4774bd45c8423c3a442a) Bump Cake version: 0.37.0->1.1.0 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
268268
* [5c74d5](https://github.com/dotnet/BenchmarkDotNet/commit/5c74d54906fa8f09f9bf395b3fa9632ee9e106ca) Bump docfx version: 2.51->2.57.2 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
269269
* [2a2c0c](https://github.com/dotnet/BenchmarkDotNet/commit/2a2c0c311f209c9930d5e203f1985f32bae3bf64) Update copyright year (2021) (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
270+
* [396060](https://github.com/dotnet/BenchmarkDotNet/commit/39606012edb90eaef48a85c811802b6f1d0cc585) Prepare v0.13.0 changelog (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
271+
* [6dcf43](https://github.com/dotnet/BenchmarkDotNet/commit/6dcf438fc389d096f2797fc0815da2a85eb3a0d4) Set library version: 0.13.0 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
270272

271273
## Contributors (37)
272274

0 commit comments

Comments
 (0)