Skip to content

Commit

Permalink
Prepare v0.13.9 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Oct 5, 2023
1 parent 00628ab commit 411a6e7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 [17400+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
BenchmarkDotNet is already adopted by [17700+ 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
11 changes: 11 additions & 0 deletions docs/_changelog/footer/v0.13.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
_Date: TBA_

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

_NuGet Packages:_
* https://www.nuget.org/packages/BenchmarkDotNet/0.13.9
* https://www.nuget.org/packages/BenchmarkDotNet.Annotations/0.13.9
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotTrace/0.13.9
* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.13.9
* https://www.nuget.org/packages/BenchmarkDotNet.Templates/0.13.9
3 changes: 3 additions & 0 deletions docs/_changelog/header/v0.13.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Highlights

This release contains bug fixes.

0 comments on commit 411a6e7

Please sign in to comment.