Skip to content

Commit 9d0f129

Browse files
committed
chore(main): release 0.4.0
1 parent 632a479 commit 9d0f129

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/vhyrro/toml-edit.lua/compare/v0.3.6...v0.4.0) (2024-06-27)
4+
5+
6+
### Features
7+
8+
* add `parse_spanned` function ([#32](https://github.com/vhyrro/toml-edit.lua/issues/32)) ([632a479](https://github.com/vhyrro/toml-edit.lua/commit/632a47966e810ced1e752606df3883f90ec7d19e))
9+
10+
11+
### Bug Fixes
12+
13+
* fix Darwin compilation ([086f847](https://github.com/vhyrro/toml-edit.lua/commit/086f847f63811954038748dd9a981eae057a9062))
14+
315
## [0.3.6](https://github.com/vhyrro/toml-edit.lua/compare/v0.3.5...v0.3.6) (2024-04-07)
416

517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toml-edit-lua"
3-
version = "0.3.6"
3+
version = "0.4.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)