Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Sep 10, 2021
1 parent 85f8728 commit 6a6e4cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
---

## [0.3.0] - 2021-09-09

### Added

Expand All @@ -31,7 +34,7 @@ end

### Changed

- Require >= Ruby 2.6
- Require >= Ruby 2.6.

<!-- ### Removed -->
---
Expand All @@ -49,6 +52,7 @@ end
### Added
- Support for `Benchmark.bm`, `Benchmark.bmbm` and `Benchmark.ips`.

[unreleased]: https://github.com/MatheusRich/benchable/compare/v0.2.0...HEAD
[unreleased]: https://github.com/MatheusRich/benchable/compare/v0.3.0...HEAD
[0.1.0]: https://github.com/MatheusRich/benchable/releases/tag/v0.1.0
[0.2.0]: https://github.com/MatheusRich/benchable/releases/tag/v0.2.0
[0.2.0]: https://github.com/MatheusRich/benchable/releases/tag/v0.2.0
[0.3.0]: https://github.com/MatheusRich/benchable/releases/tag/v0.3.0
2 changes: 1 addition & 1 deletion lib/benchable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Benchable
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit 6a6e4cf

Please sign in to comment.