Skip to content

Commit 0535279

Browse files
committed
🔖 version: v0.16.0
1 parent 6ac7903 commit 0535279

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
## v0.16.0
2+
3+
[v0.15.1...v0.16.0](https://github.com/Jannchie/tgit/compare/v0.15.1...v0.16.0)
4+
5+
### :sparkles: Features
6+
7+
- **version-changelog**: add interactive changelog generation on version bump - By [Jianqi Pan](mailto:[email protected]) in [2c6c3b3](https://github.com/Jannchie/tgit/commit/2c6c3b3)
8+
9+
### :adhesive_bandage: Fixes
10+
11+
- **changelog**: report no changes when changelog empty - By [Jianqi Pan](mailto:[email protected]) in [02d94ff](https://github.com/Jannchie/tgit/commit/02d94ff)
12+
13+
### :art: Refactors
14+
15+
- **changelog**: simplify current tag handling in changelog - By [Jianqi Pan](mailto:[email protected]) in [6ac7903](https://github.com/Jannchie/tgit/commit/6ac7903)
16+
17+
## v0.15.1
18+
19+
[v0.15.0...v0.15.1](https://github.com/Jannchie/tgit/compare/v0.15.0...v0.15.1)
20+
21+
### :wrench: Chores
22+
23+
- **deps**: update lock file - By [Jianqi Pan](mailto:[email protected]) in [4ab3b1e](https://github.com/Jannchie/tgit/commit/4ab3b1e)
24+
25+
## v0.15.0
26+
27+
[v0.14.2...v0.15.0](https://github.com/Jannchie/tgit/compare/v0.14.2...v0.15.0)
28+
29+
### :sparkles: Features
30+
31+
- **prompts**: revise commit message instructions for clarity - By [Jianqi Pan](mailto:[email protected]) in [b58f9ec](https://github.com/Jannchie/tgit/commit/b58f9ec)
32+
33+
## v0.14.2
34+
35+
[v0.14.1...v0.14.2](https://github.com/Jannchie/tgit/compare/v0.14.1...v0.14.2)
36+
37+
### :adhesive_bandage: Fixes
38+
39+
- **version**: fix bump logic for v0 breaking changes to minor - By [Jianqi Pan](mailto:[email protected]) in [0f14045](https://github.com/Jannchie/tgit/commit/0f14045)
40+
41+
### :art: Refactors
42+
43+
- **changelog**: extract changelog segment, write helpers && simplify handle logic - By [Jianqi Pan](mailto:[email protected]) in [ebc1e17](https://github.com/Jannchie/tgit/commit/ebc1e17)
44+
45+
### :lipstick: Styles
46+
47+
- **changelog**: add extra newline before old changelog content && remove noqa for rich print import - By [Jianqi Pan](mailto:[email protected]) in [ca93aaf](https://github.com/Jannchie/tgit/commit/ca93aaf)
48+
49+
### :memo: Documentation
50+
51+
- **changelog**: update changelog for v0.14.0 and v0.14.1 - By [Jianqi Pan](mailto:[email protected]) in [3d26e26](https://github.com/Jannchie/tgit/commit/3d26e26)
52+
153
## v0.14.1
254

355
[v0.14.0...v0.14.1](https://github.com/Jannchie/tgit/compare/v0.14.0...v0.14.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tgit"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
description = "Tool for Git Interaction Temptation (tgit): An elegant CLI tool that simplifies and streamlines your Git workflow, making version control a breeze."
55
authors = [{ name = "Jannchie", email = "[email protected]" }]
66
dependencies = [

0 commit comments

Comments
 (0)