Skip to content

Commit d71e704

Browse files
committed
Set version v0.3.3
1 parent 4104844 commit d71e704

File tree

6 files changed

+24
-18
lines changed

6 files changed

+24
-18
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webR (development version)
22

3+
# webR 0.3.3
4+
35
## New features
46

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

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

13+
* Dev tools: Running `make help` now prints valid targets and their descriptions (#410).
14+
1115
## Bug Fixes
1216

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

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

21+
* Fix the `types` specification in `package.json` for the webR npm package (#404).
22+
1723
# webR 0.3.2
1824

1925
## New features

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# cd src; prefetch-npm-deps package-lock.json
2727
srcNpmDeps = pkgs.fetchNpmDeps {
2828
src = "${self}/src";
29-
hash = "sha256-SyGWR07KAthTG5IA/906eloVApfGha5NCwvJpI+9raQ=";
29+
hash = "sha256-d+JA/yhwsEw3KPu8NK4CIWl0OQsHJqEOTBXhCMETXr4=";
3030
};
3131

3232
inherit system;

packages/webr/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: webr
33
Title: WebR Support Package
4-
Version: 0.3.2.9000
4+
Version: 0.3.3
55
Authors@R: c(
66
person("George", "Stagg", , "[email protected]", role = c("aut", "cre")),
77
person("Lionel", "Henry", , "[email protected]", role = "aut"),

src/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webr",
3-
"version": "0.3.3-dev",
3+
"version": "0.3.3",
44
"description": "The statistical programming language R compiled into WASM for use in a web browser and node.",
55
"keywords": [
66
"webR",

0 commit comments

Comments
 (0)