File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Tarpon
4- VERSION = '0.3.1 '
4+ VERSION = '0.4.0 '
55end
You can’t perform that action at this time.
0 commit comments