Skip to content

Commit 29cf397

Browse files
authored
chore(main): release 0.5.0 (#39)
1 parent 78a2adb commit 29cf397

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.5.0](https://github.com/nvim-neorocks/toml-edit.lua/compare/v0.4.1...v0.5.0) (2024-10-24)
4+
5+
6+
### Features
7+
8+
* Add support for toml arrays ([#38](https://github.com/nvim-neorocks/toml-edit.lua/issues/38)) ([78a2adb](https://github.com/nvim-neorocks/toml-edit.lua/commit/78a2adb103116025fb353e2b5a628b30fda77b55))
9+
310
## [0.4.1](https://github.com/vhyrro/toml-edit.lua/compare/v0.4.0...v0.4.1) (2024-06-27)
411

512

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.4.1"
3+
version = "0.5.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)