Skip to content

Commit ef17f0f

Browse files
committed
Bump version to 0.3.0
1 parent 00e99e0 commit ef17f0f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [0.3.0]
68
### Added
79
- Add -H/--homepage flag to open command
810
- Add spinner for color output
@@ -22,5 +24,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2224
## 0.1.0 - 2016-06-27
2325
### Initial Release
2426

25-
[Unreleased]: https://github.com/hoop33/limo/compare/v0.2.0...HEAD
27+
[Unreleased]: https://github.com/hoop33/limo/compare/v0.3.0...HEAD
28+
[0.3.0]: https://github.com/hoop33/limo/compare/v0.2.0...v0.3.0
2629
[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.2.0"
7+
const Version = "0.3.0"

0 commit comments

Comments
 (0)