diff --git a/CHANGELOG.md b/CHANGELOG.md index 782288c..5b095d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/vhyrro/toml-edit.lua/compare/v0.3.6...v0.4.0) (2024-06-27) + + +### Features + +* add `parse_spanned` function ([#32](https://github.com/vhyrro/toml-edit.lua/issues/32)) ([632a479](https://github.com/vhyrro/toml-edit.lua/commit/632a47966e810ced1e752606df3883f90ec7d19e)) + + +### Bug Fixes + +* fix Darwin compilation ([086f847](https://github.com/vhyrro/toml-edit.lua/commit/086f847f63811954038748dd9a981eae057a9062)) + ## [0.3.6](https://github.com/vhyrro/toml-edit.lua/compare/v0.3.5...v0.3.6) (2024-04-07) diff --git a/Cargo.lock b/Cargo.lock index b9ea087..6acaa77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -224,7 +224,7 @@ dependencies = [ [[package]] name = "toml-edit-lua" -version = "0.3.6" +version = "0.4.0" dependencies = [ "mlua", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0b378f8..e0430ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toml-edit-lua" -version = "0.3.6" +version = "0.4.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html