Skip to content

Commit

Permalink
bump version to v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Dec 9, 2023
1 parent 408a585 commit 544062a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
tssh (0.1.15) trusty; urgency=medium

* tssh v0.1.15

-- Lonny Wong <[email protected]> Sat, 09 Dec 2023 22:29:08 +0800

tssh (0.1.14) trusty; urgency=medium

* tssh v0.1.14
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/trzsz/iterm2 v0.1.1
github.com/trzsz/promptui v0.10.5
github.com/trzsz/ssh_config v1.3.4
github.com/trzsz/trzsz-go v1.1.7-0.20231209133301-4537ecb85e1c
github.com/trzsz/trzsz-go v1.1.7-0.20231209142115-a64ab46112dc
golang.org/x/crypto v0.16.0
golang.org/x/sys v0.15.0
golang.org/x/term v0.15.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ github.com/trzsz/promptui v0.10.5 h1:tlzJkx+JOeE0sqKWmqgaoToZiYqj5G1Mz+QDV97VFu8
github.com/trzsz/promptui v0.10.5/go.mod h1:GMZtu6ZTzU73CBFkzGtmB4wnTROIAbv4GFA74fV8V8g=
github.com/trzsz/ssh_config v1.3.4 h1:7of+6rUmdWdqfgXnH9csgJe1kNkriS9xOiFGx4KCkEw=
github.com/trzsz/ssh_config v1.3.4/go.mod h1:Dl1okTjVVfsrtTA8nqkJ1OnjiCrZY6DUEI2DGT2/YoQ=
github.com/trzsz/trzsz-go v1.1.7-0.20231209133301-4537ecb85e1c h1:jiMPPuMSbnjlC8THFHx/I03CXpEsrgUQWfZQO/4TrAs=
github.com/trzsz/trzsz-go v1.1.7-0.20231209133301-4537ecb85e1c/go.mod h1:zzF7ucjLsEB/2La+59TY5AJMfO8QRhEwoLd1yMqyU3I=
github.com/trzsz/trzsz-go v1.1.7-0.20231209142115-a64ab46112dc h1:tca7M5OF80E9JPiHtS/j4z7+yAtp56c6ecY8cojg58o=
github.com/trzsz/trzsz-go v1.1.7-0.20231209142115-a64ab46112dc/go.mod h1:3OBY6NJx3Z7A5akhfunPkhh6Qtk9lMwnP/YCwjIu16g=
go.uber.org/goleak v1.2.1 h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=
golang.org/x/crypto v0.16.0 h1:mMMrFzRSCF0GvB7Ne27XVtVAaXLrPmgPC7/v0tkwHaY=
golang.org/x/crypto v0.16.0/go.mod h1:gCAAfMLgwOJRpTjQ2zCCt2OcSfYMTeZVSRtQlPC7Nq4=
Expand Down
2 changes: 1 addition & 1 deletion tssh/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"github.com/trzsz/go-arg"
)

const kTsshVersion = "0.1.14"
const kTsshVersion = "0.1.15"

func background(args *sshArgs, dest string) (bool, error) {
if v := os.Getenv("TRZSZ-SSH-BACKGROUND"); v == "TRUE" {
Expand Down

0 comments on commit 544062a

Please sign in to comment.