From adcc18c7bbcc8516d41a14eb17ce029e4186e74c Mon Sep 17 00:00:00 2001 From: fasteiner <75947402+fasteiner@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:28:11 +0000 Subject: [PATCH 1/6] Update pyproject.toml for release 0.4.0-preview.213 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e893a8c..55a27ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xurrent" -version = "0.4.0-preview.208" +version = "0.4.0-preview.213" authors = [ { name="Fabian Steiner", email="fabian@stei-ner.net" }, ] @@ -18,7 +18,7 @@ Homepage = "https://github.com/fasteiner/xurrent-python" Issues = "https://github.com/fasteiner/xurrent-python/issues" [tool.poetry] name = "xurrent" -version = "0.4.0-preview.208" +version = "0.4.0-preview.213" description = "A python module to interact with the Xurrent API." authors = ["Ing. Fabian Franz Steiner BSc. "] readme = "README.md" From c74711f38f500e3df8634e9a241e3b735a10a5b4 Mon Sep 17 00:00:00 2001 From: "Ing. Fabian Franz Steiner BSc." Date: Mon, 24 Feb 2025 14:30:30 +0100 Subject: [PATCH 2/6] Remove Personal Access Token usage from release workflow for security improvements --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dee794..cbfe5cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,6 @@ jobs: if: github.ref == 'refs/heads/main' uses: stefanzweifel/git-auto-commit-action@v5 with: - token: ${{ secrets.GH_ACTIONS_PAT }} # Use the PAT for authentication commit_message: "Update CHANGELOG for release ${{ steps.gitversion.outputs.semVer }}" file_pattern: "CHANGELOG.md" @@ -105,7 +104,6 @@ jobs: - name: Commit Updated pyproject.toml uses: stefanzweifel/git-auto-commit-action@v5 with: - token: ${{ secrets.GH_ACTIONS_PAT }} # Use the PAT for authentication commit_message: "Update pyproject.toml for release ${{ steps.gitversion.outputs.semVer }}" file_pattern: "pyproject.toml" From 53f6daf31b1da49270bacf42fa4df7900729dda8 Mon Sep 17 00:00:00 2001 From: fasteiner <75947402+fasteiner@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:31:04 +0000 Subject: [PATCH 3/6] Update pyproject.toml for release 0.4.0-preview.216 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 55a27ee..f753d13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xurrent" -version = "0.4.0-preview.213" +version = "0.4.0-preview.216" authors = [ { name="Fabian Steiner", email="fabian@stei-ner.net" }, ] @@ -18,7 +18,7 @@ Homepage = "https://github.com/fasteiner/xurrent-python" Issues = "https://github.com/fasteiner/xurrent-python/issues" [tool.poetry] name = "xurrent" -version = "0.4.0-preview.213" +version = "0.4.0-preview.216" description = "A python module to interact with the Xurrent API." authors = ["Ing. Fabian Franz Steiner BSc. "] readme = "README.md" From b7d96c1696f3fa2fb860b568a567ee974836d6c3 Mon Sep 17 00:00:00 2001 From: "Ing. Fabian Franz Steiner BSc." Date: Mon, 24 Feb 2025 14:38:26 +0100 Subject: [PATCH 4/6] Update CHANGELOG and README with corrected links --- CHANGELOG.md | 10 ++++++++-- README.md | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 721f220..c92c4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.0.2] - 2025-02-24 +## [Unreleased] + +### Changed + +- Corrected ReadMe links + +## [0.4.0] - 2025-02-24 ### Added diff --git a/README.md b/README.md index b68b2d0..f687873 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This module is used to interact with the Xurrent API. It provides a set of class ## Change Log -[ChangeLog.md](https://github.com/fasteiner/xurrent-python/blob/main/ChangeLog.md) +[ChangeLog.md](https://github.com/fasteiner/xurrent-python/blob/main/CHANGELOG.md) ## Contributing From 1eccd381e220dbfee25ab25b57c73a60b098ed78 Mon Sep 17 00:00:00 2001 From: "Ing. Fabian Franz Steiner BSc." Date: Mon, 24 Feb 2025 14:45:42 +0100 Subject: [PATCH 5/6] Fix versioning in pyproject.toml to 0.4.0-preview.216 --- pyproject.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 59e5d7a..f753d13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,6 @@ [project] name = "xurrent" -<<<<<<< HEAD -version = "0.4.0" -======= version = "0.4.0-preview.216" ->>>>>>> 53f6daf31b1da49270bacf42fa4df7900729dda8 authors = [ { name="Fabian Steiner", email="fabian@stei-ner.net" }, ] @@ -22,11 +18,7 @@ Homepage = "https://github.com/fasteiner/xurrent-python" Issues = "https://github.com/fasteiner/xurrent-python/issues" [tool.poetry] name = "xurrent" -<<<<<<< HEAD -version = "0.4.0" -======= version = "0.4.0-preview.216" ->>>>>>> 53f6daf31b1da49270bacf42fa4df7900729dda8 description = "A python module to interact with the Xurrent API." authors = ["Ing. Fabian Franz Steiner BSc. "] readme = "README.md" From 97cbc9b618d2cd4f0b1b3e777f858ab9e5169f39 Mon Sep 17 00:00:00 2001 From: fasteiner <75947402+fasteiner@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:46:08 +0000 Subject: [PATCH 6/6] Update pyproject.toml for release 0.5.0-preview.8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f753d13..07814b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xurrent" -version = "0.4.0-preview.216" +version = "0.5.0-preview.8" authors = [ { name="Fabian Steiner", email="fabian@stei-ner.net" }, ] @@ -18,7 +18,7 @@ Homepage = "https://github.com/fasteiner/xurrent-python" Issues = "https://github.com/fasteiner/xurrent-python/issues" [tool.poetry] name = "xurrent" -version = "0.4.0-preview.216" +version = "0.5.0-preview.8" description = "A python module to interact with the Xurrent API." authors = ["Ing. Fabian Franz Steiner BSc. "] readme = "README.md"