Skip to content

Commit bb8e632

Browse files
committed
Bump version to 0.4.0
1 parent 4ff6785 commit bb8e632

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/fishbrain/tarpon/compare/v0.3.0...HEAD)
7+
## [Unreleased](https://github.com/fishbrain/tarpon/compare/v0.4.0...HEAD)
8+
9+
## [0.4.0](https://github.com/fishbrain/tarpon/compare/v0.3.1...v0.4.0) - 2022-06-02
10+
11+
### Added
12+
- Fix Ruby 3 compatibility
813

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

lib/tarpon/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Tarpon
4-
VERSION = '0.3.1'
4+
VERSION = '0.4.0'
55
end

0 commit comments

Comments
 (0)