Skip to content

Commit 6e86ee4

Browse files
authored
release 0.4.0 [skip vbump] [skip spelling] (#131)
Releasing 0.4.0 Linking with: insightsengineering/nestdevs-tasks#25
1 parent 801c857 commit 6e86ee4

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: teal.code
33
Title: Code Storage and Execution Class for `teal` Applications
4-
Version: 0.3.0.9009
5-
Date: 2023-07-31
4+
Version: 0.4.0
5+
Date: 2023-08-11
66
Authors@R: c(
77
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
88
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
@@ -40,7 +40,7 @@ Encoding: UTF-8
4040
Language: en-US
4141
Roxygen: list(markdown = TRUE)
4242
RoxygenNote: 7.2.3
43-
Collate:
43+
Collate:
4444
'include_css_js.R'
4545
'qenv-class.R'
4646
'qenv-errors.R'

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# teal.code 0.3.0.9009
1+
# teal.code 0.4.0
22

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

6+
### Miscellaneous
7+
* `dev_suppress` has been added to suppress rendering of plots on IDE.
8+
69
# teal.code 0.3.0
710

811
### Major breaking change

0 commit comments

Comments
 (0)