Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
### Changed

- @josegonzalez Increase speed of performing plugn trigger #86
  • Loading branch information
josegonzalez committed May 15, 2022
1 parent edcc7a5 commit 2d40af1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.10.0](https://github.com/dokku/plugn/compare/v0.9.1...v0.10.0) - 2022-05-15

### Changed

- @josegonzalez Increase speed of performing plugn trigger #86

## [0.9.1](https://github.com/dokku/plugn/compare/v0.9.0...v0.9.1) - 2022-05-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
REPOSITORY = plugn
HARDWARE = $(shell uname -m)
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
BASE_VERSION ?= 0.9.1
BASE_VERSION ?= 0.10.0
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Hook system that lets users extend your application with plugins
## Installation

```shell
wget -qO /tmp/plugn_latest.tgz https://github.com/dokku/plugn/releases/download/v0.9.1/plugn_0.9.1_linux_amd64.tgz
wget -qO /tmp/plugn_latest.tgz https://github.com/dokku/plugn/releases/download/v0.10.0/plugn_0.10.0_linux_amd64.tgz
tar xzf /tmp/plugn_latest.tgz -C /usr/local/bin
```

Expand Down

0 comments on commit 2d40af1

Please sign in to comment.