We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae94b1 commit 8b03178Copy full SHA for 8b03178
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.0] - 2022-08-14
11
### Added
12
- Add `--valid-for` argument to `xqr encode` to set how long the token is valid for
13
- When not set, the XQR will be valid forever
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "xqr-cli"
3
-version = "0.1.0"
+version = "0.2.0"
4
edition = "2021"
5
description = "eXtended QR Codes CLI"
6
homepage = "https://cli.xqr.dev"
0 commit comments