Skip to content

Commit 878d1ca

Browse files
author
semantic-release
committed
chore(release): Version Release v1.3.2
1 parent 250695a commit 878d1ca

File tree

7 files changed

+96
-1066
lines changed

7 files changed

+96
-1066
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1064 deletions
Large diffs are not rendered by default.

api/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434

3535
# Version Identifier for Changelog
36-
__version__ = "1.3.1"
36+
__version__ = "1.3.2"
3737

3838

3939
def update_readme(repo, markdown_data, start_marker, end_marker):

changelog_init.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

changelog_update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
##

components/changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Steam-Stats"
7-
version = "1.3.1"
7+
version = "1.3.2"
88
authors = [{ name = "Nicco", email = "github.giving328@passmail.com" }]
99
description = "A python project to get the stats of your Steam account and display them in your GitHub profile."
1010
requires-python = ">= 3.8"

release_notes.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
## 1.3.2 - Unknown Date
2+
3+
4+
5+
---
6+
## 1.3.1 - Unknown Date
7+
8+
9+
10+
---
11+
## 1.3.0 - Unknown Date
12+
13+
14+
15+
---
16+
## 1.2.1 - Unknown Date
17+
18+
19+
20+
---
21+
## 1.2.0 - Unknown Date
22+
23+
24+
25+
---
26+
## 1.1.1 - Unknown Date
27+
28+
29+
30+
---
31+
## 1.1.0 - Unknown Date
32+
33+
34+
35+
---
36+
## 1.0.2 - Unknown Date
37+
38+
39+
40+
---
41+
## 1.0.1 - Unknown Date
42+
43+
44+
45+
---
46+
## 1.0.0 - Unknown Date
47+
48+
49+
50+
---
51+
## 0.1.5 - Unknown Date
52+
53+
54+
55+
---
56+
## 0.1.4 - Unknown Date
57+
58+
59+
60+
---
61+
## 0.1.3 - Unknown Date
62+
63+
64+
65+
---
66+
## 0.1.2 - Unknown Date
67+
68+
69+
70+
---
71+
## 0.1.1 - Unknown Date
72+
73+
74+
75+
---
76+
## 0.1.0 - Unknown Date
77+
78+
79+
80+
---
81+
## 0.0.1 - Unknown Date
82+
83+
84+
85+
---

0 commit comments

Comments
 (0)