File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-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.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
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.2 .0"
7+ const Version = "0.3 .0"
You can’t perform that action at this time.
0 commit comments