Skip to content

Commit

Permalink
chore: prepare release 0.2.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn committed Feb 18, 2024
1 parent 5763d97 commit 89f1ee2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# gemini-cli
[![Build](https://github.com/reugn/gemini-cli/actions/workflows/build.yml/badge.svg)](https://github.com/reugn/gemini-cli/actions/workflows/build.yml)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/reugn/gemini-cli)](https://pkg.go.dev/github.com/reugn/gemini-cli)
[![Go Report Card](https://goreportcard.com/badge/github.com/reugn/gemini-cli)](https://goreportcard.com/report/github.com/reugn/gemini-cli)

A command-line interface (CLI) for [Google Gemini](https://deepmind.google/technologies/gemini/).

Expand Down
1 change: 1 addition & 0 deletions cli/spinner.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (s *spinner) start() {
}()
}

//nolint:errcheck
func (s *spinner) clear(n int) {
s.writer.WriteString(fmt.Sprintf(moveCursorBackward, n))
s.writer.WriteString(clearLineFromCursor)
Expand Down
2 changes: 1 addition & 1 deletion cmd/gemini/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
version = "0.1.0"
version = "0.2.0"
apiKeyEnv = "GEMINI_API_KEY"
)

Expand Down

0 comments on commit 89f1ee2

Please sign in to comment.