From 7c974207db58424b130604756e68ea8f41a7d664 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Thu, 6 Nov 2025 20:31:18 +0400 Subject: [PATCH] chore(1.x): release 1.0.2 --- CHANGELOG.md | 8 ++++++++ resources/version.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c85cf2..87a266d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.0.2 (2025-11-06) + +## What's Changed +* Handle nested tables in TOML encoder by @roxblnfk in https://github.com/php-internal/toml/pull/2 + + +**Full Changelog**: https://github.com/php-internal/toml/compare/1.0.1...1.0.2 + ## 1.0.1 (2025-10-23) **Full Changelog**: https://github.com/php-internal/toml/compare/1.0.0...1.0.1 diff --git a/resources/version.json b/resources/version.json index f215a3d..cd06350 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" }