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
EmilHvitfeldt committed Jul 28, 2024
1 parent 2ef4d24 commit 24805d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: orbital
Title: Predict with 'tidymodels' Workflows in Databases
Version: 0.1.0.9000
Version: 0.2.0
Authors@R: c(
person("Emil", "Hvitfeldt", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
Expand All @@ -10,7 +10,7 @@ Description: Turn 'tidymodels' workflows into objects containing the
objects allow for low dependency prediction locally or directly in
databases.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/orbital, https://orbital.tidymodels.org
URL: https://github.com/tidymodels/orbital
BugReports: https://github.com/tidymodels/orbital/issues
Imports:
cli,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# orbital (development version)
# orbital 0.2.0

* Support for `step_dummy()`, `step_impute_mean()`, `step_impute_median()`, `step_impute_mode()`, `step_unknown()`, `step_novel()`, `step_other()`, `step_BoxCox()`, `step_inverse()`, `step_mutate()`, `step_sqrt()`, `step_indicate_na()`, `step_range()`, `step_intercept()`, `step_ratio()`, `step_lag()`, `step_log()`, `step_rename()` has been added. (#17)

Expand Down

0 comments on commit 24805d2

Please sign in to comment.