From 84ee709a87a35d5afa197492bdf57bd2977fa84d Mon Sep 17 00:00:00 2001 From: George Stagg Date: Fri, 27 Sep 2024 13:42:22 +0100 Subject: [PATCH] Update shinylive web assets to v0.8.0 --- CHANGELOG.md | 2 ++ shinylive/_version/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3560c..96220c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +* Updated to Shinylive web assets 0.8.0. + * Download status is now displayed while downloading Shinylive assets. ## [0.6.0] - 2024-09-03 diff --git a/shinylive/_version/__init__.py b/shinylive/_version/__init__.py index 1a907c9..bf89819 100644 --- a/shinylive/_version/__init__.py +++ b/shinylive/_version/__init__.py @@ -2,4 +2,4 @@ SHINYLIVE_PACKAGE_VERSION = "0.6.0.9000" # This is the version of the Shinylive assets to use. -SHINYLIVE_ASSETS_VERSION = "0.7.0" +SHINYLIVE_ASSETS_VERSION = "0.8.0"