Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Aug 10, 2019
1 parent ca1cb82 commit a00b7eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ All notable changes to this project will be documented in this file.

### Changed

## [0.8.0] - 2019-08-10
### Fixed
- @fruitl00p delete_user is now portable

### Added
- @D1ceWard Added arch linux support
- @josegonzalez Move to circleci 2.0
- @josegonzalez Run tests in docker
- @josegonzalez Release packages via CI
- @josegonzalez Add version command

## [0.7.0] - 2017-03-22
### Fixed
Expand Down Expand Up @@ -103,7 +113,8 @@ All notable changes to this project will be documented in this file.
- @michaelshobbs update build image in README
- @jvanbaarsen Only add SSH key if it doesn't already exists

[unreleased]: https://github.com/dokku/sshcommand/compare/v0.7.0...HEAD
[unreleased]: https://github.com/dokku/sshcommand/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/dokku/sshcommand/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/dokku/sshcommand/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/dokku/sshcommand/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/dokku/sshcommand/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
REPOSITORY = sshcommand
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.7.0
BASE_VERSION ?= 0.8.0
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down

0 comments on commit a00b7eb

Please sign in to comment.