Skip to content

Commit cdce32f

Browse files
Prepare v0.13.12 changelog
1 parent 0159b88 commit cdce32f

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It's no harder than writing unit tests!
3030
Under the hood, it performs a lot of [magic](#automation) that guarantees [reliable and precise](#reliability) results thanks to the [perfolizer](https://github.com/AndreyAkinshin/perfolizer) statistical engine.
3131
BenchmarkDotNet protects you from popular benchmarking mistakes and warns you if something is wrong with your benchmark design or obtained measurements.
3232
The results are presented in a [user-friendly](#friendliness) form that highlights all the important facts about your experiment.
33-
BenchmarkDotNet is already adopted by [18700+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
33+
BenchmarkDotNet is already adopted by [19100+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
3434
[.NET Runtime](https://github.com/dotnet/runtime),
3535
[.NET Compiler](https://github.com/dotnet/roslyn),
3636
[.NET Performance](https://github.com/dotnet/performance),

docs/_changelog/footer/v0.13.12.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
_Date: TBA_
2+
3+
_Milestone: [v0.13.12](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.12)_
4+
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.11...v0.13.12))
5+
6+
_NuGet Packages:_
7+
* https://www.nuget.org/packages/BenchmarkDotNet/0.13.12
8+
* https://www.nuget.org/packages/BenchmarkDotNet.Annotations/0.13.12
9+
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotTrace/0.13.12
10+
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.13.12
11+
* https://www.nuget.org/packages/BenchmarkDotNet.Templates/0.13.12
12+
* https://www.nuget.org/packages/BenchmarkDotNet.TestAdapter/0.13.12

docs/_changelog/header/v0.13.12.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Highlights
2+
3+
The biggest highlight of this release if our new VSTest Adapter,
4+
which allows to run benchmarks as unit tests in your favorite IDE!
5+
The detailed guide can be found [here](xref:docs.vstest).
6+
7+
This release also includes to a minor bug fix that caused incorrect job id generation:
8+
fixed job id generation ([#2491](https://github.com/dotnet/BenchmarkDotNet/pull/2491)).
9+
10+
Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.

0 commit comments

Comments
 (0)