Skip to content

Commit

Permalink
add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
cregouby committed Sep 5, 2024
1 parent bf390c0 commit d00b86e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Title: Fast Text Tokenization
Version: 0.1.4.9000
Authors@R: c(
person("Daniel", "Falbel", , "[email protected]", c("aut", "cre")),
person("Regouby", "christophe", , "[email protected]", c("ctb")),
person(family = "Posit", role = c("cph"))
)
Description:
Expand All @@ -14,7 +15,7 @@ License: MIT + file LICENSE
SystemRequirements: Rust tool chain w/ cargo, libclang/llvm-config
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Depends:
R (>= 4.2.0)
Imports:
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# tok (development version)

- add message translation in FR (#19, @cregouby)

# tok 0.1.4

- Updated libR-sys to fix mac oldrel notes. (#18)
Expand Down

0 comments on commit d00b86e

Please sign in to comment.