From d59f48fd6578c43440dc96caf08aa3344bef2e4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 00:29:40 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b437229..eb4326a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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-02-17) + + +### Bug Fixes + +* tests ([d6b3759](https://github.com/apinator-io/sdk-python/commit/d6b3759290799ce8c072bf48a8673cf621ba78c9)) + ## [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"