Skip to content

Commit de66b17

Browse files
authored
Merge pull request #6 from SongshGeo/release-please--branches--master--components--${project_name}
chore(master): release 1.2.0
2 parents 95b7fa5 + d13f679 commit de66b17

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.2.0](https://github.com/SongshGeo/Python-Project-Template/compare/v1.1.0...v1.2.0) (2025-02-14)
6+
7+
8+
### Features
9+
10+
* :sparkles: include a github sponsor workflow ([fe69410](https://github.com/SongshGeo/Python-Project-Template/commit/fe694102b43883baf14a108f4703ea60094fc73c))
11+
* :sparkles: 自动 setup 新项目 ([e350678](https://github.com/SongshGeo/Python-Project-Template/commit/e350678576c5de4743dcf98ecf43e7092fc2aa08))
12+
13+
14+
### Bug Fixes
15+
16+
* :bug: Fix release please to update python package version ([04c6248](https://github.com/SongshGeo/Python-Project-Template/commit/04c624831786ba9a733e3a85b5fc9b198d7e2a1c))
17+
518
## [1.1.0](https://github.com/SongshGeo/Python-Project-Template/compare/v1.0.1...v1.1.0) (2024-12-07)
619

720

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "songshgeo"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Template"
55
authors = ["SongshGeo <songshgeo@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)