Skip to content

Commit

Permalink
Bump BenchMarkDotNet from 0.13.12 to 0.14.0 (#808)
Browse files Browse the repository at this point in the history
* Bump BenchMarkDotNet from 0.13.12 to 0.14.0

Bumps [BenchMarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.12 to 0.14.0.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases)
- [Commits](dotnet/BenchmarkDotNet@v0.13.12...v0.14.0)

Signed-off-by: Thomas Farr <[email protected]>

---
updated-dependencies:
- dependency-name: BenchMarkDotNet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 3522fb6)
  • Loading branch information
dependabot[bot] authored and Xtansia committed Sep 23, 2024
1 parent c13f587 commit 81d0376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `FluentAssertions` from 6.12.0 to 6.12.1
- Bumps `Microsoft.NET.Test.Sdk` from 17.11.0 to 17.11.1
- Bumps `Microsoft.TestPlatform.ObjectModel` from 17.11.0 to 17.11.1
- Bumps `BenchMarkDotNet` from 0.13.12 to 0.14.0

## [1.8.0]
### Added
Expand Down Expand Up @@ -205,4 +206,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
[1.6.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.2.0...v1.3.0
[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/v1.2.0...v1.3.0
2 changes: 1 addition & 1 deletion tests/Tests.ScratchPad/Tests.ScratchPad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

<ItemGroup>
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.1" />
<PackageReference Include="BenchMarkDotNet" Version="0.13.12" />
<PackageReference Include="BenchMarkDotNet" Version="0.14.0" />
</ItemGroup>
</Project>

0 comments on commit 81d0376

Please sign in to comment.