Skip to content

Commit 3c1a18d

Browse files
author
semantic-release
committed
0.1.4
New Version Release
1 parent ebfd9e0 commit 3c1a18d

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.1.4 (2024-06-20)
9+
10+
### Chore
11+
12+
* chore: update dependencies (#3)
13+
14+
Merge ([`99d0f2e`](https://github.com/Nicconike/Steam-Stats/commit/99d0f2ed378f052dc66b882fcd5cb40ea5ffc91e))
15+
16+
17+
### Ci
18+
19+
* ci: Update workflow to upload reports correctly ([`721ec76`](https://github.com/Nicconike/Steam-Stats/commit/721ec76b8e0345816fc9fd2ee7ab445ee98cbb59))
20+
21+
* ci: Update workflows ([`b648032`](https://github.com/Nicconike/Steam-Stats/commit/b648032537ea8b667054a3d65ee5e4a2149cc46c))
22+
23+
24+
### Documentation
25+
26+
* docs: Add issue templates ([`cffa8f9`](https://github.com/Nicconike/Steam-Stats/commit/cffa8f9e6b02afab0593c3aa86bf7c79e47d56e0))
27+
28+
29+
### Fix
30+
31+
* fix: update main python script to remvoe setup ([`ebfd9e0`](https://github.com/Nicconike/Steam-Stats/commit/ebfd9e01ac097efba2f507f8948084888da51a91))
32+
33+
34+
### Unknown
35+
36+
* Create FUNDING.yml
37+
38+
Signed-off-by: Nicco <38905025+Nicconike@users.noreply.github.com> ([`274096d`](https://github.com/Nicconike/Steam-Stats/commit/274096da2e090a9b8eedeb49e609296a458410df))
39+
40+
841
## v0.1.3 (2024-06-19)
942

1043
### Ci

api/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
WORKSHOP_STATS = os.getenv("INPUT_WORKSHOP_STATS", "false").lower() == "true"
1919

2020
# Version Identifier for Changelog
21-
__version__ = "0.1.3"
21+
__version__ = "0.1.4"
2222

2323

2424
def update_readme(markdown_data, start_marker, end_marker, readme_path="README.md"):

0 commit comments

Comments
 (0)