diff --git a/CHANGELOG.md b/CHANGELOG.md index be065bf1..cff14402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## [v0.18.2] - 2022-12-25 + +### Added + +- The build pipeline now produces `.apk` packages for [Alpine Linux](https://www.alpinelinux.org), + and `install.sh` has been updated accordingly. However, the `.apk` files + are not yet published to a repository, so it's necessary to run `apk` against + the downloaded `.apk` file (`install.sh` does this for you). + + ## [v0.18.0] - 2022-12-24 ### Added @@ -69,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#89]: Bug with SQL generated for joins. +[v0.18.2]: https://github.com/neilotoole/sq/compare/v0.18.0...v0.18.2 [v0.18.0]: https://github.com/neilotoole/sq/compare/v0.17.0...v0.18.0 [v0.17.0]: https://github.com/neilotoole/sq/compare/v0.16.1...v0.17.0 [v0.16.1]: https://github.com/neilotoole/sq/compare/v0.16.0...v0.16.1 diff --git a/README.md b/README.md index 7091b370..fe6491ff 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The easiest method is to use [install.sh](./install.sh): /bin/sh -c "$(curl -fsSL https://sq.io/install.sh)" ``` -The script detects if any of `apt`, `yum`, or `brew` are installed, and +The script detects if any of `apt`, `yum`, `apk` or `brew` are installed, and then installs via the usual procedure. > Note that `https://sq.io/install.sh` is simply a redirect