Merge pull request #35 from axodotdev/0.5.0

release: 0.5.0
This commit is contained in:
ashley williams 2023-03-30 08:52:49 -05:00 committed by GitHub
commit d2c0379311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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+"