Skip to content

Commit

Permalink
Updating to 0.8.91
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechambers committed Nov 1, 2022
1 parent d9f0f17 commit ed99165
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# dcli Release Notes

## v0.8.91 November 1, 2022

- Workaround issue where system could get in state where it would not clear a previous activity from the queue, forcing a reload of all data.

## v0.8.9 November 1, 2022

- dclisync when adding members via group-id / clan, skip members who do not have a valid Bungie name / code.
Expand Down
18 changes: 9 additions & 9 deletions src/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 src/dcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dcli"
#version
version = "0.8.9"
version = "0.8.91"
authors = ["Mike Chambers <[email protected]>"]
edition = "2018"
description = "Library for the dcli collection of command line tools for Destiny 2."
Expand Down
2 changes: 1 addition & 1 deletion src/dclia/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dclia"
#version
version = "0.8.9"
version = "0.8.91"
authors = ["Mike Chambers <[email protected]>"]
description = "Command line tool for retrieving information on current activity for specified player character."
homepage = "https://www.mikechambers.com"
Expand Down
2 changes: 1 addition & 1 deletion src/dcliad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dcliad"
#version
version = "0.8.9"
version = "0.8.91"
authors = ["Mike Chambers <[email protected]>"]
edition = "2018"
description = "Command line tool for viewing Destiny 2 activity details."
Expand Down
2 changes: 1 addition & 1 deletion src/dcliah/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dcliah"
#version
version = "0.8.9"
version = "0.8.91"
authors = ["Mike Chambers <[email protected]>"]
edition = "2018"
description = "Command line tool for viewing Destiny 2 activity history."
Expand Down
2 changes: 1 addition & 1 deletion src/dclif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dclif"
#version
version = "0.8.9"
version = "0.8.91"
authors = ["Mike Chambers <[email protected]>"]
edition = "2018"
description = "Command line tool for querying specific Destiny 2 pvp stats."
Expand Down
2 changes: 1 addition & 1 deletion src/dclim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dclim"
#version
version = "0.8.9"
version = "0.8.91"
authors = ["Mike Chambers <[email protected]>"]
edition = "2018"
description = "Command line tool for managing and syncing the remote Destiny 2 API manifest database."
Expand Down
2 changes: 1 addition & 1 deletion src/dclistat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dclistat"
#version
version = "0.8.9"
version = "0.8.91"
authors = ["Mike Chambers <[email protected]>"]
edition = "2018"
description = "Command line tool for querying specific Destiny 2 pvp stats."
Expand Down
2 changes: 1 addition & 1 deletion src/dclisync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dclisync"
#version
version = "0.8.9"
version = "0.8.91"
authors = ["Mike Chambers <[email protected]>"]
edition = "2018"
description = "Command line tool for downloading and syncing Destiny 2 Crucible activity history."
Expand Down
2 changes: 1 addition & 1 deletion src/dclitime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dclitime"
#version
version = "0.8.9"
version = "0.8.91"
authors = ["Mike Chambers <[email protected]>"]
edition = "2018"
description = "Command line tool for retrieving Destiny 2 related date / time stamps"
Expand Down

0 comments on commit ed99165

Please sign in to comment.