File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
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.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
Original file line number Diff line number Diff line change 11package 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"
You can’t perform that action at this time.
0 commit comments