Skip to content

Commit

Permalink
Increment version number to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgallou committed Oct 3, 2024
1 parent b9a3aca commit 3c6072f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pakret
Title: Cite 'R' Packages on the Fly in 'R Markdown' and 'Quarto'
Version: 0.1.0.9000
Version: 0.2.0
Authors@R:
person("Arnaud", "Gallou", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-1002-4247"))
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pakret (development version)
# pakret 0.2.0

* Added `book` as a second BibTeX type that should be used in priority when getting the reference of a package (previously, the priority was given to `manual` entries only). This allows for a slightly better handling of multi-reference packages by using a more general reference when there's a `book` but no `manual` BibTeX entry available (#15).

Expand Down

0 comments on commit 3c6072f

Please sign in to comment.