Skip to content

Commit ebd18e3

Browse files
committed
Bump to 0.2.0
1 parent ed8875d commit ebd18e3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

55
## [Unreleased]
6+
7+
## [0.2.0]
68
### Added
9+
- Full-text search with the search command
710
- Fix: List by tag no longer creates tag
811

912
## 0.1.0 - 2016-06-27
1013
### Initial Release
1114

12-
[Unreleased]: https://github.com/hoop33/limo/compare/v0.1.0...HEAD
15+
[Unreleased]: https://github.com/hoop33/limo/compare/v0.2.0...HEAD
16+
[0.2.0]: https://github.com/hoop33/limo/compare/v0.1.0...v0.2.0

config/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package config
22

33
// ProgramName is the program name
4-
var ProgramName = "limo"
4+
const ProgramName = "limo"
55

66
// Version is the semver-compliant program version
7-
var Version = "0.1.0"
7+
const Version = "0.2.0"

0 commit comments

Comments
 (0)