Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md for 0.7.0 release #126

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## [Unreleased]
<a name="v0.7.0"></a>
## [v0.7.0](https://github.com/rust-sailfish/sailfish/compare/v0.6.1...v0.7.0) (2023-06-22)

### Breaking Change

Expand All @@ -12,63 +13,63 @@
<a name="v0.4.0"></a>
## [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.

<a name="v0.3.4"></a>
## [v0.3.4](https://github.com/rust-sailfish/sailfish/compare/v0.3.3...v0.3.4) (2021-02-13)

## Fix
### Fix

* Update some dependencies

<a name="v0.3.3"></a>
## [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

<a name="v0.3.2"></a>
## [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

<a name="v0.3.1"></a>
## [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

<a name="v0.3.0"></a>
## [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)
* Forbid implementing `TemplateOnce` trait by yourself
* 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
Expand All @@ -78,14 +79,14 @@
<a name="v0.2.3"></a>
## [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)

<a name="v0.2.2"></a>
## [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)

Expand Down
Loading