From 1a1f0aec9814637f9036be8a8db1c711a02c7612 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 28 Jun 2024 15:26:48 +0000 Subject: [PATCH] Version Release: v0.1.5 Co-authored-by: Nicconike <38905025+Nicconike@users.noreply.github.com> --- CHANGELOG.md | 110 +-------------------------------------------------- api/main.py | 2 +- 2 files changed, 2 insertions(+), 110 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 915e051..90c7be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,118 +5,10 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## v0.1.4 (2024-06-20) +## [] - Unreleased -### Chore -* chore: update dependencies (#3) -Merge ([`99d0f2e`](https://github.com/Nicconike/Steam-Stats/commit/99d0f2ed378f052dc66b882fcd5cb40ea5ffc91e)) -### Ci -* ci: Update workflow to upload reports correctly ([`721ec76`](https://github.com/Nicconike/Steam-Stats/commit/721ec76b8e0345816fc9fd2ee7ab445ee98cbb59)) - -* ci: Update workflows ([`b648032`](https://github.com/Nicconike/Steam-Stats/commit/b648032537ea8b667054a3d65ee5e4a2149cc46c)) - - -### Documentation - -* docs: Add issue templates ([`cffa8f9`](https://github.com/Nicconike/Steam-Stats/commit/cffa8f9e6b02afab0593c3aa86bf7c79e47d56e0)) - - -### Fix - -* fix: update main python script to remvoe setup ([`ebfd9e0`](https://github.com/Nicconike/Steam-Stats/commit/ebfd9e01ac097efba2f507f8948084888da51a91)) - - -### Unknown - -* Create FUNDING.yml - -Signed-off-by: Nicco <38905025+Nicconike@users.noreply.github.com> ([`274096d`](https://github.com/Nicconike/Steam-Stats/commit/274096da2e090a9b8eedeb49e609296a458410df)) - - -## v0.1.3 (2024-06-19) - -### Ci - -* ci: run with python3 ([`7c0829b`](https://github.com/Nicconike/Steam-Stats/commit/7c0829b0a2a78f8752e0704672b7f317999b2688)) - -* ci: Update release workflow & add templates ([`8a7e376`](https://github.com/Nicconike/Steam-Stats/commit/8a7e3765ec89b18a03112e24445bfa18c1747cb6)) - - -### Fix - -* fix(workflow): Test release ([`e8c3ddb`](https://github.com/Nicconike/Steam-Stats/commit/e8c3ddba57368f21e9c29207fcb2eb9029ef99db)) - - -## v0.1.2 (2024-06-17) - -### Build - -* build: Addressing the autobuild warning to use v3 for CodeQL ([`abc130a`](https://github.com/Nicconike/Steam-Stats/commit/abc130a2641fb29f5b3fb4ef231d059d788b7e35)) - - -### Chore - -* chore: CodeQL & Pylint Setup ([`8ddb1d6`](https://github.com/Nicconike/Steam-Stats/commit/8ddb1d6e75ff4f760192cfeab82ec314357101ee)) - - -### Fix - -* fix: Update action.yml to pull docker image ([`130bc91`](https://github.com/Nicconike/Steam-Stats/commit/130bc91bcc9fcc4d229f5d87fc2b05bc1472ce18)) - - -## v0.1.1 (2024-06-16) - -### Ci - -* ci: Trigger workflow ([`68cbea7`](https://github.com/Nicconike/Steam-Stats/commit/68cbea77858ad335336571d81d2904c414478f6f)) - -* ci: Trigger workflow ([`96348ee`](https://github.com/Nicconike/Steam-Stats/commit/96348ee1154e7c2257fbf8080794b0afb7baf4c8)) - - -### Documentation - -* docs: Update Readme ([`2a9d8f3`](https://github.com/Nicconike/Steam-Stats/commit/2a9d8f347bcab6d0b9746ecb9e4f3a0a65bcbf5b)) - - -### Performance - -* perf: Remove redundancy ([`64cbf13`](https://github.com/Nicconike/Steam-Stats/commit/64cbf13cb3af82c3b1d2e150f3e572a6964d91ff)) - - -## v0.1.0 (2024-06-14) - -### Feature - -* feat(docker): Update dockerfile & workflow ([`9e04f61`](https://github.com/Nicconike/Steam-Stats/commit/9e04f61fa42c44f92e4604cf0e8a7c7993174c51)) - -* feat(workflow): Add release action & update docker ([`baf85c6`](https://github.com/Nicconike/Steam-Stats/commit/baf85c6f89eb2f9e8cb48163b6ce9cff40a70ea5)) - - -### Fix - -* fix(workflow): Sign Commit ([`74ee9fb`](https://github.com/Nicconike/Steam-Stats/commit/74ee9fb0ca888b9c5a3be42936da3ec610596079)) - -* fix(workflow): correctly setup gpg sign - -Added codespaces support ([`8046a1b`](https://github.com/Nicconike/Steam-Stats/commit/8046a1b6ef88048101fddf9a39ff82977afc4b02)) - -* fix(workflow): update steps in workflow ([`143d3dc`](https://github.com/Nicconike/Steam-Stats/commit/143d3dcc246c498c3ef7b69008cd2cf654698bb5)) - -* fix(workflow): refactor all github workflows ([`effac0b`](https://github.com/Nicconike/Steam-Stats/commit/effac0b087ede665edf4c8fd3d308aca677e8353)) - - -## v0.0.1 (2024-06-12) - -### Ci - -* ci(workflow): update Docker CICD workflow to use semantic-release ([`4eb4ac9`](https://github.com/Nicconike/Steam-Stats/commit/4eb4ac9566e07a83d90916042423c1164d77795d)) - - -### Fix - -* fix(workflow): correct & update github workflow for automated release ([`44cc88e`](https://github.com/Nicconike/Steam-Stats/commit/44cc88ef4e80c47c0d750f4576aba3d3cdedbc25)) diff --git a/api/main.py b/api/main.py index f47a1c5..b7ff043 100644 --- a/api/main.py +++ b/api/main.py @@ -27,7 +27,7 @@ "false").lower() in ("true", "1", "t") # Version Identifier for Changelog -__version__ = "0.1.4" +__version__ = "0.1.5" def update_readme(markdown_data, start_marker, end_marker, readme_path="README.md"):