Skip to content

Commit

Permalink
Bump version to 0.5.3
Browse files Browse the repository at this point in the history
Update changelog and version number
  • Loading branch information
etagwerker committed Dec 1, 2023
1 parent 97b0617 commit 77bbd4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,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).

## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.2...HEAD)
## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.3...HEAD)

* <INSERT YOUR FEATURE OR BUGFIX HERE>

## v0.5.3 / 2023-12-01 [(commits)](https://github.com/fastruby/skunk/compare/v0.5.2...v0.5.3)

* [BUGFIX: Update reek, rubocop, and terminal-table dependencies](https://github.com/fastruby/skunk/pull/111)
* [BUGFIX: Better test coverage tracking for skunk](https://github.com/fastruby/skunk/pull/108)
* [FEATURE: Add Ruby 3.2 Support](https://github.com/fastruby/skunk/pull/106)
Expand Down
2 changes: 1 addition & 1 deletion lib/skunk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Skunk
VERSION = "0.5.2"
VERSION = "0.5.3"
end

0 comments on commit 77bbd4e

Please sign in to comment.