Skip to content

Commit fd88a88

Browse files
committed
Bump version to 0.4.0
1 parent 3563242 commit fd88a88

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
This 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

config/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package config
44
const ProgramName = "limo"
55

66
// Version is the semver-compliant program version
7-
const Version = "0.3.1"
7+
const Version = "0.4.0"

0 commit comments

Comments
 (0)