diff --git a/CHANGELOG.md b/CHANGELOG.md index fe54cac..3c91a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -## [Unreleased] + +## [v0.7.0](https://github.com/rust-sailfish/sailfish/compare/v0.6.1...v0.7.0) (2023-06-22) ### Breaking Change @@ -12,50 +13,50 @@ ## [v0.4.0](https://github.com/rust-sailfish/sailfish/compare/v0.3.4...v0.4.0) (2022-03-10) -## Fix +### Fix * Fix some issues pointing to the wrong documentation links -##Breaking Change +### Breaking Change * Changed format to .TOML instead of .yaml to better match what Rust uses. ## [v0.3.4](https://github.com/rust-sailfish/sailfish/compare/v0.3.3...v0.3.4) (2021-02-13) -## Fix +### Fix * Update some dependencies ## [v0.3.3](https://github.com/rust-sailfish/sailfish/compare/v0.3.2...v0.3.3) (2021-04-06) -## Fix +### Fix * Improve error message for missing semicolon in code blocks ## [v0.3.2](https://github.com/rust-sailfish/sailfish/compare/v0.3.1...v0.3.2) (2021-03-29) -## Fix +### Fix * Avoid sable/nightly mismatch error caused by proc-macro2 crate ## [v0.3.1](https://github.com/rust-sailfish/sailfish/compare/v0.3.0...v0.3.1) (2021-01-23) -## New Features +### New Features * Allow unsized types for filters -## Fix +### Fix * Workaround for incorrect cargo fingerprints ## [v0.3.0](https://github.com/rust-sailfish/sailfish/compare/v0.2.2...v0.3.0) (2020-12-20) -## Breaking changes +### Breaking changes * No longer requires `extern crate sailfish_macros` (which raise compilation warnings with v0.3.0) * Remove `TemplaceOnce::render_to_string` method (already deprecated in v0.2.1) @@ -63,12 +64,12 @@ * Change `RenderError` into enum * Update error format in `sailfish-compiler` -## New features +### New features * New filters: `json`, `truncate` * Impl `Send`/`Sync` for `Buffer` -## Fix +### Fix * Fix rendering issue on continue/break statements * Do not panic when buffer size decreased @@ -78,14 +79,14 @@ ## [v0.2.3](https://github.com/rust-sailfish/sailfish/compare/v0.2.2...v0.2.3) (2020-11-29) -## Fix +### Fix * Use `std::result::Result` in derive macro to allow custom Result types (#34) ## [v0.2.2](https://github.com/rust-sailfish/sailfish/compare/v0.2.1...v0.2.2) (2020-11-11) -## Fix +### Fix * Update proc-macro2 version (#32)