Release v0.46.1

This commit is contained in:
neilotoole 2023-12-06 20:34:42 -07:00
parent 67a30d7129
commit 782e92fcf8

View File

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Breaking changes are annotated with ☢️, and alpha/beta features with 🐥.
## [v0.46.1] - 2023-12-06
### Fixed
- `sq` sometimes failed to read from stdin if piped input was slow
to arrive. This is now fixed.
## [v0.46.0] - 2023-11-22
### Added
@ -1003,3 +1010,4 @@ make working with lots of sources much easier.
[v0.44.0]: https://github.com/neilotoole/sq/compare/v0.43.1...v0.44.0
[v0.45.0]: https://github.com/neilotoole/sq/compare/v0.44.0...v0.45.0
[v0.46.0]: https://github.com/neilotoole/sq/compare/v0.45.0...v0.46.0
[v0.46.1]: https://github.com/neilotoole/sq/compare/v0.46.0...v0.46.1