Skip to content

Commit

Permalink
release 0.4.0 [skip vbump] [skip spelling] (#131)
Browse files Browse the repository at this point in the history
Releasing 0.4.0

Linking with:
insightsengineering/nestdevs-tasks#25
  • Loading branch information
donyunardi authored Aug 14, 2023
1 parent 801c857 commit 6e86ee4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: teal.code
Title: Code Storage and Execution Class for `teal` Applications
Version: 0.3.0.9009
Date: 2023-07-31
Version: 0.4.0
Date: 2023-08-11
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
Expand Down Expand Up @@ -40,7 +40,7 @@ Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
Collate:
'include_css_js.R'
'qenv-class.R'
'qenv-errors.R'
Expand Down
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# teal.code 0.3.0.9009
# teal.code 0.4.0

* `dev_suppress` has been added to suppress rendering of plots on IDE.
# Breaking Change
* `chunks` have been removed. The new `qenv` object should be used instead. See the new `qenv` vignette in the package for further details.

### Miscellaneous
* `dev_suppress` has been added to suppress rendering of plots on IDE.

# teal.code 0.3.0

### Major breaking change
Expand Down

0 comments on commit 6e86ee4

Please sign in to comment.