Skip to content

Commit 8a84312

Browse files
authored
Merge pull request #12 from SongshGeo/release-please--branches--master--components--${project_name}
chore(master): release 1.4.0
2 parents c0fc422 + 26ee995 commit 8a84312

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.4.0](https://github.com/SongshGeo/Python-Project-Template/compare/v1.3.1...v1.4.0) (2025-12-28)
6+
7+
8+
### Features
9+
10+
* **cursor:** :sparkles: Add cursorignore file, keep file for plans, and define AI assistant coding rules in cursorrules.mdc ([50ff4f9](https://github.com/SongshGeo/Python-Project-Template/commit/50ff4f995b82f446633f6eba84188ea155eac37b))
11+
* **makefile:** :sparkles: Add support for optional dependency groups in setup process ([cd872c6](https://github.com/SongshGeo/Python-Project-Template/commit/cd872c65d44bf104cc128f8bcd22f1926e81c35b))
12+
13+
14+
### Documentation
15+
16+
* **cache:** :memo: Add initial documentation files for architecture, progress, and project design ([8910233](https://github.com/SongshGeo/Python-Project-Template/commit/89102334074c7b2fe609dc28f67673d0786df1f3))
17+
518
## [1.3.1](https://github.com/SongshGeo/Python-Project-Template/compare/v1.3.0...v1.3.1) (2025-12-28)
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.3.1"
3+
version = "1.4.0"
44
description = "Template"
55
authors = [
66
{name = "SongshGeo", email = "songshgeo@gmail.com"}

0 commit comments

Comments
 (0)