adjust debian package names and bump version for next release
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4e41e10fee
commit
0dc649cb16
3 changed files with 5 additions and 14 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,13 +1,4 @@
|
|||
# v0.1.3
|
||||
# v0.1.4
|
||||
|
||||
- drone will now publish debian packages
|
||||
|
||||
## cli
|
||||
- optimized listing by not searching on the client but on the server
|
||||
- categories now shown with name instead of just ID
|
||||
- improved API response deserialize error messages
|
||||
- Updated Cargo.toml with license and debian package metadata
|
||||
|
||||
## tokencracker
|
||||
- Updated Cargo.toml with license and debian package metadata
|
||||
- adjust debian package names to convention (**UNINSTALL BEFORE UPDATING!**)
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
[package]
|
||||
name = "cli"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
authors = ["LordMZTE <lord@mzte.de>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
description = "Command-Line-Interface for JensMemes"
|
||||
|
||||
[package.metadata.deb]
|
||||
name = "JensMemes CLI"
|
||||
name = "jensmemes-cli"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "GPL-3.0"
|
|||
description = "Cracks JensMemes Tokens"
|
||||
|
||||
[package.metadata.deb]
|
||||
name = "JensMemes tokencracker"
|
||||
name = "jensmemes-tokencracker"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue