Skip to content

Commit

Permalink
Postrelease v0.13.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Aug 11, 2021
1 parent a936815 commit 4de165c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ var bdnAllVersions = new string[] {
"v0.11.5",
"v0.12.0",
"v0.12.1",
"v0.13.0"
"v0.13.0",
"v0.13.1"
};
var bdnNextVersion = "v0.13.1";
var bdnNextVersion = "v0.13.2";
var bdnFirstCommit = "6eda98ab1e83a0d185d09ff8b24c795711af8db1";

var artifactsDirectory = Directory("./artifacts");
Expand Down
6 changes: 4 additions & 2 deletions docs/_changelog/details/v0.13.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In the [v0.13.1](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone:v0.13.1) scope,
3 issues were resolved and 22 pull requests were merged.
This release includes 34 commits by 10 contributors.
This release includes 36 commits by 10 contributors.

## Resolved issues (3)

Expand Down Expand Up @@ -35,7 +35,7 @@ This release includes 34 commits by 10 contributors.
* [#1765](https://github.com/dotnet/BenchmarkDotNet/pull/1765) Copy GC settings from host process (by [@adamsitnik](https://github.com/adamsitnik))
* [#1768](https://github.com/dotnet/BenchmarkDotNet/pull/1768) Fix typo in README (by [@eugene-g](https://github.com/eugene-g))

## Commits (34)
## Commits (36)

* [fe1124](https://github.com/dotnet/BenchmarkDotNet/commit/fe1124661c3a2c45f3234c251872b9982e2a3890) Postrelease update of v0.13.0 changelog (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
* [0388db](https://github.com/dotnet/BenchmarkDotNet/commit/0388db29ec89d2ac2402007d7b286a9fc0d616e1) Update build-and-pack.cmd (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
Expand Down Expand Up @@ -71,6 +71,8 @@ This release includes 34 commits by 10 contributors.
* [f37266](https://github.com/dotnet/BenchmarkDotNet/commit/f372668e028161d0d1bf675811a6168967175034) Allow users to hide Gen X columns (#1764) (by [@adamsitnik](https://github.com/adamsitnik))
* [f9a4c1](https://github.com/dotnet/BenchmarkDotNet/commit/f9a4c194b77aa7133168f240b404da58c47d5255) [WASM] set runtimesrcdir for interpreter (#1763) (by [@naricc](https://github.com/naricc))
* [9e674d](https://github.com/dotnet/BenchmarkDotNet/commit/9e674d49feeb4647c8acc81334188e7c4587a5e9) Fix typo in README (by [@eugene-g](https://github.com/eugene-g))
* [708be4](https://github.com/dotnet/BenchmarkDotNet/commit/708be495530a968ed767a20f4623f54231d1ab9b) Prepare v0.13.1 changelog (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))
* [a93681](https://github.com/dotnet/BenchmarkDotNet/commit/a936815f2a58d9b728cfc5fe620bba17481c180c) Set library version: 0.13.1 (by [@AndreyAkinshin](https://github.com/AndreyAkinshin))

## Contributors (10)

Expand Down
2 changes: 1 addition & 1 deletion docs/_changelog/footer/v0.13.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Date: TBA_
_Date: August 11, 2021_

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

0 comments on commit 4de165c

Please sign in to comment.