Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.0.2"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion dmarcguard/__init__.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down