CHANGELOG.md in skunk-0.4.1 vs CHANGELOG.md in skunk-0.4.2
- old
+ new
@@ -4,9 +4,12 @@
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).
## [Unreleased] [(commits)](https://github.com/fastruby/skunk/compare/v0.4.0...HEAD)
+## [0.4.2] [(commits)](https://github.com/fastruby/skunk/compare/v0.4.1...v0.4.2)
+* [BUGFIX] Fixes table width issues by rounding values (by [@etagwerker][])
+
## [0.4.1] [(commits)](https://github.com/fastruby/skunk/compare/v0.4.0...v0.4.1)
* [BUGFIX] Fixes table width issues (by [@etagwerker][])
## [0.4.0] [(commits)](https://github.com/fastruby/skunk/compare/v0.3.2...v0.4.0)
* [FEATURE] Add `--version` support to the command line. (by [@bronzdoc][])