Skip to content

Commit 83750ba

Browse files
Postrelease v0.13.2 update
1 parent 33b288f commit 83750ba

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
@@ -252,10 +252,11 @@ public static class DocumentationHelper
252252
"v0.12.0",
253253
"v0.12.1",
254254
"v0.13.0",
255-
"v0.13.1"
255+
"v0.13.1",
256+
"v0.13.2"
256257
};
257258

258-
public const string BdnNextVersion = "v0.13.2";
259+
public const string BdnNextVersion = "v0.13.3";
259260
public const string BdnFirstCommit = "6eda98ab1e83a0d185d09ff8b24c795711af8db1";
260261
}
261262

docs/_changelog/details/v0.13.2.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.2](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.2) scope,
44
44 issues were resolved and 124 pull requests were merged.
5-
This release includes 145 commits by 34 contributors.
5+
This release includes 147 commits by 34 contributors.
66

77
## Resolved issues (44)
88

@@ -178,7 +178,7 @@ This release includes 145 commits by 34 contributors.
178178
* [#2082](https://github.com/dotnet/BenchmarkDotNet/pull/2082) remove last warning (by [@adamsitnik](https://github.com/adamsitnik))
179179
* [#2084](https://github.com/dotnet/BenchmarkDotNet/pull/2084) Release notes for 0.13.2 (by [@adamsitnik](https://github.com/adamsitnik))
180180

181-
## Commits (145)
181+
## Commits (147)
182182

183183
* [4de165](https://github.com/dotnet/BenchmarkDotNet/commit/4de165cdc172849ad50443c2cd091ccc9b2c1443) Postrelease v0.13.1 update (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
184184
* [74e3c4](https://github.com/dotnet/BenchmarkDotNet/commit/74e3c4f0e03c5db5d32d051b7abcf186d266ea60) Make wasm-interpreter work like wasm-aot (#1769) (by [@naricc](https://github.com/naricc))
@@ -325,6 +325,8 @@ This release includes 145 commits by 34 contributors.
325325
* [838000](https://github.com/dotnet/BenchmarkDotNet/commit/83800034b63c881ccdb54cd70e6e61654351878f) Hide columns for multiple runtime (#1621) (by [@marcnet80](https://github.com/marcnet80))
326326
* [8ec00d](https://github.com/dotnet/BenchmarkDotNet/commit/8ec00dd53ff1ed6d8f9a8720857599474c8c36c1) Hiding columns (#1890) (by [@YegorStepanov](https://github.com/YegorStepanov))
327327
* [e0dbce](https://github.com/dotnet/BenchmarkDotNet/commit/e0dbce7fdb00fd3c461932fbd8603114d2e0fc17) Release notes for 0.13.2 (#2084) (by [@adamsitnik](https://github.com/adamsitnik))
328+
* [f6f335](https://github.com/dotnet/BenchmarkDotNet/commit/f6f33585abd28b208086d3c475ae46229b4d143b) Prepare v0.13.2 changelog (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
329+
* [186998](https://github.com/dotnet/BenchmarkDotNet/commit/186998dccc4ad3e2e41ecb9acf749074a542bf63) Set library version: 0.13.2 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
328330

329331
## Contributors (34)
330332

docs/_changelog/footer/v0.13.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_Date: TBA_
1+
_Date: August 26, 2022_
22

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

0 commit comments

Comments
 (0)