From acfec790420c8cc91b8f82fdd3ab8d72e182d73c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:52:42 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b437229..1964639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## 0.1.0 (2026-08-11) + + +### Bug Fixes + +* tests ([d6b3759](https://github.com/apinator-io/sdk-python/commit/d6b3759290799ce8c072bf48a8673cf621ba78c9)) + + +### Documentation + +* update texts ([8a922e1](https://github.com/apinator-io/sdk-python/commit/8a922e10b8bccd6a4883595adefcb8e7757e4239)) + ## [1.0.0](https://github.com/apinator-io/sdk-python/releases/tag/v1.0.0) (2026-02-17) ### Added diff --git a/pyproject.toml b/pyproject.toml index d9fb2c7..5a6c25e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "apinator-server" -version = "1.0.0" +version = "0.1.0" description = "Python server SDK for Apinator" readme = "README.md" requires-python = ">=3.10"