Skip to content

Commit bd26989

Browse files
committed
This is 0.2.0
1 parent bb96252 commit bd26989

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: ellipsis
2-
Version: 0.1.1
2+
Version: 0.2.0
33
Title: Tools for Working with ...
44
Description: The ellipsis is a powerful tool for extending functions. Unfortunately
55
this power comes at a cost: misspelled arguments will be silently ignored.

NEWS.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

2-
# ellipsis 0.1.1
2+
# ellipsis 0.2.0
33

4-
* ellipsis has officially graduated from experimental to maturing in the
5-
package lifecycle.
4+
ellipsis has officially graduated from experimental to maturing in the
5+
package lifecycle.
66

7-
* `check_()` functions now throw custom errors, rather than warnings.
7+
* The main change of this release is that `check_()` functions now
8+
throw custom errors, rather than warnings.
89

910
* `check_` functions have been optimised for the most common case of no
1011
problems. This means that you use it in more places without worrying

0 commit comments

Comments
 (0)