File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## main [ (unreleased)] ( https://github.com/fastruby/skunk/compare/v0.5.2 ...HEAD )
8+ ## main [ (unreleased)] ( https://github.com/fastruby/skunk/compare/v0.5.3 ...HEAD )
99
1010* <INSERT YOUR FEATURE OR BUGFIX HERE >
1111
12+ ## v0.5.3 / 2023-12-01 [ (commits)] ( https://github.com/fastruby/skunk/compare/v0.5.2...v0.5.3 )
13+
1214* [ BUGFIX: Update reek, rubocop, and terminal-table dependencies] ( https://github.com/fastruby/skunk/pull/111 )
1315* [ BUGFIX: Better test coverage tracking for skunk] ( https://github.com/fastruby/skunk/pull/108 )
1416* [ FEATURE: Add Ruby 3.2 Support] ( https://github.com/fastruby/skunk/pull/106 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Skunk
4- VERSION = "0.5.2 "
4+ VERSION = "0.5.3 "
55end
You can’t perform that action at this time.
0 commit comments