Skip to content

Commit a97764c

Browse files
committed
chore: bump to v1.4.0
Adds CHANGELOG.md and updates version from 1.3.3 to 1.4.0.
1 parent 941caa9 commit a97764c

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
### Added
6+
7+
### Fixed
8+
9+
### Changed
10+
11+
## [1.4.0] - 2025-07-05
12+
13+
### Added
14+
- Standalone binaries for Linux, macOS (Intel + Apple Silicon), and Windows via PyInstaller
15+
- Tag-based release workflow: `git tag vX.Y.Z && git push origin vX.Y.Z` builds binaries, creates release, and updates Homebrew tap
16+
17+
### Fixed
18+
- SourceHut provider: fixed GraphQL endpoint and stats fetching (#78)
19+
20+
### Changed
21+
- Simplified setup.py configuration
22+
- Clarified Homebrew tap uninstall instructions
23+
24+
## [1.3.3] - 2025-04-21

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitfetch"
7-
version = "1.3.3"
7+
version = "1.4.0"
88
description = "A neofetch-style CLI tool for git provider statistics"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)