Skip to content

Commit

Permalink
Bump version and update NEWS
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
cderv committed Oct 13, 2023
1 parent f529dcd commit ab0af75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: quarto
Title: R Interface to 'Quarto' Markdown Publishing System
Version: 1.3.3
Version: 1.3.4
Authors@R: c(
person("JJ", "Allaire", , "jj@rstudio.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0174-9868")),
Expand Down
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# quarto (development version)

* Add wrapper to quarto use template ([#42](https://github.com/quarto-dev/quarto-r/issues/42)).

* Add wrapper to `quarto install extension`.
* Add `quarto_add_extension()` and `quarto_use_template()` to deal with Quarto extensions for a Quarto project. (thanks, @mcanouil, #45, @remlapmot, #42).

* Add `profile` arguments to `quarto_render()` and `quarto_inspect()` (thanks, #95, @andrewheiss, #123, @salim-b).

Expand Down

0 comments on commit ab0af75

Please sign in to comment.