From 266c991a01cbb7625f8cf085a83b58751b70a6a8 Mon Sep 17 00:00:00 2001 From: Tortue Torche Date: Tue, 10 Dec 2019 18:00:15 +0100 Subject: [PATCH] Update CHANGELOG and README with 0.1.2 version --- CHANGELOG.md | 5 +++++ README.md | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19cc8d0..3b19840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - The `--secure=[yes|no]` option and `-s` flag are deprecated. Use the `--insecure` option instead (`psu ... --inscure`) - The `--action=[ACTION_NAME]` option and `-a` flag are deprecated. Use `` argument instead (`psu ...`) +## [0.1.2] - 2019-10-29 +### Changed +- Delegated compose file loading and escaping to jq [#33](https://gitlab.com/psuapp/psu/merge_requests/33) + ## [0.1.1] - 2019-06-05 ### Fixed - Fixed error when environment variables loaded from file contain spaces in their values [#14](https://gitlab.com/psuapp/psu/merge_requests/14) @@ -50,5 +54,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://gitlab.com/psuapp/psu/compare/v1.0.1...master [1.0.1]: https://gitlab.com/psuapp/psu/-/tags/v1.0.1 [1.0.0]: https://gitlab.com/psuapp/psu/-/tags/v1.0.0 +[0.1.2]: https://gitlab.com/psuapp/psu/-/tags/v0.1.2 [0.1.1]: https://gitlab.com/psuapp/psu/-/tags/v0.1.1 [0.1.0]: https://gitlab.com/psuapp/psu/-/tags/v0.1.0 diff --git a/README.md b/README.md index fb0f62e..0251fd8 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ Published Docker images are [tagged](https://hub.docker.com/r/psuapp/psu/tags) m - `dev` -> [`dev`](https://gitlab.com/psuapp/psu/-/tags/dev) - `1`, `1.0`, `1.0.1`, `latest` -> [`v1.0.1`](https://gitlab.com/psuapp/psu/-/tags/v1.0.1) -- `0.1.1`, `latest` -> [`v0.1.1`](https://gitlab.com/psuapp/psu/-/tags/v0.1.1) +- `0.1.2` -> [`v0.1.2`](https://gitlab.com/psuapp/psu/-/tags/v0.1.2) +- `0.1.1` -> [`v0.1.1`](https://gitlab.com/psuapp/psu/-/tags/v0.1.1) - `0.1.0` -> [`v0.1.0`](https://gitlab.com/psuapp/psu/-/tags/v0.1.0) ##### Variants