vim-profiler 0.0.4

A vim profiling tool
## Changelog

## [0.0.4] - 2021-12-20

### Added
- Better error handling
- Minor test restructure
- Usage of pub(crate)

### Fixed
- Windows path regex

## [0.0.3] - 2021-07-28

### Added
- Allow for users to specify a file when executing the program, useful for
  conditionally rendered plugins, as suggested by @AckslD.
- Crates.io badge to readme.

### Fixed
- GitHub actions lint errors

## [0.0.2] - 2021-07-13

### Added
- Added plugin longest and shortest start time to CSV output
- Changed longest, shorted -> max, min in CSV output
- Various cleanup/refactors

### Fixed
- Actually test for plugin maximum and minimum

## [0.0.1] - 2021-07-10

Initial release