From 99d654ac1184c051f2677f58c0063dfa85661ccd Mon Sep 17 00:00:00 2001 From: Yang Sheng Han Date: Mon, 25 Mar 2024 02:54:25 +0000 Subject: [PATCH] Update Elite Insights Parser to v2.66.0.0 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- Dockerfile | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efb128..1dfd9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ... +## [0.8.95] - 2024-03-25 +### Changed +- Update Elite Insights Parser to v2.66.0.0 + ## [0.8.94] - 2024-03-17 ### Changed - Update Elite Insights Parser to v2.65.0.0 diff --git a/Cargo.lock b/Cargo.lock index d87c523..fc5dee7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "gw2-dps-report" -version = "0.8.94" +version = "0.8.95" dependencies = [ "hyper", "mktemp", diff --git a/Cargo.toml b/Cargo.toml index b0534fe..3bdafc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gw2-dps-report" -version = "0.8.94" +version = "0.8.95" authors = ["Yang Sheng Han "] edition = "2021" diff --git a/Dockerfile b/Dockerfile index 1fe01c3..45e180d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apk update && \ FROM alpine AS parser -ARG ELITE_INSIGHTS_VERSION=v2.65.0.0 +ARG ELITE_INSIGHTS_VERSION=v2.66.0.0 RUN apk update && \ apk add --no-cache \