Skip to content

Commit 90549c6

Browse files
committed
Increment version number to 1.0.0.9000
1 parent 6a63c4a commit 90549c6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: keylist
22
Title: Lightweight List Extensions that Enforce Unique Keys
3-
Version: 1.0.0
3+
Version: 1.0.0.9000
44
Authors@R:
55
person("Luke", "Jenkins", , "luke-jenkins-dev@outlook.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-7206-7242"))
66
Description: Provides two lightweight keylist S3 classes 'klist' and 'knlist': extensions of list that enforce unique keys, supporting either mixed named/unnamed elements or fully named elements, ensuring predictable key-value access.

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# keylist (development version)
2+
13
# keylist 1.0.0
24

35
* Initial CRAN submission.

0 commit comments

Comments
 (0)