From 630c3472f857df86fa0d31a287b60acbd2da0780 Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 16 Apr 2024 11:13:18 -0500 Subject: [PATCH] Start v0.3.0 release candidate --- CHANGELOG.md | 4 ++++ shinylive/_version/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 240bebc..5c6bf73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0] - 2024-04-16 + +* Updated to Shinylive web assets 0.3.0. + ## [0.2.4] - 2024-03-08 * Updated to Shinylive web assets 0.2.8. diff --git a/shinylive/_version/__init__.py b/shinylive/_version/__init__.py index 50d8353..af16f7d 100644 --- a/shinylive/_version/__init__.py +++ b/shinylive/_version/__init__.py @@ -2,4 +2,4 @@ SHINYLIVE_PACKAGE_VERSION = "0.2.4" # This is the version of the Shinylive assets to use. -SHINYLIVE_ASSETS_VERSION = "0.2.8" +SHINYLIVE_ASSETS_VERSION = "0.3.0"