Skip to content

Commit 9ef7ab3

Browse files
authored
Merge pull request #8 from SongshGeo/release-please--branches--master--components--${project_name}
chore(master): release 1.3.0
2 parents 44841a1 + 7a10208 commit 9ef7ab3

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

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.3.0](https://github.com/SongshGeo/Python-Project-Template/compare/v1.2.0...v1.3.0) (2025-10-26)
6+
7+
8+
### Features
9+
10+
* **makefile:** :sparkles: Add multi-version testing support with tox and update README instructions ([f68f78b](https://github.com/SongshGeo/Python-Project-Template/commit/f68f78b812997062d7b8000adc78b95b3b60e7dc))
11+
* **project:** :sparkles: Enhance project setup with uv and poetry support, update README and configuration scripts ([2ac0e5a](https://github.com/SongshGeo/Python-Project-Template/commit/2ac0e5a7844bb27b359f4b2d46ce41cdb49902e5))
12+
13+
14+
### Documentation
15+
16+
* **docs:** :memo: Add comprehensive documentation including quick start guide, configuration details, and deployment instructions ([e58ef08](https://github.com/SongshGeo/Python-Project-Template/commit/e58ef08f622a5b4f9fa7a269461301f69403f27f))
17+
518
## [1.2.0](https://github.com/SongshGeo/Python-Project-Template/compare/v1.1.0...v1.2.0) (2025-02-14)
619

720

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "songshgeo"
3-
version = "1.1.0"
3+
version = "1.3.0"
44
description = "Template"
55
authors = [
66
{name = "SongshGeo", email = "songshgeo@gmail.com"}

0 commit comments

Comments
 (0)