Skip to content

Commit 2039581

Browse files
committed
Release 1.2.2
1 parent 1689203 commit 2039581

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@
1212

1313
### Fixed
1414

15-
- Get port from scheme [#55](https://github.com/mstruebing/tldr/pull/55) ([@mstruebing](https://github.com/mstruebing))
16-
1715
### Security
1816

1917
### Misc
2018

19+
## [1.2.2] - 2020-09-16
20+
21+
### Fixed
22+
23+
- Get port from scheme [#55](https://github.com/mstruebing/tldr/pull/55) ([@mstruebing](https://github.com/mstruebing))
24+
2125
## [1.2.1] - 2020-07-29
2226

2327
- Only check remote is reachable when ttl timeout. [#52](https://github.com/mstruebing/tldr/pull/52) ([@wudong](https://github.com/wudong))

cmd/tldr/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
const currentPlattform = runtime.GOOS
3333

3434
func printVersion() {
35-
fmt.Println("tldr v 1.2.1")
35+
fmt.Println("tldr v 1.2.2")
3636
fmt.Println("Copyright (C) 2017 Max Strübing")
3737
fmt.Println("Source available at https://github.com/mstruebing/tldr")
3838
}

0 commit comments

Comments
 (0)