Skip to content

Commit

Permalink
Bump version and news.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfsaldanha committed Mar 25, 2024
1 parent 0f25842 commit 32e42a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rspell
Title: Grammar Check Documents on RStudio
Version: 0.0.5
Version: 0.0.6
Authors@R:
person("Raphael", "Saldanha", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0652-8466"))
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# rspell 0.0.6

* New function `get_languages()` to get a tibble with LanguageTools's API supported languages.
* Validates language argument on functions.
* Internal test functions.

# rspell 0.0.5

* Function `check_text()` in now exported.
Expand Down

0 comments on commit 32e42a5

Please sign in to comment.