diff --git a/DESCRIPTION b/DESCRIPTION index 3e87e7a..338fc5b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: hms Title: Pretty Time of Day -Date: 2024-11-18 -Version: 1.1.3.9010 +Date: 2024-11-28 +Version: 1.1.3.9011 Authors@R: c( person("Kirill", "Müller", role = c("aut", "cre"), email = "kirill@cynkra.com", comment = c(ORCID = "0000-0002-1416-3412")), person("R Consortium", role = "fnd"), diff --git a/NEWS.md b/NEWS.md index 2bf51ec..4edd8c4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,30 @@ +# hms 1.1.3.9011 + +## Bug fixes + +- Sub-second value parsing accurately (@eitsupi, #127, #128). + +## Continuous integration + +- Ignore errors when removing pkg-config on macOS (#142). + +- Explicit permissions (#140). + +- Use styler from main branch (#138). + +- Need to install R on Ubuntu 24.04 (#136). + +- Use Ubuntu 24.04 and styler PR (#134). + +- Correctly detect branch protection (#130). + +## Uncategorized + +- PLACEHOLDER https://github.com/tidyverse/hms/pull/16 (#16). + + # hms 1.1.3.9010 ## Continuous integration