Skip to content

Commit

Permalink
bump news and version (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Jan 16, 2024
1 parent fc6815f commit a1dd548
Show file tree
Hide file tree
Showing 2 changed files with 5 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: echo
Title: Echo Code Evaluations
Version: 0.1.0.9000
Version: 0.1.0.9001
Authors@R:
person(given = "Jordan Mark",
family = "Barbone",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

# echo 0.1.0.9000

* `echo()` gains new `progress` param to print a progress bar, similar to `utils::txtProgressBar(style = 3)` [#2](https://github.com/jmbarbone/echo/issues/2)
* `echo()` now handles single expressions better (e.g., `echo({ letters })` and `echo(letters)` should produce the same result)
* `echo()` gains new `expr` param to evaluate an `expression` object instead of `expr` or `file`
* Added a `NEWS.md` file to track changes to the package.

0 comments on commit a1dd548

Please sign in to comment.