diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af9cec..d38d620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.3](https://github.com/vhyrro/toml-edit.lua/compare/v0.3.2...v0.3.3) (2024-04-04) + + +### Bug Fixes + +* **luarocks:** add rockspec template ([f022e57](https://github.com/vhyrro/toml-edit.lua/commit/f022e57c308876231cc8db1a812171b521ea813f)) + ## [0.3.2](https://github.com/vhyrro/toml-edit.lua/compare/v0.3.1...v0.3.2) (2024-04-04) diff --git a/Cargo.lock b/Cargo.lock index 26cc482..1ba872a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "toml-edit-lua" -version = "0.3.2" +version = "0.3.3" dependencies = [ "mlua", "serde", diff --git a/Cargo.toml b/Cargo.toml index 178565a..dcd0d2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml-edit-lua" -version = "0.3.2" +version = "0.3.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html