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
252
252
"v0.12.0" ,
253
253
"v0.12.1" ,
254
254
"v0.13.0" ,
255
- "v0.13.1"
255
+ "v0.13.1" ,
256
+ "v0.13.2"
256
257
} ;
257
258
258
- public const string BdnNextVersion = "v0.13.2 " ;
259
+ public const string BdnNextVersion = "v0.13.3 " ;
259
260
public const string BdnFirstCommit = "6eda98ab1e83a0d185d09ff8b24c795711af8db1" ;
260
261
}
261
262
Original file line number Diff line number Diff line change 2
2
3
3
In the [ v0.13.2] ( https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.2 ) scope,
4
4
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.
6
6
7
7
## Resolved issues (44)
8
8
@@ -178,7 +178,7 @@ This release includes 145 commits by 34 contributors.
178
178
* [ #2082 ] ( https://github.com/dotnet/BenchmarkDotNet/pull/2082 ) remove last warning (by [ @adamsitnik ] ( https://github.com/adamsitnik ) )
179
179
* [ #2084 ] ( https://github.com/dotnet/BenchmarkDotNet/pull/2084 ) Release notes for 0.13.2 (by [ @adamsitnik ] ( https://github.com/adamsitnik ) )
180
180
181
- ## Commits (145 )
181
+ ## Commits (147 )
182
182
183
183
* [ 4de165] ( https://github.com/dotnet/BenchmarkDotNet/commit/4de165cdc172849ad50443c2cd091ccc9b2c1443 ) Postrelease v0.13.1 update (by [ @AndreyAkinshin ] ( https://github.com/AndreyAkinshin ) )
184
184
* [ 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.
325
325
* [ 838000] ( https://github.com/dotnet/BenchmarkDotNet/commit/83800034b63c881ccdb54cd70e6e61654351878f ) Hide columns for multiple runtime (#1621 ) (by [ @marcnet80 ] ( https://github.com/marcnet80 ) )
326
326
* [ 8ec00d] ( https://github.com/dotnet/BenchmarkDotNet/commit/8ec00dd53ff1ed6d8f9a8720857599474c8c36c1 ) Hiding columns (#1890 ) (by [ @YegorStepanov ] ( https://github.com/YegorStepanov ) )
327
327
* [ 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 ) )
328
330
329
331
## Contributors (34)
330
332
Original file line number Diff line number Diff line change 1
- _ Date: TBA _
1
+ _ Date: August 26, 2022 _
2
2
3
3
_ Milestone: [ v0.13.2] ( https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.2 ) _
4
4
([ 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