This commit is contained in:
Ashley Williams 2023-01-24 18:22:10 -06:00
parent 639604a8c2
commit 67e74aabcb
3 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,17 @@
# Changelog # Changelog
## 0.4.1 - 2023-01-24
### 🛠️ Fixes
- **✨ Fix capitalization for Permissions-Policy meta tag- [ashleygwilliams], [pr26]**
This PR updates the capitalization of the Permissions Policy header from
`Permissions-policy` to `Permissions-Policy`.
[pr26]: https://github.com/axodotdev/axohtml/pull/26
[ashleygwilliams]: https://github.com/ashleygwilliams
## 0.4.0 - 2023-01-24 ## 0.4.0 - 2023-01-24
### 🎁 Features ### 🎁 Features

View File

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

View File

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