File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,16 @@ $ pipx install --suffix=@next g --pip-args '\--pre' --force
1515// Usage: g@next --help
1616```
1717
18- ## g 0.0.6 (unreleased)
18+ ## g 0.0.7 (unreleased)
1919
2020- _ Notes on upcoming releases will be added here_
2121
2222<!-- Maintainers, insert changes / features for the next release here -->
2323
24+ ## g 0.0.6 (2024-11-26)
25+
26+ _ Maintenance only, no bug fixes, or new features_
27+
2428### Development
2529
2630#### Project and package management: poetry to uv (#30 )
Original file line number Diff line number Diff line change 11[project ]
22name = " g"
3- version = " 0.0.5 "
3+ version = " 0.0.6 "
44description = " cli command to easily sync current directory"
55requires-python = " >=3.8,<4.0"
66authors = [
Original file line number Diff line number Diff line change 33__title__ = "g"
44__package_name__ = "g"
55__description__ = "CLI alias for your current directory's VCS command: git, svn, hg"
6- __version__ = "0.0.5 "
6+ __version__ = "0.0.6 "
77__author__ = "Tony Narlock"
88__github__ = "https://github.com/vcs-python/g"
99__docs__ = "https://g.git-pull.com"
You can’t perform that action at this time.
0 commit comments