release: 0.5.0

This commit is contained in:
Ashley Williams 2023-03-29 14:44:03 -05:00
parent 2b6b7cff64
commit f6f0a0385d
3 changed files with 25 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[package]
name = "axohtml-macros"
version = "0.4.1"
version = "0.5.0"
edition = "2018"
authors = ["Axo Developer Co <hello@axo.dev>", "Bodil Stokke <bodil@bodil.org>"]
build = "build.rs"

View File

@ -1,6 +1,6 @@
[package]
name = "axohtml"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
authors = ["Axo Developer Co <hello@axo.dev>", "Bodil Stokke <bodil@bodil.org>"]
license = "MPL-2.0+"