From 8f810204fa8953c4246e6d33e7d83c9965057e3c Mon Sep 17 00:00:00 2001 From: Birdee <85372418+BirdeeHub@users.noreply.github.com> Date: Mon, 4 May 2026 22:47:00 -0700 Subject: [PATCH] chore(master): release 1.1.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8f9a7..eaaeb11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/BirdeeHub/tomlua/compare/v1.0.2...v1.1.0) (2026-05-05) + + +### Features + +* **cli:** bin/tomlua for quick cli access ([9f3b92a](https://github.com/BirdeeHub/tomlua/commit/9f3b92a4005170690d8b74b323b40ca8329b5490)) +* **cli:** tomlua command ([0464f99](https://github.com/BirdeeHub/tomlua/commit/0464f9996ce935fd13e46b99da75d384805c70b2)) + ## [1.0.2](https://github.com/BirdeeHub/tomlua/compare/v1.0.1...v1.0.2) (2025-11-04)