From 84a5ea345f603c8d00e92a7c416001845468f27c Mon Sep 17 00:00:00 2001 From: Birdee <85372418+BirdeeHub@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:50:53 -0800 Subject: [PATCH] chore(master): release 1.0.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4907f1..7d8f9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/BirdeeHub/tomlua/compare/v1.0.1...v1.0.2) (2025-11-04) + + +### Bug Fixes + +* **deprecated_pkgs.system:** nixpkgs is deprecating pkgs.system ([4ac85dd](https://github.com/BirdeeHub/tomlua/commit/4ac85dd56a96d9c5e3a748781c7b2ac5e6b47145)) + ## [1.0.1](https://github.com/BirdeeHub/tomlua/compare/v1.0.0...v1.0.1) (2025-10-14)