From 86dfac216b78fce738e3f823dfdf61931de2659a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:36:12 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1a8eb94 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2026-07-09) + + +### Features + +* add aiken output parser for benchmark runner ([9c696bc](https://github.com/UVerify-io/uverify-scripts/commit/9c696bc67629398554dc60e40b99a1808f6bc72f)) +* add baseline comparison and summary rendering ([ba8b9f4](https://github.com/UVerify-io/uverify-scripts/commit/ba8b9f481a468efdedeb87e36b4dd4b291b7c572)) +* add benchmark runner with baseline regression check ([635de7d](https://github.com/UVerify-io/uverify-scripts/commit/635de7d6a8ec3af5d873673df8082b2d24ef26da)) +* add fee estimator and batch ceiling computation ([87773e9](https://github.com/UVerify-io/uverify-scripts/commit/87773e9ca2353cb23b350730432f6120b6af5551)) +* add shared benchmark scenario builder ([c34665a](https://github.com/UVerify-io/uverify-scripts/commit/c34665a7bb4a8e6057e431b7d59f0f5a12b5972f)) +* add tokenizable and fractionizable certificates ([c49d6f0](https://github.com/UVerify-io/uverify-scripts/commit/c49d6f05192853aa63a9e70cc8fd4bfc19895665)) +* add v1 state validator benchmark scenarios ([8a4a81e](https://github.com/UVerify-io/uverify-scripts/commit/8a4a81e1686a64abec6af9ed679f429fca3c0efc)) +* use proxy pattern for uverify state logic ([ad9f231](https://github.com/UVerify-io/uverify-scripts/commit/ad9f2316bbbdeac4ecaa84dcccfeef9b01c39ff0)) + + +### Bug Fixes + +* repair minor issue with datum fields for tokenizable certificates ([7ff00a7](https://github.com/UVerify-io/uverify-scripts/commit/7ff00a70821b0771d4d731ae1f29caf331d9da0c))