Skip to content

Commit

Permalink
Upgrade to webR v0.4.0 (#219)
Browse files Browse the repository at this point in the history
* Dev version

* Remove service workers

* Bump copy of webR to v0.4.0 by default

* Add release note
  • Loading branch information
coatless authored Jul 1, 2024
1 parent 8795c3d commit 4225172
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _extensions/webr/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: webr
title: Embedded webr code cells
author: James Joseph Balamuta
version: 0.4.2
version: 0.4.3-dev.1
quarto-required: ">=1.4.554"
contributes:
filters:
Expand Down
1 change: 0 additions & 1 deletion _extensions/webr/webr-serviceworker.js

This file was deleted.

1 change: 0 additions & 1 deletion _extensions/webr/webr-worker.js

This file was deleted.

2 changes: 1 addition & 1 deletion _extensions/webr/webr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local hasDoneWebRSetup = false

--- Define a base compatibile version
---@type string
local baseVersionWebR = "0.3.3"
local baseVersionWebR = "0.4.0"

--- Define where webR can be found
---@type string
Expand Down
6 changes: 6 additions & 0 deletions docs/qwebr-release-notes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ format:
Features listed under the `-dev` version have not yet been solidified and may change at any point.
:::

# 0.4.3-dev: ???? (??-??-????)

## Features

- Upgraded the embedded version of webR to v0.4.0. ([#219](https://github.com/coatless/quarto-webr/pulls/219))

# 0.4.2: A Change Is Gonna Come (06-24-2024)

## Breaking Changes
Expand Down

0 comments on commit 4225172

Please sign in to comment.