File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.14.0] ( https://github.com/dokku/sshcommand/compare/v0.13.2...v0.14.0 ) - 2021-10-08
6+
7+ ### Changed
8+
9+ - #68 @josegonzalez Build universal debian package
10+
511## [ 0.13.2] ( https://github.com/dokku/sshcommand/compare/v0.13.1...v0.13.2 ) - 2021-10-08
612
713### Changed
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ MAINTAINER_NAME = Jose Diaz-Gonzalez
66REPOSITORY = sshcommand
77HARDWARE = $(shell uname -m)
88SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
9- BASE_VERSION ?= 0.13.2
9+ BASE_VERSION ?= 0.14.0
1010IMAGE_NAME ?= $(MAINTAINER ) /$(REPOSITORY )
1111PACKAGECLOUD_REPOSITORY ?= dokku/dokku-betafish
1212
Original file line number Diff line number Diff line change 11{
22 "name" : " sshcommand" ,
3- "version" : " 0.13.2 " ,
3+ "version" : " 0.14.0 " ,
44 "description" : " Turn SSH into a thin client specifically for your app" ,
55 "global" : " true" ,
66 "install" : " cp sshcommand /usr/local/bin && chmod +x /usr/local/bin/sshcommand" ,
You can’t perform that action at this time.
0 commit comments