Releases: wdullaer/scotty
Releases · wdullaer/scotty
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.3.0
2020-04-26
Bug Fixes
- ci: Fix git ref structure in commit format condition
- ci: Do not run commit format linter on master
- index: Print warning when recreating index to stderr instead of stdout
- index: Recreate index when trying to open an incompatible version
- test: Try to make index test less flaky on mac
Code Refactoring
- deps: Use tabwriter rather rs-prettytable
- index: cargo fmt and cargo clippy
Features
- ci: Ensure commit messages have a format that is understood by the changelog generator
- index: Also perform a case insensitive regex search
- search: Exclude the current directory from the search result
v0.2.0
v0.2.0
2020-01-18
Bug Fixes
- index: Log at debug level when searching the index
Code Refactoring
- Typos and minor refactor
Documentation
- Scotty does not blaze, it's chillingly fast
- Fixed crate description
Features
- ci: Automatically generate changelog from commit messages
- cli: Implement a list command that prints the index (#2)
v0.1.0
Initial release