Skip to content

Commit

Permalink
ci(release): release version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Feb 2, 2024
1 parent bbc73ec commit 03e0951
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [galoy-cli release v0.1.7](https://github.com/GaloyMoney/galoy-cli/releases/tag/v0.1.7)


### Bug Fixes

- Add rust-toolchain.toml

### Features

- Request Code on EMail and Login using Email and TOTP login (#197)

### Miscellaneous Tasks

- Fix TARGET_CC and TARGET_AR
- Add darwin targets to osxcross-compile
- Check-code should fail on clippy warnings (#231)
- Bump quickstart (#229)
- Update quickstart yml and bump quickstart (#227)

### Refactor

- Anyhow result usage (#230)

# [galoy-cli release v0.1.6](https://github.com/GaloyMoney/galoy-cli/releases/tag/v0.1.6)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "galoy-cli"
description = "A CLI Client for interacting with Galoy Backend"
repository = "https://github.com/GaloyMoney/galoy-cli"
version = "0.1.7-dev"
version = "0.1.7"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 03e0951

Please sign in to comment.