File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55## [ Unreleased]
6+
7+ ## [ 0.4.0]
68### Added
9+ - Add list trending (GitHub only)
710- Add list untagged stars
811- Add search string when listing stars
912- Add list stars by language and tag
@@ -34,7 +37,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3437## 0.1.0 - 2016-06-27
3538### Initial Release
3639
37- [ Unreleased ] : https://github.com/hoop33/limo/compare/v0.3.1...HEAD
40+ [ Unreleased ] : https://github.com/hoop33/limo/compare/v0.4.0...HEAD
41+ [ 0.4.0 ] : https://github.com/hoop33/limo/compare/v0.3.1...v0.4.0
3842[ 0.3.1 ] : https://github.com/hoop33/limo/compare/v0.3.0...v0.3.1
3943[ 0.3.0 ] : https://github.com/hoop33/limo/compare/v0.2.0...v0.3.0
4044[ 0.2.0 ] : https://github.com/hoop33/limo/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ package config
44const ProgramName = "limo"
55
66// Version is the semver-compliant program version
7- const Version = "0.3.1 "
7+ const Version = "0.4.0 "
You can’t perform that action at this time.
0 commit comments