Skip to content

Commit

Permalink
chore: release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Oct 5, 2020
1 parent 5e8d65f commit 1766737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

### Added

- Add `history` function for the past page view. [#53](https://github.com/mstruebing/tldr/pull/53) ([@wudong](https://github.com/wudong))

### Changed

### Deprecated
Expand All @@ -18,6 +16,10 @@

### Misc

## [1.3.0] - 2020-10-05

- Add `history` function for the past page view. [#53](https://github.com/mstruebing/tldr/pull/53) ([@wudong](https://github.com/wudong))

## [1.2.2] - 2020-09-16

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion cmd/tldr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
const currentPlattform = runtime.GOOS

func printVersion() {
fmt.Println("tldr v 1.2.2")
fmt.Println("tldr v 1.3.0")
fmt.Println("Copyright (C) 2017 Max Strübing")
fmt.Println("Source available at https://github.com/mstruebing/tldr")
}
Expand Down

0 comments on commit 1766737

Please sign in to comment.