Skip to content

Commit fdb4aa4

Browse files
committed
bump version and update changelog
1 parent 566a8cc commit fdb4aa4

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,21 @@
22

33
## Unreleased
44
### Added
5-
* Added docker container [#50](https://github.com/mstruebing/tldr/pull/50) ([@mstruebing](https://github.com/mstruebing))
65
### Changed
7-
* Only load new cache when connected to the internet and remote host is reachable [#49](https://github.com/mstruebing/tldr/pull/49) ([@mstruebing](https://github.com/mstruebing))
86
### Deprecated
97
### Removed
108
### Fixed
11-
* golang ci errors
129
### Security
1310
### Misc
14-
* use go mod
11+
12+
## [1.2.0] - 2020-03-06
13+
### Added
14+
* Added docker container [#50](https://github.com/mstruebing/tldr/pull/50) ([@mstruebing](https://github.com/mstruebing))
15+
### Changed
16+
* Only load new cache when connected to the internet and remote host is reachable [#49](https://github.com/mstruebing/tldr/pull/49) ([@mstruebing](https://github.com/mstruebing))
17+
* Switched to go mod [47](https://github.com/mstruebing/tldr/pull/47) ([@mstruebing](https://github.com/mstruebing))
18+
### Fixed
19+
* golang ci errors
1520

1621
## [1.1.1] - 2019-02-19
1722
### Changed

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.1.1")
35+
fmt.Println("tldr v 1.2.0")
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)