From f8de1e95a7a2c5d06862c14f5f657142d54e9328 Mon Sep 17 00:00:00 2001 From: Andrey Akinshin Date: Fri, 8 Sep 2023 11:30:30 +0200 Subject: [PATCH] Prepare v0.13.8 changelog --- README.md | 2 +- docs/_changelog/footer/v0.13.8.md | 11 +++++++++++ docs/_changelog/header/v0.13.8.md | 3 +++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 docs/_changelog/footer/v0.13.8.md create mode 100644 docs/_changelog/header/v0.13.8.md diff --git a/README.md b/README.md index df84b5d462..424439148a 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 [16900+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including +BenchmarkDotNet is already adopted by [17400+ 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.8.md b/docs/_changelog/footer/v0.13.8.md new file mode 100644 index 0000000000..a8551cc47f --- /dev/null +++ b/docs/_changelog/footer/v0.13.8.md @@ -0,0 +1,11 @@ +_Date: September 08, 2023_ + +_Milestone: [v0.13.8](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.8)_ +([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.7...v0.13.8)) + +_NuGet Packages:_ +* https://www.nuget.org/packages/BenchmarkDotNet/0.13.8 +* https://www.nuget.org/packages/BenchmarkDotNet.Annotations/0.13.8 +* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotTrace/0.13.8 +* https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.Windows/0.13.8 +* https://www.nuget.org/packages/BenchmarkDotNet.Templates/0.13.8 diff --git a/docs/_changelog/header/v0.13.8.md b/docs/_changelog/header/v0.13.8.md new file mode 100644 index 0000000000..b9222853e2 --- /dev/null +++ b/docs/_changelog/header/v0.13.8.md @@ -0,0 +1,3 @@ +## Highlights + +This release contains important bug fixes. \ No newline at end of file