mix
excludes pre-versions by default..iex(1)> Version.match?("1.1.1-rc", "~> 1.1")
true
iex(2)> Version.match?("1.1.1-rc", "~> 1.1", allow_pre: false)
false
nonempty_list()
or maybe_improper_list()
and so on either.
alfert/propcheck#200 Would you like that to be merged, or should we close and simply update to the new PropEr release when it is released?
I guess we don't need to merge, we simply wait for the release, upgrade then the dependencies and release PropCheck 1.4
My next project will be a release manager in and for Elixir :-)
Hehe :) In the end, everybody writes shell scripts to automate releases :D