Skip to content

Releases: wdullaer/scotty

v0.3.4

23 Jan 12:30
Compare
Choose a tag to compare

v0.3.4

2021-01-23

v0.3.3

16 Jan 17:22
Compare
Choose a tag to compare

v0.3.3

2021-01-09

v0.3.2

19 Jul 11:29
Compare
Choose a tag to compare

v0.3.2

2020-07-19

v0.3.1

10 Jun 13:06
Compare
Choose a tag to compare

v0.3.1

2020-06-09

v0.3.0

26 Apr 10:41
Compare
Choose a tag to compare

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

19 Jan 09:48
Compare
Choose a tag to compare

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

06 Jan 09:07
Compare
Choose a tag to compare
Initial release