Skip to content

Commit 3af22c1

Browse files
Prepare v0.13.6 changelog
1 parent 88cb483 commit 3af22c1

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/_changelog/footer/v0.13.6.md

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

docs/_changelog/header/v0.13.6.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Highlights
2+
3+
* New [BenchmarkDotNet.Diagnostics.dotTrace](https://www.nuget.org/packages/BenchmarkDotNet.Diagnostics.dotTrace) NuGet package.
4+
Once this package is installed, you can annotate your benchmarks with the `[DotTraceDiagnoser]` and get a [dotTrace](https://www.jetbrains.com/profiler/) performance snapshot at the end of the benchmark run.
5+
[#2328](https://github.com/dotnet/BenchmarkDotNet/pull/2328)
6+
* Updated documentation website.
7+
We migrated to [docfx](https://dotnet.github.io/docfx/) 2.67 and got the refreshed modern template based on bootstrap 5 with dark/light theme switcher.
8+
* Updated [BenchmarkDotNet.Templates](https://www.nuget.org/packages/BenchmarkDotNet.Templates).
9+
Multiple issues were resolved, now you can create new benchmark projects from terminal or your favorite IDE.
10+
[#1658](https://github.com/dotnet/BenchmarkDotNet/issues/1658)
11+
[#1881](https://github.com/dotnet/BenchmarkDotNet/issues/1881)
12+
[#2149](https://github.com/dotnet/BenchmarkDotNet/issues/2149)
13+
[#2338](https://github.com/dotnet/BenchmarkDotNet/pull/2338)
14+
* Response file support.
15+
Now it's possible to pass additional arguments to BenchmarkDotNet using `@filename` syntax.
16+
[#2320](https://github.com/dotnet/BenchmarkDotNet/pull/2320)
17+
[#2348](https://github.com/dotnet/BenchmarkDotNet/pull/2348)
18+
* Custom runtime support.
19+
[#2285](https://github.com/dotnet/BenchmarkDotNet/pull/2285)
20+
* Introduce CategoryDiscoverer, see [`IntroCategoryDiscoverer`](xref:BenchmarkDotNet.Samples.IntroCategoryDiscoverer).
21+
[#2306](https://github.com/dotnet/BenchmarkDotNet/issues/2306)
22+
[#2307](https://github.com/dotnet/BenchmarkDotNet/pull/2307)
23+
* Multiple bug fixes.

0 commit comments

Comments
 (0)