Skip to content

Commit 54367be

Browse files
committed
Tag v0.0.8 (Drop Python 3.9)
1 parent b6334a9 commit 54367be

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ $ uv add g --prerelease allow
2727
$ uvx --from 'g' --prerelease allow g
2828
```
2929

30-
## g 0.0.8 (unreleased)
30+
## g 0.0.9 (unreleased)
3131

3232
- _Notes on upcoming releases will be added here_
3333

3434
<!-- Maintainers, insert changes / features for the next release here -->
3535

36+
## g 0.0.8 (2025-11-01)
37+
3638
### Breaking changes
3739

3840
- Drop support for Python 3.9; the new minimum is Python 3.10 (#41). See also:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "g"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
description = "cli command to easily sync current directory"
55
requires-python = ">=3.10,<4.0"
66
authors = [

src/g/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "g"
66
__package_name__ = "g"
77
__description__ = "CLI alias for your current directory's VCS command: git, svn, hg"
8-
__version__ = "0.0.7"
8+
__version__ = "0.0.8"
99
__author__ = "Tony Narlock"
1010
__github__ = "https://github.com/vcs-python/g"
1111
__docs__ = "https://g.git-pull.com"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)