Skip to content

Commit c23f96e

Browse files
committed
updating version
1 parent 346f791 commit c23f96e

File tree

12 files changed

+23
-19
lines changed

12 files changed

+23
-19
lines changed

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# dcli Release Notes
22

3+
## v0.99.4 September 22,2023
4+
5+
- Added support for Checkmate Survival (checkmate_survival), and Checkmate Control (checkmate_control)
6+
37
## v0.99.3 September 22,2023
48

59
- Added support for Checkmate All (checkmate_all), and Checkmate Control (checkmate_control)

src/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dcli"
33
#version
4-
version = "0.99.3"
4+
version = "0.99.4"
55
authors = ["Mike Chambers <[email protected]>"]
66
edition = "2018"
77
description = "Library for the dcli collection of command line tools for Destiny 2."

src/dclia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dclia"
33
#version
4-
version = "0.99.3"
4+
version = "0.99.4"
55
authors = ["Mike Chambers <[email protected]>"]
66
description = "Command line tool for retrieving information on current activity for specified player character."
77
homepage = "https://www.mikechambers.com"

src/dcliad/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dcliad"
33
#version
4-
version = "0.99.3"
4+
version = "0.99.4"
55
authors = ["Mike Chambers <[email protected]>"]
66
edition = "2018"
77
description = "Command line tool for viewing Destiny 2 activity details."

src/dcliah/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dcliah"
33
#version
4-
version = "0.99.3"
4+
version = "0.99.4"
55
authors = ["Mike Chambers <[email protected]>"]
66
edition = "2018"
77
description = "Command line tool for viewing Destiny 2 activity history."

src/dclif/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dclif"
33
#version
4-
version = "0.99.3"
4+
version = "0.99.4"
55
authors = ["Mike Chambers <[email protected]>"]
66
edition = "2018"
77
description = "Command line tool for querying specific Destiny 2 pvp stats."

src/dclim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dclim"
33
#version
4-
version = "0.99.3"
4+
version = "0.99.4"
55
authors = ["Mike Chambers <[email protected]>"]
66
edition = "2018"
77
description = "Command line tool for managing and syncing the remote Destiny 2 API manifest database."

src/dclistat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dclistat"
33
#version
4-
version = "0.99.3"
4+
version = "0.99.4"
55
authors = ["Mike Chambers <[email protected]>"]
66
edition = "2018"
77
description = "Command line tool for querying specific Destiny 2 pvp stats."

src/dclisync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dclisync"
33
#version
4-
version = "0.99.3"
4+
version = "0.99.4"
55
authors = ["Mike Chambers <[email protected]>"]
66
edition = "2018"
77
description = "Command line tool for downloading and syncing Destiny 2 Crucible activity history."

0 commit comments

Comments
 (0)