diff --git a/CHANGELOG.md b/CHANGELOG.md index 62148ff7..228525b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Breaking changes are annotated with ☢️, and alpha/beta features with 🐥. -## Upcoming +## [v0.43.0] - 2023-11-18 ### Added @@ -19,8 +19,6 @@ Breaking changes are annotated with ☢️, and alpha/beta features with 🐥. [`schema()`](https://sq.io/docs/query#schema) return the catalog and schema of the DB connection. - The SLQ [`unique`](https://sq.io/docs/query#unique) function now has a synonym `uniq`. - - ### Changed - `sq src --text` now outputs only the handle of the active source. Previously it @@ -872,3 +870,4 @@ make working with lots of sources much easier. [v0.41.1]: https://github.com/neilotoole/sq/compare/v0.41.0...v0.41.1 [v0.42.0]: https://github.com/neilotoole/sq/compare/v0.41.1...v0.42.0 [v0.42.1]: https://github.com/neilotoole/sq/compare/v0.42.0...v0.42.1 +[v0.43.0]: https://github.com/neilotoole/sq/compare/v0.42.1...v0.43.0