Skip to content

Commit

Permalink
v0.1.1 (#18)
Browse files Browse the repository at this point in the history
* bump version to 0.1.1

* update changelog
  • Loading branch information
schloerke authored Oct 31, 2023
1 parent dc5f7d0 commit dbe9668
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
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.1.1] - 2023-10-31

* Adjusted cli api to have all quarto extension commands under `extension`. (#16)

### Library updates

* Updated to Shinylive web assets 0.2.2.

## [0.0.18] - 2023-09-13

### Library updates
Expand Down
4 changes: 2 additions & 2 deletions shinylive/_version.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.0"
SHINYLIVE_PACKAGE_VERSION = "0.1.1"

# This is the version of the Shinylive assets to use.
SHINYLIVE_ASSETS_VERSION = "0.2.1"
SHINYLIVE_ASSETS_VERSION = "0.2.2"

0 comments on commit dbe9668

Please sign in to comment.