Skip to content

Commit

Permalink
Release 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarciac committed Aug 20, 2023
1 parent 0f17a98 commit d26d751
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog


## [0.34.0]
### Added
- Recursive option to delete command

## [0.33.0]
### Added
- A snap 'app' for the snap release.
Expand Down Expand Up @@ -100,7 +105,7 @@
### Added
- batched queries
- support complex property names in all commands
- support for multiple orderby's parameters
- support for multiple orderby's parameters

## [0.4.0]
### Added
Expand All @@ -120,5 +125,3 @@
### Added
- add,set,get and query commands
- README


2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func cliClientError(err error) *cli.ExitError {

func main() {
app := cli.NewApp()
app.Version = "0.33.0"
app.Version = "0.34.0"
app.Name = "Fuego"
app.Usage = "A firestore client"
app.EnableBashCompletion = true
Expand Down
1 change: 1 addition & 0 deletions release-notes/0.34.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Adds recursive option to delete command
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fuego
base: core18
version: '0.33.0'
version: '0.34.0'
summary: Fuego is a command line client for the firestore database.
description: |
Fuego is a command line client for the firestore database
Expand Down

0 comments on commit d26d751

Please sign in to comment.