Skip to content

Commit

Permalink
Bump version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Jul 9, 2020
1 parent 2870aa0 commit ca92a8b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 3.6.0 (2020-07-09)

* [Feature] Accelerated mounts are now available in the free version - there is no separate pro version anymore

* [Feature] Support `--runtime`
Expand Down
9 changes: 5 additions & 4 deletions CONTRIBUTORS
@@ -1,16 +1,17 @@
Michael Sauter <mail@michaelsauter.net>
Brice Jaglin <bjaglin@gmail.com>
rich <rich@scientificrevenue.com>
Mikhail Grachev <work@mgrachev.com>
Dreamcat4 <dreamcat4@gmail.com>
Michal Gebauer <mishak@mishak.net>
Michał Rączka <me@michaloo.net>
Adrian Hurtado <adrianhurt@gmail.com>
Bradley Cicenas <bradley.cicenas@gmail.com>
Tomotaka SUWA <tomotaka.suwa@gmail.com>
inthroxify <inthroxify@users.noreply.github.com>
Jesper Thomschütz <jesper@jespersaur.com>
Mathew Davies <thepixeldeveloper@googlemail.com>
Joshua Sierles <joshua@diluvia.net>
gissehel <public-devgit-dantus@gissehel.org>
Inthroxify <13877157+inthroxify@users.noreply.github.com>
Eliran Bivas <eliran.bivas@gmail.com>
David Lefever <lefever.d@gmail.com>
Pierre DAL-PRA <dalpra.pierre@gmail.com>
Expand All @@ -19,6 +20,6 @@ Thibault Vigouroux <thibault.vigouroux@gmail.com>
Chris Rebert <github@rebertia.com>
Travis Cline <travis.cline@gmail.com>
eggtree <eggtree@requiredhealth.org>
Inthroxify <13877157+inthroxify@users.noreply.github.com>
Jesper Thomschutz <jesper@jespersaur.com>
Joshua Sierles <joshua@diluvia.net>
Jesper Thomschütz <jesper@jespersaur.com>
Mathew Davies <thepixeldeveloper@googlemail.com>
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,11 +27,11 @@ Please see [michaelsauter.github.io/crane/docs.html](https://michaelsauter.githu

## Installation

The latest release is 3.5.0 and requires Docker >= 1.13.
The latest release is 3.6.0 and requires Docker >= 1.13.
Please have a look at the [changelog](https://github.com/michaelsauter/crane/blob/master/CHANGELOG.md) when upgrading.

```
bash -c "`curl -sL https://raw.githubusercontent.com/michaelsauter/crane/v3.5.0/download.sh`" && \
bash -c "`curl -sL https://raw.githubusercontent.com/michaelsauter/crane/v3.6.0/download.sh`" && \
mv crane /usr/local/bin/crane
```

Expand Down
2 changes: 1 addition & 1 deletion crane/version.go
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
)

const Version = "3.5.0"
const Version = "3.6.0"

func printVersion() {
fmt.Printf("v%s\n", Version)
Expand Down
2 changes: 1 addition & 1 deletion download.sh
Expand Up @@ -2,7 +2,7 @@

# Set version to latest unless set by user
if [ -z "$VERSION" ]; then
VERSION="3.5.0"
VERSION="3.6.0"
fi

echo "Downloading version ${VERSION}..."
Expand Down

0 comments on commit ca92a8b

Please sign in to comment.