Skip to content

Commit

Permalink
upversion to 0.5.0 due to breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Jan 10, 2024
1 parent 69b9250 commit add7572
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: teal.code
Title: Code Storage and Execution Class for 'teal' Applications
Version: 0.4.2
Version: 0.5.0
Date: 2024-01-10
Authors@R: c(
person("Dawid", "Kaledkowski", , "[email protected]", role = c("aut", "cre")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.code 0.4.2
# teal.code 0.5.0

### Breaking Change

Expand Down
2 changes: 1 addition & 1 deletion R/qenv-constructor.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ qenv <- function() {
#'
#' @export
setGeneric("new_qenv", function(env = new.env(parent = parent.env(.GlobalEnv)), code = character()) {
lifecycle::deprecate_warn(when = " 0.4.2", what = "new_qenv()", with = "qenv()", always = TRUE)
lifecycle::deprecate_warn(when = " 0.5.0", what = "new_qenv()", with = "qenv()", always = TRUE)
standardGeneric("new_qenv")
})

Expand Down

0 comments on commit add7572

Please sign in to comment.