Skip to content

Commit

Permalink
Set version v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Apr 25, 2024
1 parent 4104844 commit d71e704
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
@@ -1,5 +1,7 @@
# webR (development version)

# webR 0.3.3

## New features

* A `webR.version` property has been added, containing the current version and build information (#409).
Expand All @@ -8,12 +10,16 @@

* WebR now sets the environment variable `WEBR` equal to `"1"` and `WEBR_VERSION` equal to the webR version string in the WebAssembly environment (#414).

* Dev tools: Running `make help` now prints valid targets and their descriptions (#410).

## Bug Fixes

* Fix installing packages via shim with `character.only = TRUE` (#413).

* WebR will now flush incomplete lines when capturing output streams with `Shelter.captureR()` (#412).

* Fix the `types` specification in `package.json` for the webR npm package (#404).

# webR 0.3.2

## New features
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Expand Up @@ -26,7 +26,7 @@
# cd src; prefetch-npm-deps package-lock.json
srcNpmDeps = pkgs.fetchNpmDeps {
src = "${self}/src";
hash = "sha256-SyGWR07KAthTG5IA/906eloVApfGha5NCwvJpI+9raQ=";
hash = "sha256-d+JA/yhwsEw3KPu8NK4CIWl0OQsHJqEOTBXhCMETXr4=";
};

inherit system;
Expand Down
2 changes: 1 addition & 1 deletion packages/webr/DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: webr
Title: WebR Support Package
Version: 0.3.2.9000
Version: 0.3.3
Authors@R: c(
person("George", "Stagg", , "george.stagg@posit.co", role = c("aut", "cre")),
person("Lionel", "Henry", , "lionel@posit.co", role = "aut"),
Expand Down
24 changes: 12 additions & 12 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
@@ -1,6 +1,6 @@
{
"name": "webr",
"version": "0.3.3-dev",
"version": "0.3.3",
"description": "The statistical programming language R compiled into WASM for use in a web browser and node.",
"keywords": [
"webR",
Expand Down

0 comments on commit d71e704

Please sign in to comment.