From ca5661f3389c30a1f936d5a9c4a57f4542595473 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 23 Feb 2026 21:20:28 +0100 Subject: [PATCH] chore(main): release 1.10.3 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 82fe2ed..c5c3cd9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.2" + ".": "1.10.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b4fd8c..6d0bc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.10.3](https://github.com/markbeep/vvzapi/compare/v1.10.2...v1.10.3) (2026-02-23) + + +### Bug Fixes + +* **search:** fix browser history not working with fixi ([af91496](https://github.com/markbeep/vvzapi/commit/af914960330dbf0083f258850ec1c825ea4e5791)) +* **search:** fix html not being correctly escaped for query on results ([c48f033](https://github.com/markbeep/vvzapi/commit/c48f0338b79659b0d7a10a856c4c9221dff6e30e)) + + +### Miscellaneous Chores + +* **search:** add contact email and notice about not being affiliated with eth ([d3660ea](https://github.com/markbeep/vvzapi/commit/d3660eaf6cfc910d19a640b160dd90c0cd4c7ed7)) + ## [1.10.2](https://github.com/markbeep/vvzapi/compare/v1.10.1...v1.10.2) (2026-02-21) diff --git a/pyproject.toml b/pyproject.toml index 3420876..60b4cb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vvzapi" -version = "1.10.2" +version = "1.10.3" description = "Add your description here" readme = "README.md" requires-python = ">=3.14"