diff --git a/RELEASE.md b/RELEASE.md index ed25cc0..ddee5d8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # dcli Release Notes -## v0.4.0 January 22, 2021 +## v0.5.0 January 22, 2021 * Released dcliad (per-game details) * Removed dclics (last included in v0.3.71) * removed stats_report example (required dclics) diff --git a/src/Cargo.lock b/src/Cargo.lock index e193456..fff9f8b 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -368,7 +368,7 @@ dependencies = [ [[package]] name = "dcli" -version = "0.4.0" +version = "0.5.0" dependencies = [ "chrono", "crossterm", @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "dclia" -version = "0.4.0" +version = "0.5.0" dependencies = [ "dcli", "structopt", @@ -396,7 +396,7 @@ dependencies = [ [[package]] name = "dcliad" -version = "0.4.0" +version = "0.5.0" dependencies = [ "dcli", "structopt", @@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "dcliah" -version = "0.4.0" +version = "0.5.0" dependencies = [ "chrono", "dcli", @@ -416,7 +416,7 @@ dependencies = [ [[package]] name = "dclias" -version = "0.4.0" +version = "0.5.0" dependencies = [ "dcli", "structopt", @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "dclic" -version = "0.4.0" +version = "0.5.0" dependencies = [ "dcli", "structopt", @@ -434,7 +434,7 @@ dependencies = [ [[package]] name = "dclim" -version = "0.4.0" +version = "0.5.0" dependencies = [ "dcli", "reqwest", @@ -448,7 +448,7 @@ dependencies = [ [[package]] name = "dclims" -version = "0.4.0" +version = "0.5.0" dependencies = [ "dcli", "structopt", @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "dclis" -version = "0.4.0" +version = "0.5.0" dependencies = [ "dcli", "percent-encoding", @@ -471,7 +471,7 @@ dependencies = [ [[package]] name = "dclitime" -version = "0.4.0" +version = "0.5.0" dependencies = [ "chrono", "dcli", diff --git a/src/dcli/Cargo.toml b/src/dcli/Cargo.toml index 1beb5f5..e7cfaa1 100644 --- a/src/dcli/Cargo.toml +++ b/src/dcli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dcli" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] edition = "2018" description = "Library for the dcli collection of command line tools for Destiny 2." diff --git a/src/dclia/Cargo.toml b/src/dclia/Cargo.toml index 107871c..1727a8b 100644 --- a/src/dclia/Cargo.toml +++ b/src/dclia/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclia" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] description = "Command line tool for retrieving information on current activity for specified player character." homepage = "https://www.mikechambers.com" diff --git a/src/dcliad/Cargo.toml b/src/dcliad/Cargo.toml index 79b9bd0..c8726a9 100644 --- a/src/dcliad/Cargo.toml +++ b/src/dcliad/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dcliad" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for viewing Destiny 2 activity details." diff --git a/src/dcliah/Cargo.toml b/src/dcliah/Cargo.toml index c81f224..32c114b 100644 --- a/src/dcliah/Cargo.toml +++ b/src/dcliah/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dcliah" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for viewing Destiny 2 activity history." diff --git a/src/dclias/Cargo.toml b/src/dclias/Cargo.toml index 55e7208..9f32dca 100644 --- a/src/dclias/Cargo.toml +++ b/src/dclias/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclias" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for downloading and syncing Destiny 2 Crucible activity history." diff --git a/src/dclic/Cargo.toml b/src/dclic/Cargo.toml index 522a661..6e4503b 100644 --- a/src/dclic/Cargo.toml +++ b/src/dclic/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclic" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for retrieving Destiny 2 character information for specified member id." diff --git a/src/dclics/Cargo.toml b/src/dclics/Cargo.toml index 0086ad4..7d0496f 100644 --- a/src/dclics/Cargo.toml +++ b/src/dclics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclics" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] description = "Command line tool for retrieving current Destiny 2 Crucible activity stats." homepage = "https://www.mikechambers.com" diff --git a/src/dclim/Cargo.toml b/src/dclim/Cargo.toml index b99d752..2f7c11c 100644 --- a/src/dclim/Cargo.toml +++ b/src/dclim/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclim" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for managing and syncing the remote Destiny 2 API manifest database." diff --git a/src/dclims/Cargo.toml b/src/dclims/Cargo.toml index 9f62e53..17d62c3 100644 --- a/src/dclims/Cargo.toml +++ b/src/dclims/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclims" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for searching the Destiny 2 manifest by hash ids." diff --git a/src/dclis/Cargo.toml b/src/dclis/Cargo.toml index 9863a1e..3e9b693 100644 --- a/src/dclis/Cargo.toml +++ b/src/dclis/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclis" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for retrieving primary Destiny 2 member ids." diff --git a/src/dclitime/Cargo.toml b/src/dclitime/Cargo.toml index 96eeb59..c589f56 100644 --- a/src/dclitime/Cargo.toml +++ b/src/dclitime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dclitime" #version -version = "0.4.0" +version = "0.5.0" authors = ["Mike Chambers "] edition = "2018" description = "Command line tool for retrieving Destiny 2 related date / time stamps"