diff --git a/DESCRIPTION b/DESCRIPTION index 8f1ad40..12ccea1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: pkgnet Type: Package Title: Get Network Representation of an R Package -Version: 0.5.0.9999 +Version: 0.6.0 Authors@R: c( person("Brian", "Burns", email = "brian.burns.opensource@gmail.com", role = c("aut", "cre")), person("James", "Lamb", email = "jaylamb20@gmail.com", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index e810736..3fad9d6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# development +# pkgnet 0.6.0 ## NEW FEATURES ## CHANGES diff --git a/cran-comments.md b/cran-comments.md index 58b31f0..2904fe9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,10 @@ # CRAN Submission History +## v 0.6.0 + +### Submission on January 26th, 2026 +This is a minor release that includes a number of new features, bug fixes and minor backwards compatible changes. Of particular note, it removes `futile.logger` as a dependency. Please see `NEWS.md` for details. + ## v 0.5.0 ### Submission on May 3rd, 2024