Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexceder committed Jun 2, 2022
1 parent 4ff6785 commit bb8e632
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
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](https://github.com/fishbrain/tarpon/compare/v0.3.0...HEAD)
## [Unreleased](https://github.com/fishbrain/tarpon/compare/v0.4.0...HEAD)

## [0.4.0](https://github.com/fishbrain/tarpon/compare/v0.3.1...v0.4.0) - 2022-06-02

### Added
- Fix Ruby 3 compatibility

## [0.3.1](https://github.com/fishbrain/tarpon/compare/v0.3.0...v0.3.1) - 2021-10-07

Expand Down
2 changes: 1 addition & 1 deletion lib/tarpon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Tarpon
VERSION = '0.3.1'
VERSION = '0.4.0'
end

0 comments on commit bb8e632

Please sign in to comment.