Skip to content

Commit be43751

Browse files
authored
chore(main): release 0.7.0 (#50)
1 parent 2791043 commit be43751

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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.7.0](https://github.com/lumen-oss/toml-edit.lua/compare/v0.6.1...v0.7.0) (2026-02-05)
4+
5+
6+
### Features
7+
8+
* support Lua 5.5 ([#49](https://github.com/lumen-oss/toml-edit.lua/issues/49)) ([5bc3227](https://github.com/lumen-oss/toml-edit.lua/commit/5bc3227b47be597ddc76a0fd1216f81d1a04b6b4))
9+
310
## [0.6.1](https://github.com/nvim-neorocks/toml-edit.lua/compare/v0.6.0...v0.6.1) (2024-11-09)
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.6.1"
3+
version = "0.7.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)