Skip to content

Commit 9831afc

Browse files
committed
Increment version number to 1.0.0
1 parent 8a9d2fc commit 9831afc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: BaseSet
22
Title: Working with Sets the Tidy Way
3-
Version: 0.9.0.9003
3+
Version: 1.0.0
44
Authors@R: c(
55
person("Lluís", "Revilla Sancho", , "lluis.revilla@gmail.com", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0001-9747-2570")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BaseSet (development version)
1+
# BaseSet 1.0.0
22

33
* Now it is possible to list sets and elements that are not present in the relations but might be on the object via its factors: `name_sets()`, `name_elements()`, `nElements()` and `nSets()` gain a `all` argument.
44
* Fix a problem with `$<-` when the length did match a slot but the name didn't.

0 commit comments

Comments
 (0)