Skip to content

Commit

Permalink
Increment version number to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 25, 2024
1 parent 24298b9 commit 52164ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: debugme
Title: Debug R Packages
Version: 1.1.0.9001
Version: 1.2.0
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
Expand Down
11 changes: 5 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

# 1.1.0.9000
# debugme 1.2.0

* debugme now does not instrumented code multiple times, this
could happen if environments were referenced from multiple
Expand All @@ -25,7 +24,7 @@

* debugme now does not change the random seed (#50).

# 1.1.0
# debugme 1.1.0

* Support functions in lists and environments. In particular, this
fixes debugging R6 methods (#15)
Expand All @@ -38,15 +37,15 @@

* Print the debug stack, optionally (@kforner, #21)

# 1.0.2
# debugme 1.0.2

* Do not us `testthat::with_mock`, it interferes with the JIT that is
default in R 3.4.0. Use the `mockery` package instead.

# 1.0.1
# debugme 1.0.1

* Fix a test case bug.

# 1.0.0
# debugme 1.0.0

First public release.

0 comments on commit 52164ee

Please sign in to comment.