Skip to content

Commit 39f3ea6

Browse files
committed
Bump version to v0.4.2 and add details to CHANGELOG.md
1 parent 2afd0d2 commit 39f3ea6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased] [(commits)](https://github.com/fastruby/skunk/compare/v0.4.0...HEAD)
88

9+
## [0.4.2] [(commits)](https://github.com/fastruby/skunk/compare/v0.4.1...v0.4.2)
10+
* [BUGFIX] Fixes table width issues by rounding values (by [@etagwerker][])
11+
912
## [0.4.1] [(commits)](https://github.com/fastruby/skunk/compare/v0.4.0...v0.4.1)
1013
* [BUGFIX] Fixes table width issues (by [@etagwerker][])
1114

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
skunk (0.4.0)
4+
skunk (0.4.2)
55
rubycritic (~> 4.0)
66
terminal-table (~> 1.8.0)
77

lib/skunk/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 Skunk
4-
VERSION = "0.4.1"
4+
VERSION = "0.4.2"
55
end

0 commit comments

Comments
 (0)