Skip to content

Commit

Permalink
Bump version to 0.2.0, shinylive assets to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jan 25, 2024
1 parent 55031e0 commit 0722657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
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.2.0] - 2024-01-25

* Added `shinylive url encode` and `shinylive url decode` commands to encode local apps into a [shinylive.io](https://shinylive.io) URL or decode a [shinylive.io](https://shinylive.io) URL into local files. These commands are accompanied by `url_encode()` and `url_decode()` functions for programmatic use. They are supported by the new `ShinyliveIoApp` class which provides methods to get the app URL, save the app locally, or create a [Shinylive quarto chunk](https://quarto-ext.github.io/shinylive/) from the app's files. (#20, #23)

## [0.1.3] - 2024-12-19
## [0.1.3] - 2023-12-19

* Fixed `shinylive assets install-from-local`.

Expand Down
4 changes: 2 additions & 2 deletions shinylive/_version/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The version of this Python package.
SHINYLIVE_PACKAGE_VERSION = "0.1.3.9000"
SHINYLIVE_PACKAGE_VERSION = "0.2.0"

# This is the version of the Shinylive assets to use.
SHINYLIVE_ASSETS_VERSION = "0.2.4"
SHINYLIVE_ASSETS_VERSION = "0.2.5"

0 comments on commit 0722657

Please sign in to comment.