Releases: rust-sailfish/sailfish
Releases · rust-sailfish/sailfish
v0.9.0
What's Changed
- dep: update toml to 0.8.2 by @miranbastaja in #136
- Fix filename conflict by @levkk in #138
- build(deps): bump h2 from 0.3.17 to 0.3.24 in /examples by @dependabot in #142
- build(deps): bump mio from 0.8.6 to 0.8.11 in /examples by @dependabot in #144
- build(deps): bump h2 from 0.3.24 to 0.3.26 in /examples by @dependabot in #148
- Apply clippy lints for code readability by @PaulDotSH in #152
- Update MSRV to fix CI issues by @PaulDotSH in #155
- Add tree-sitter by @dianhenglau in #158
- Format Document for vscode extension by @ambiso in #159
New Contributors
- @miranbastaja made their first contribution in #136
- @levkk made their first contribution in #138
- @PaulDotSH made their first contribution in #152
- @dianhenglau made their first contribution in #158
- @ambiso made their first contribution in #159
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
Breaking Change To Permit An Option To Allow Less Dependencies
Latest Release!
What's Changed
- Latest change fixes documentation files. by @vthg2themax in #103
- build(deps): bump smallvec from 1.4.1 to 1.8.0 in /examples by @dependabot in #97
- build(deps): bump futures-task from 0.3.5 to 0.3.21 in /examples by @dependabot in #96
- build(deps): bump futures-util from 0.3.5 to 0.3.21 in /examples by @dependabot in #95
- build(deps): bump arc-swap from 0.4.7 to 0.4.8 in /examples by @dependabot in #94
- build(deps): bump thread_local from 1.0.1 to 1.1.4 in /examples by @dependabot in #106
- build(deps): bump socket2 from 0.3.12 to 0.3.19 in /examples by @dependabot in #89
- build(deps): bump actix-service from 1.0.5 to 1.0.6 in /examples by @dependabot in #90
- build(deps): bump miow from 0.2.1 to 0.2.2 in /examples by @dependabot in #92
- build(deps): bump lock_api from 0.4.1 to 0.4.6 in /examples by @dependabot in #107
- build(deps): bump net2 from 0.2.34 to 0.2.38 in /examples by @dependabot in #108
- Shorthand syntax for rendering a TemplateOnce within another template by @djarb in #104
- Update The Version In Preparation For Release by @vthg2themax in #109
- Docs: fix rfc link by @imbolc in #114
- dep: update syn to v2 by @liushuyu in #115
- build(deps): bump regex from 1.3.9 to 1.7.3 in /examples by @dependabot in #116
- Dependabot/cargo/examples/regex 1.7.3 by @vthg2themax in #117
- build(deps): bump h2 from 0.3.16 to 0.3.17 in /examples by @dependabot in #118
- Stable by @vthg2themax in #119
- Stable by @vthg2themax in #120
- Stable by @vthg2themax in #121
New Contributors
- @djarb made their first contribution in #104
- @imbolc made their first contribution in #114
- @liushuyu made their first contribution in #115
Full Changelog: v0.5.0...v0.6.1
Latest Release!
What's Changed
- Latest change fixes documentation files. by @vthg2themax in #103
- build(deps): bump smallvec from 1.4.1 to 1.8.0 in /examples by @dependabot in #97
- build(deps): bump futures-task from 0.3.5 to 0.3.21 in /examples by @dependabot in #96
- build(deps): bump futures-util from 0.3.5 to 0.3.21 in /examples by @dependabot in #95
- build(deps): bump arc-swap from 0.4.7 to 0.4.8 in /examples by @dependabot in #94
- build(deps): bump thread_local from 1.0.1 to 1.1.4 in /examples by @dependabot in #106
- build(deps): bump socket2 from 0.3.12 to 0.3.19 in /examples by @dependabot in #89
- build(deps): bump actix-service from 1.0.5 to 1.0.6 in /examples by @dependabot in #90
- build(deps): bump miow from 0.2.1 to 0.2.2 in /examples by @dependabot in #92
- build(deps): bump lock_api from 0.4.1 to 0.4.6 in /examples by @dependabot in #107
- build(deps): bump net2 from 0.2.34 to 0.2.38 in /examples by @dependabot in #108
- Shorthand syntax for rendering a TemplateOnce within another template by @djarb in #104
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- build(deps): bump mkdocs from 1.1.2 to 1.2.3 by @dependabot in #73
- docs: build and deploy to github pages by @jdrouet in #79
- docs: build and deploy to github pages by @jdrouet in #80
- Added theme toggle button and upgraded
mkdocs-material
by @ParampreetR in #81 - Change config file format from YAML to TOML by @Svenskunganka in #57
- Stable by @vthg2themax in #82
- Fix github pages deploy action by @Svenskunganka in #83
- Stable by @vthg2themax in #85
New Contributors
- @dependabot made their first contribution in #73
- @jdrouet made their first contribution in #79
- @ParampreetR made their first contribution in #81
Full Changelog: v0.3.4...v0.5.0
Version 0.3.4
Fix
- Update some dependencies
Version 0.3.3
Fix
- Improve error message for missing semicolon in code blocks
Version 0.3.2
Fix
- Avoid stable/nightly mismatch error caused by proc-macro2 crate