CHANGELOG.md for v0.32.0

This commit is contained in:
neilotoole 2023-04-09 19:33:00 -06:00
parent ebb88b3a44
commit a9b74bfc71

View File

@ -5,7 +5,7 @@ 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).
## Upcoming
## [v0.32.0] - 2023-04-09
### Added
@ -29,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
accurately distinguishes between `Decimal` and `Int`, and knows how to
handle `Datetime`.
- [#189]: `sq` now treats CSV empty fields as `NULL`.
## [v0.31.0] - 2023-03-08
### Added
@ -285,6 +287,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#89]: Bug with SQL generated for joins.
[#189]: https://github.com/neilotoole/sq/issues/189
[#187]: https://github.com/neilotoole/sq/issues/187
[#185]: https://github.com/neilotoole/sq/issues/185
[#173]: https://github.com/neilotoole/sq/issues/173