File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased] [ (commits)] ( https://github.com/fastruby/skunk/compare/v0.4.0...HEAD )
8
8
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
+
9
12
## [ 0.4.1] [ (commits)] ( https://github.com/fastruby/skunk/compare/v0.4.0...v0.4.1 )
10
13
* [ BUGFIX] Fixes table width issues (by [ @etagwerker ] [ ] )
11
14
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- skunk (0.4.0 )
4
+ skunk (0.4.2 )
5
5
rubycritic (~> 4.0 )
6
6
terminal-table (~> 1.8.0 )
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Skunk
4
- VERSION = "0.4.1 "
4
+ VERSION = "0.4.2 "
5
5
end
You can’t perform that action at this time.
0 commit comments