mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-18 05:31:38 +03:00
Release v0.47.1
This commit is contained in:
parent
edea882789
commit
d8a1992da7
13
CHANGELOG.md
13
CHANGELOG.md
@ -7,6 +7,18 @@ 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.47.1] - 2024-01-29
|
||||
|
||||
This is a tiny bugfix release for a runtime issue on some Linux distros. See
|
||||
the previous [`v0.47.0`](https://github.com/neilotoole/sq/releases/tag/v0.47.0) release
|
||||
for recent headline features.
|
||||
|
||||
### Fixed
|
||||
|
||||
- `sq` [panicked](https://github.com/neilotoole/sq/actions/runs/7701355729/job/20987599862#step:3:383) on some Linux distros that don't include timezone data (`tzdata`). It's now
|
||||
explicitly [imported](https://wawand.co/blog/posts/go-timezonedata-go115/).
|
||||
|
||||
|
||||
## [v0.47.0] - 2024-01-29
|
||||
|
||||
This is a significant release, focused on improving i/o, responsiveness,
|
||||
@ -1090,3 +1102,4 @@ make working with lots of sources much easier.
|
||||
[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
|
||||
[v0.47.0]: https://github.com/neilotoole/sq/compare/v0.46.1...v0.47.0
|
||||
[v0.47.1]: https://github.com/neilotoole/sq/compare/v0.47.0...v0.47.1
|
||||
|
Loading…
Reference in New Issue
Block a user