From e330863024b0e638028c923e34580ea45c53a5b4 Mon Sep 17 00:00:00 2001 From: Aleksei Gagarin Date: Thu, 23 Oct 2025 16:21:40 +0400 Subject: [PATCH] chore(1.x): release 1.0.1 --- CHANGELOG.md | 5 +++++ resources/version.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4c85cf2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 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 1772e6f..f215a3d 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" }