changelog update

This commit is contained in:
neilotoole 2022-12-25 03:43:01 -07:00
parent aee9e2ed5b
commit e2128db962
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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