Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Oct 4, 2020
1 parent 50722c0 commit 6b04bc5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/_docs/1-bash-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/_docs/1-docker-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion tools/PSc8y/PSc8y.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = './PSc8y.psm1'

# Version number of this module.
ModuleVersion = '1.5.0'
ModuleVersion = '1.5.1'

# Supported PSEditions
CompatiblePSEditions = @(
Expand Down

0 comments on commit 6b04bc5

Please sign in to comment.