Skip to content

Commit 239512a

Browse files
committed
[main]: update changelog
1 parent 305bd38 commit 239512a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
NAME=${{ steps.check_version.outputs.pkg_name }}
7070
VER=${{ steps.check_version.outputs.pkg_ver }}
7171
echo "### ✅ Success: Published $NAME v$VER" >> $GITHUB_STEP_SUMMARY
72-
echo "View your package on TestPyPI: [https://test.pypi.org](https://test.pypi.org)" >> $GITHUB_STEP_SUMMARY
72+
echo "View your package on TestPyPI: [https://test.pypi.org](https://test.pypi.org/project/rz-sample/)" >> $GITHUB_STEP_SUMMARY

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this repository will be documented in this file.
77
- Initial release.
88
- Include boilerplate with streamlit and fast api
99

10-
## [1.1.0] Mar 08, 2026
10+
## [1.3.0] Mar 08, 2026
1111

1212
- Makefile added
1313
- Restructure folder structure

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rz-sample"
3-
version = "1.2.3"
3+
version = "1.3.0"
44
description = "A python template for fastapi and streamlit projects."
55
authors = [{ name = "sample", email = "recursivezero@outlook.com" }]
66
license = "MIT"

0 commit comments

Comments
 (0)