From 782e92fcf840d603aaae120960f0d9663e90fb23 Mon Sep 17 00:00:00 2001 From: neilotoole Date: Wed, 6 Dec 2023 20:34:42 -0700 Subject: [PATCH] Release v0.46.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61a95077b..b00bcd647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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