Skip to content

Commit

Permalink
Prepare v0.13.12 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Jan 5, 2024
1 parent 0159b88 commit cdce32f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ It's no harder than writing unit tests!
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.
BenchmarkDotNet protects you from popular benchmarking mistakes and warns you if something is wrong with your benchmark design or obtained measurements.
The results are presented in a [user-friendly](#friendliness) form that highlights all the important facts about your experiment.
BenchmarkDotNet is already adopted by [18700+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
BenchmarkDotNet is already adopted by [19100+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
[.NET Runtime](https://github.com/dotnet/runtime),
[.NET Compiler](https://github.com/dotnet/roslyn),
[.NET Performance](https://github.com/dotnet/performance),
Expand Down
12 changes: 12 additions & 0 deletions docs/_changelog/footer/v0.13.12.md
@@ -0,0 +1,12 @@
_Date: TBA_

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

_NuGet Packages:_
* https://www.nuget.org/packages/BenchmarkDotNet/0.13.12
* https://www.nuget.org/packages/BenchmarkDotNet.Annotations/0.13.12
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotTrace/0.13.12
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.13.12
* https://www.nuget.org/packages/BenchmarkDotNet.Templates/0.13.12
* https://www.nuget.org/packages/BenchmarkDotNet.TestAdapter/0.13.12
10 changes: 10 additions & 0 deletions docs/_changelog/header/v0.13.12.md
@@ -0,0 +1,10 @@
## Highlights

The biggest highlight of this release if our new VSTest Adapter,
which allows to run benchmarks as unit tests in your favorite IDE!
The detailed guide can be found [here](xref:docs.vstest).

This release also includes to a minor bug fix that caused incorrect job id generation:
fixed job id generation ([#2491](https://github.com/dotnet/BenchmarkDotNet/pull/2491)).

Also, the target framework in the BenchmarkDotNet templates was bumped to .NET 8.0.

0 comments on commit cdce32f

Please sign in to comment.