sq/CHANGELOG.md

64 lines
1.5 KiB
Markdown
Raw Normal View History

# Changelog
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).
2022-12-23 19:49:46 +03:00
## [v0.16.1] - 2022-12-13
2022-12-18 02:11:33 +03:00
### Fixed
2022-12-23 19:39:38 +03:00
- [#123] Shell completion is better behaved when a source is offline
2022-12-18 02:11:33 +03:00
## [v0.16.0] - 2022-12-16
### Added
- `--verbose` flag is now global
- `install.sh` install script.
### Changed
- Improved GH workflow
- `sq inspect` shows less output by default (use `-v` to restore previous behavior)
### Fixed
- `sq inspect` can now deal with Postgres sources that have null values for constraint fields
## [v0.15.11] - 2022-11-06
### Changed
- Yet more changes to GitHub workflow.
## [v0.15.4] - 2021-09-18
### Changed
2021-02-27 17:47:24 +03:00
2021-09-19 06:48:28 +03:00
- Bug fixes
## [v0.15.3] - 2021-03-13
### Changed
- [#91](https://github.com/neilotoole/sq/pull/91): MySQL driver options no longer stripped
## [v0.15.2] - 2021-03-08
### Changed
2021-03-08 09:39:49 +03:00
- [#89](https://github.com/neilotoole/sq/pull/89): Bug with SQL generated for joins.
2021-03-08 09:37:37 +03:00
2021-02-27 17:47:24 +03:00
2022-12-23 19:49:46 +03:00
[v0.16.0]: https://github.com/neilotoole/sq/compare/v0.16.0...v0.16.1
[v0.16.0]: https://github.com/neilotoole/sq/compare/v0.15.11...v0.16.0
[v0.15.11]: https://github.com/neilotoole/sq/compare/v0.15.4...v0.15.11
[v0.15.4]: https://github.com/neilotoole/sq/compare/v0.15.3...v0.15.4
[v0.15.3]: https://github.com/neilotoole/sq/compare/v0.15.2...v0.15.3
[v0.15.2]: https://github.com/neilotoole/sq/releases/tag/v0.15.2
2022-12-23 19:39:38 +03:00
[#123]: https://github.com/neilotoole/sq/issues/123