Skip to content

Commit fb62d11

Browse files
committed
Tag v0.0.5 (fix for non-VCS dirs #24, README/pkg metadata updates)
1 parent 7525fcd commit fb62d11

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ $ pipx install --suffix=@next g --pip-args '\--pre' --force
1515
// Usage: g@next --help
1616
```
1717

18-
## g 0.0.5 (unreleased)
18+
## g 0.0.6 (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.5 (2024-06-08)
25+
2426
### Fixes
2527

2628
- Fix `g` when running outside of a VCS directory (#24)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "g"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "cli command to easily sync current directory"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

src/g/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.4"
6+
__version__ = "0.0.5"
77
__author__ = "Tony Narlock"
88
__github__ = "https://github.com/vcs-python/g"
99
__docs__ = "https://g.git-pull.com"

0 commit comments

Comments
 (0)