Skip to content

Commit 864e91a

Browse files
committed
Increment version number to 0.2.2.9000
1 parent 6a4dcd1 commit 864e91a

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: S7
22
Title: An Object Oriented System Meant to Become a Successor to S3 and S4
3-
Version: 0.2.2
3+
Version: 0.2.2.9000
44
Authors@R: c(
55
person("Object-Oriented Programming Working Group", role = "cph"),
66
person("Davis", "Vaughan", role = "aut"),

NEWS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
# S7 (development version)
2+
3+
* Internal changes to support R-devel (4.6) (#592, #593, #598, #600).
4+
* `S7_error_method_not_found` now has a correct class vector without a duplicate `"error"` entry (@jjjermiah, #604)
5+
16
# S7 0.2.2
27

38
* `validate()` now signals validation errors with class
49
`S7_error_validation_failed`, so they can be caught with `tryCatch()`
510
(#602, #605).
611

7-
* Internal changes to support R-devel (4.6) (#592, #593, #598, #600).
8-
* `S7_error_method_not_found` now has a correct class vector without a duplicate `"error"` entry (@jjjermiah, #604)
9-
1012
# S7 0.2.1
1113

1214
* `props<-()` and `set_props()` gain `check`/`.check` arguments, letting you

0 commit comments

Comments
 (0)