krile 0.5.7

A static site generator
# Changelog

## [0.5.7] - 2023-03-19

### Changed

- Upgraded shtola to `0.4.3`.
- Dynamically read package version from Cargo env variable.

## [0.5.6] - 2021-11-10

### Changed

- Upgraded shtola to `0.4.2`.

## [0.5.5] - 2021-11-10

### Changed

- Upgraded shtola to `0.4.1`.

## [0.5.4] - 2021-11-10

### Added

- Upgraded shtola to `0.4.0`.
- Added pretty links support.

## [0.5.3] - 2021-11-09

### Changed

- Upgraded shtola to `0.3.0`.

## [0.5.2] - 2021-11-09

### Changed

- The Markdown processing plugin now runs before the Layout processing
  plugin. This is because rendering half-Markdown, half-HTML pages will
  break something at some point, so it's best to render layouts when they're
  entirely HTML.

## [0.5.1] - 2021-11-03

### Added

- Upgraded shtola to `0.3.0-alpha5`.

## [0.5.0] - 2021-09-21

### Changed

- The CLI interface now takes source and destination in the form of option
  flags instead of positional arguments.
- Added a `--version` switch.
- Upgraded shtola to `0.3.0-alpha5`.

## [0.4.1] - 2021-07-23

### Added

- Upgraded shtola to `0.3.0-alpha4`.

## [0.4.0] - 2021-07-23

### Added

- Read other ignores from a `.krileignore` file.

## [0.3.1] - 2021-07-23

### Added

- Upgraded shtola to `0.3.0-alpha3`.

## [0.3.0] - 2021-07-23

### Added

- Upgraded shtola to `0.3.0-alpha2`.
- Krile now reads your `.gitignore` (at top level) and ignores all of the stuff in it.

## [0.2.0] - 2021-07-23

### Added

- Added a flag to toggle verbose log output.

## [0.1.0] - 2021-07-21

Initial release.