Skip to content

Commit b61ea94

Browse files
committed
🔖 version: v0.24.0
1 parent 945f42e commit b61ea94

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## v0.24.0
2+
3+
[v0.23.1...v0.24.0](https://github.com/Jannchie/tgit/compare/v0.23.1...v0.24.0)
4+
5+
### :sparkles: Features
6+
7+
- **version**: support release bump to remove prerelease && handle invalid version strings robustly - By [Jannchie](mailto:[email protected]) in [945f42e](https://github.com/Jannchie/tgit/commit/945f42e)
8+
- **version-detect**: add gitignore and venv directory ignore to file detection - By [Jannchie](mailto:[email protected]) in [985aaf4](https://github.com/Jannchie/tgit/commit/985aaf4)
9+
10+
### :adhesive_bandage: Fixes
11+
12+
- resolve all ruff linting errors - By [Jannchie](mailto:[email protected]) and [Claude](mailto:[email protected]) in [61808b6](https://github.com/Jannchie/tgit/commit/61808b6)
13+
14+
### :lipstick: Styles
15+
16+
- **tests**: remove extra blank lines and fix formatting - By [Jannchie](mailto:[email protected]) in [7c4947a](https://github.com/Jannchie/tgit/commit/7c4947a)
17+
- **tests**: format test code for consistency - By [Jannchie](mailto:[email protected]) in [20d2087](https://github.com/Jannchie/tgit/commit/20d2087)
18+
19+
### :memo: Documentation
20+
21+
- **readme**: add codecov badge - By [Jannchie](mailto:[email protected]) in [5e4c4ef](https://github.com/Jannchie/tgit/commit/5e4c4ef)
22+
- **readme**: update codetime badge url - By [Jannchie](mailto:[email protected]) in [7d27200](https://github.com/Jannchie/tgit/commit/7d27200)
23+
- **readme**: update usage and module details - By [Jannchie](mailto:[email protected]) in [1381044](https://github.com/Jannchie/tgit/commit/1381044)
24+
25+
### :wrench: Chores
26+
27+
- **ci**: add github actions ci workflow - By [Jannchie](mailto:[email protected]) in [3d545a0](https://github.com/Jannchie/tgit/commit/3d545a0)
28+
129
## v0.23.1
230

331
[v0.23.0...v0.23.1](https://github.com/Jannchie/tgit/compare/v0.23.0...v0.23.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.23.1"
3+
version = "0.24.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)