diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 224c41e..aa71028 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-b1" + ".": "0.1.0-b2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9582ebe..0bf9830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.1.0-b2](https://github.com/Polymarket/py-sdk/compare/polymarket-client-v0.1.0-b1...polymarket-client-v0.1.0-b2) (2026-05-25) + + +### Bug Fixes + +* hide credential validation test switch ([87af5eb](https://github.com/Polymarket/py-sdk/commit/87af5eb7dfc11b07b0abbf20d97d81a0e5e8fb2d)) +* hide credential validation test switch ([3cd361a](https://github.com/Polymarket/py-sdk/commit/3cd361a47bb36e4c8415cc2552941fc25a155ede)) +* update idna lockfile dependency ([60a1139](https://github.com/Polymarket/py-sdk/commit/60a11392da9950c0a6f02dd4dab6b34512c4ccdb)) +* update idna lockfile dependency ([24ca1db](https://github.com/Polymarket/py-sdk/commit/24ca1db9d6654bec32ab03266dcf2a430a8221f9)) + + +### Documentation + +* add beta status badge ([1b5baf7](https://github.com/Polymarket/py-sdk/commit/1b5baf71484df9325a9184cce4ef6b7114b77908)) +* add beta status badge ([8b4f99b](https://github.com/Polymarket/py-sdk/commit/8b4f99bc297b70bcee3196bc9ee860b7a732c3a5)) +* complete public client docstrings ([9b1b28c](https://github.com/Polymarket/py-sdk/commit/9b1b28c0da10963cce987711379840189ff2cd47)) +* improve Python SDK public docstrings ([70304f5](https://github.com/Polymarket/py-sdk/commit/70304f56aa7c105147bb4606652c1fa238ea2d3d)) +* improve Python SDK public docstrings ([d9d51d1](https://github.com/Polymarket/py-sdk/commit/d9d51d1a1dc32cbb6e2eabb78e5d51f99b464413)) +* polish public beta guidance ([f5185a9](https://github.com/Polymarket/py-sdk/commit/f5185a9bea7ce9de71b224093329d980d11130f8)) +* polish repo for public beta ([c65142e](https://github.com/Polymarket/py-sdk/commit/c65142e9fb36b5d349d39e41890f0554349c6662)) +* refresh SDK direction wording ([59c361d](https://github.com/Polymarket/py-sdk/commit/59c361d2fb2d102c87b52633f3ad6c2de013310c)) + +## Changelog + All notable changes to this project will be documented in this file. This project uses Conventional Commits and release-please for release automation. diff --git a/pyproject.toml b/pyproject.toml index 4cf4ae1..399abe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "polymarket-client" -version = "0.1.0b1" +version = "0.1.0b2" description = "Official Python client for Polymarket" readme = "README.md" requires-python = ">=3.11" diff --git a/src/polymarket/version.py b/src/polymarket/version.py index 52cc5b1..197e9b4 100644 --- a/src/polymarket/version.py +++ b/src/polymarket/version.py @@ -5,4 +5,4 @@ try: __version__ = version("polymarket-client") except PackageNotFoundError: - __version__ = "0.0.0" + __version__ = "0.1.0b2" diff --git a/uv.lock b/uv.lock index 71a0372..ac2de59 100644 --- a/uv.lock +++ b/uv.lock @@ -664,7 +664,7 @@ wheels = [ [[package]] name = "polymarket-client" -version = "0.1.0b1" +version = "0.1.0b2" source = { editable = "." } dependencies = [ { name = "eth-abi" },