From a7232acd698c69978f0e02f332822f89dd2a6958 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:10:53 +0000 Subject: [PATCH] chore: release 0.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ dmarcguard/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..40ff6fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a734ce9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.0.2](https://github.com/dmarcguardhq/dmarcguard-sdk-python/compare/v0.0.1...v0.0.2) (2026-04-20) + + +### Features + +* **ci:** add release-please + OIDC PyPI publishing boilerplate ([#2](https://github.com/dmarcguardhq/dmarcguard-sdk-python/issues/2)) ([3db18fc](https://github.com/dmarcguardhq/dmarcguard-sdk-python/commit/3db18fc39b7234f863c3cc46633cc06ce532ac43)) +* **CI:** publish to pypi ([d7681e0](https://github.com/dmarcguardhq/dmarcguard-sdk-python/commit/d7681e0f362021b6e6b8eeeaf583a1e08f290da5)) + + +### Miscellaneous Chores + +* remove draft from release-please-config.json ([513d1a4](https://github.com/dmarcguardhq/dmarcguard-sdk-python/commit/513d1a431fa71044ba416635ee95f76ef88f581e)) diff --git a/dmarcguard/__init__.py b/dmarcguard/__init__.py index 886de67..545f4af 100644 --- a/dmarcguard/__init__.py +++ b/dmarcguard/__init__.py @@ -1,3 +1,3 @@ """Official Python SDK for DMARCguard.""" -__version__ = "0.0.1" # x-release-please-version +__version__ = "0.0.2" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 08a91a6..17322af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "dmarcguard" -version = "0.0.1" +version = "0.0.2" description = "Official Python SDK for DMARCguard — DMARC, SPF, and DKIM monitoring for email deliverability and anti-spoofing." readme = "README.md" license = "Apache-2.0"