diff --git a/DESCRIPTION b/DESCRIPTION index 07695a9..506637d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: typstcv Type: Package Title: CV for Quarto & Typst -Version: 0.0.2 +Version: 0.0.2.1 Authors@R: person(given = "Kazuharu", family = "Yanagimoto", @@ -17,4 +17,4 @@ URL: https://github.com/kazuyanagimoto/typstcv, Depends: R (>= 4.1) Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 diff --git a/NEWS.md b/NEWS.md index e08880d..b1a5885 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ Bug Fixes: - `format_date()` now correctly sorts after the formatting step. This was causing the dates to be sorted as strings, rather than as dates. +- Allows `resume_entry()` for `NA` values in the `details` column. Thanks to @ryanzomorrodi for code submission #2. ## 0.0.1 diff --git a/README.md b/README.md index d372c8e..e8de866 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# [typstcv](https://kazuyanagimoto.com/typstcv/) +# typstcv