From 6b04bc5cecd0d0b856709cf70b82f7cebbc0fc24 Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Sun, 4 Oct 2020 22:38:59 +0200 Subject: [PATCH] preparing for release --- CHANGELOG.md | 6 ++++-- docs/_docs/1-bash-installation.md | 4 ++-- docs/_docs/1-docker-usage.md | 4 ++-- tools/PSc8y/PSc8y.psd1 | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39d58161..90bfe65bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ ## Unreleased +## Released + +### v1.5.1 + #### Bugfixes * Fixed bug when using `set-session "my filter"` in bash and zsh profiles which resulted in an "unknown flag" error -## Released - ### v1.5.0 #### New Features (PSc8y and c8y) diff --git a/docs/_docs/1-bash-installation.md b/docs/_docs/1-bash-installation.md index 70a58145a..6cf4367a3 100644 --- a/docs/_docs/1-bash-installation.md +++ b/docs/_docs/1-bash-installation.md @@ -57,7 +57,7 @@ To make the installation and future updates easier, a script is provided in the **Install a specific version** ```sh - c8y-update v1.5.0 + c8y-update v1.5.1 ``` The list of versions is available from the [github release page](https://github.com/reubenmiller/go-c8y-cli/releases) @@ -183,7 +183,7 @@ However if you don't install the `c8y.profile.sh` script or the zsh `c8y` plugin ```plaintext Cumulocity command line tool - v1.5.0 -- HEAD + v1.5.1 -- HEAD ``` 1. Add completions to your profile: diff --git a/docs/_docs/1-docker-usage.md b/docs/_docs/1-docker-usage.md index b4ee6a7e6..497beb874 100644 --- a/docs/_docs/1-docker-usage.md +++ b/docs/_docs/1-docker-usage.md @@ -145,12 +145,12 @@ If you have already activated a c8y session on a command console, you can re-use You have to execute a docker pull if you want to re-check if there is a newer image available (i.e. also tagged with latest). -You can also specify the version that you want to try out by replacing `latest` with the version number, i.e. `1.5.0`. +You can also specify the version that you want to try out by replacing `latest` with the version number, i.e. `1.5.1`. ```sh # update to the latest image docker pull ghcr.io/reubenmiller/c8y-zsh:latest # use a known version -docker pull ghcr.io/reubenmiller/c8y-zsh:1.5.0 +docker pull ghcr.io/reubenmiller/c8y-zsh:1.5.1 ``` \ No newline at end of file diff --git a/tools/PSc8y/PSc8y.psd1 b/tools/PSc8y/PSc8y.psd1 index bc0d56be9..5cfdfeaa1 100644 --- a/tools/PSc8y/PSc8y.psd1 +++ b/tools/PSc8y/PSc8y.psd1 @@ -12,7 +12,7 @@ RootModule = './PSc8y.psm1' # Version number of this module. -ModuleVersion = '1.5.0' +ModuleVersion = '1.5.1' # Supported PSEditions CompatiblePSEditions = @(