diff --git a/README.md b/README.md index 1d183aeb6d..84c35d958d 100644 --- a/README.md +++ b/README.md @@ -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 [18100+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including +BenchmarkDotNet is already adopted by [18700+ 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), diff --git a/docs/_changelog/footer/v0.13.11.md b/docs/_changelog/footer/v0.13.11.md new file mode 100644 index 0000000000..641f2d94cc --- /dev/null +++ b/docs/_changelog/footer/v0.13.11.md @@ -0,0 +1,11 @@ +_Date: TBA_ + +_Milestone: [v0.13.11](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.11)_ +([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.10...v0.13.11)) + +_NuGet Packages:_ +* https://www.nuget.org/packages/BenchmarkDotNet/0.13.11 +* https://www.nuget.org/packages/BenchmarkDotNet.Annotations/0.13.11 +* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotTrace/0.13.11 +* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.13.11 +* https://www.nuget.org/packages/BenchmarkDotNet.Templates/0.13.11 diff --git a/docs/_changelog/header/v0.13.11.md b/docs/_changelog/header/v0.13.11.md new file mode 100644 index 0000000000..ef2d1b9579 --- /dev/null +++ b/docs/_changelog/header/v0.13.11.md @@ -0,0 +1,3 @@ +## Highlights + +Small improvements. \ No newline at end of file