From f6f0a0385d62212dbc91359e51105b78c303f5b4 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Wed, 29 Mar 2023 14:44:03 -0500 Subject: [PATCH] release: 0.5.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ macros/Cargo.toml | 2 +- typed-html/Cargo.toml | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f86fc4b..bc3a671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 0.5.0 - 2023-03-29 + +### 🛠️ Fixes + +- **✨ Fix broken links and naming issues from fork transition- [adrianheine], [pr29]** + + This PR helps clean up a variety of references and links that weren't caught + when the project transitioned from a fork of the `typed-html` crate. + +### 🌿 Maintenance + +- **✨ Dependency gardening - [ashleygwilliams], [pr32]/[pr33]** + + General dependency maintenance with two notable actions: + + - replace `ansi_term` with `console` to match the rest of the axo toolchain + - update `lalrpop` to 0.19.9 (latest release) to address warning + +[adrianheine]: https://github.com/adrianheine +[pr29]: https://github.com/axodotdev/axohtml/pull/29 +[pr32]: https://github.com/axodotdev/axohtml/pull/32 +[pr33]: https://github.com/axodotdev/axohtml/pull/33 + ## 0.4.1 - 2023-01-24 ### 🛠️ Fixes diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 88a1882..62ec8a7 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axohtml-macros" -version = "0.4.1" +version = "0.5.0" edition = "2018" authors = ["Axo Developer Co ", "Bodil Stokke "] build = "build.rs" diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index 410b1f9..d3b2c3f 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axohtml" -version = "0.4.1" +version = "0.5.0" edition = "2021" authors = ["Axo Developer Co ", "Bodil Stokke "] license = "MPL-2.0+"