Skip to content

Commit dc8d6c7

Browse files
committed
Release v2.0.1
- Fix GoReleaser formula name: write to gx-git.rb (not gx.rb) - Add Python tech stack back to README - Removed stale gx.rb from homebrew-tap
1 parent 6b639c5 commit dc8d6c7

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ changelog:
4141
- "^ci:"
4242

4343
brews:
44-
- repository:
44+
- name: gx-git
45+
repository:
4546
owner: mubbie
4647
name: homebrew-tap
4748
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,10 +789,15 @@ git rebase $(gx parent) # manual rebase
789789

790790
## Tech Stack
791791

792-
- [Go](https://go.dev/)
792+
**Go (Homebrew / binary):**
793793
- [Cobra](https://github.com/spf13/cobra): CLI framework
794794
- [Lip Gloss](https://github.com/charmbracelet/lipgloss): Terminal styling
795795

796+
**Python (pip / pipx):**
797+
- [Typer](https://typer.tiangolo.com/): CLI framework
798+
- [Rich](https://rich.readthedocs.io/): Terminal formatting
799+
- [Textual](https://textual.textualize.io/): TUI for interactive stash browser
800+
796801
## License
797802

798803
[MIT](LICENSE)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

pyproject.toml

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

55
[project]
66
name = "gx-git"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
description = "Git Productivity Toolkit"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)