Skip to content

Commit

Permalink
v0.7.0 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Oct 29, 2024
1 parent b12c30f commit 010d7ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
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).

## [UNRELEASED]
## [0.7.0] - 2024-10-29

* Updated to Shinylive web assets 0.8.0.
* Updated to Shinylive web assets 0.9.0.

* Download status is now displayed while downloading Shinylive assets.

Expand Down
2 changes: 1 addition & 1 deletion shinylive/_version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0"
SHINYLIVE_ASSETS_VERSION = "0.9.0"

0 comments on commit 010d7ab

Please sign in to comment.