File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22
33In the [ v0.13.2] ( https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.2 ) scope,
4444 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
Original file line number Diff line number Diff line change 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 ) )
You can’t perform that action at this time.
0 commit comments