Skip to content

Commit 0a5c828

Browse files
[docs] Prepare v0.15.0 changelog
1 parent ee248c3 commit 0a5c828

File tree

7 files changed

+19
-15
lines changed

7 files changed

+19
-15
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### The MIT License
22

3-
Copyright (c) 2013–2024 .NET Foundation and contributors
3+
Copyright (c) 2013–2025 .NET Foundation and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It's no harder than writing unit tests!
3030
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.
3131
BenchmarkDotNet protects you from popular benchmarking mistakes and warns you if something is wrong with your benchmark design or obtained measurements.
3232
The results are presented in a [user-friendly](#friendliness) form that highlights all the important facts about your experiment.
33-
BenchmarkDotNet is already adopted by [22000+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
33+
BenchmarkDotNet is already adopted by [25800+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
3434
[.NET Runtime](https://github.com/dotnet/runtime),
3535
[.NET Compiler](https://github.com/dotnet/roslyn),
3636
[.NET Performance](https://github.com/dotnet/performance),
@@ -268,13 +268,3 @@ Let's build the best tool for benchmarking together!
268268
This project has adopted the code of conduct defined by the [Contributor Covenant](https://www.contributor-covenant.org/)
269269
to clarify expected behavior in our community.
270270
For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).
271-
272-
## Sponsors
273-
274-
BenchmarkDotNet is supported by the [AWS Open Source Software Fund](https://github.com/aws/dotnet-foss).
275-
276-
<div align="center">
277-
278-
[![](https://gist.githubusercontent.com/AndreyAkinshin/f08c77960c064233348157215781b13b/raw/9d00f0ba4acb8861f9287de5d43b0ec60d7a55ac/aws-logo-small.png)](https://github.com/aws/dotnet-foss)
279-
280-
</div>

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</PropertyGroup>
4343

4444
<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
45-
<VersionPrefix>0.14.1</VersionPrefix>
45+
<VersionPrefix>0.15.0</VersionPrefix>
4646
</PropertyGroup>
4747

4848
<PropertyGroup Condition=" '$(NoVersionSuffix)' == '' AND '$(VersionSuffix)' == '' ">

build/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@
5858
0.13.11
5959
0.13.12
6060
0.14.0
61-
0.14.1
61+
0.15.0

docs/_changelog/footer/v0.15.0.md

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

docs/_changelog/header/v0.15.0.md

Whitespace-only changes.

docs/articles/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### The MIT License
22

3-
Copyright (c) 2013–2024 .NET Foundation and contributors
3+
Copyright (c) 2013–2025 .NET Foundation and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)