From fd06a8e7aeb37b237d1aa9b4b36144080ed13fb8 Mon Sep 17 00:00:00 2001 From: Tektronix Bot Date: Tue, 27 Aug 2024 18:54:57 +0000 Subject: [PATCH] 1.0.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14cf9c52..554588f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ Valid subsections within a version are: Things to be included in the next release go here. +--- + +## v1.0.0 (2024-08-27) + ### Added - Added a reusable workflow to check the Python API for breaking changes: [`check-api-for-breaking-changes.yml`](./workflows/check-api-for-breaking-changes.md) diff --git a/pyproject.toml b/pyproject.toml index a411c445..c6aa04cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ wrap-summaries = 0 [tool.poetry] package-mode = false -version = "0.0.1" +version = "1.0.0" [tool.poetry.dependencies] python = "~3.12"