-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.10.0 #280
Comments
I believe #238 needs some more review (there are still some comments around tail calls discussions, and some discussions around filtering functions being (re)/moved to Gen module). Once we get #247 merged we should be good to a 0.10.0 release, if you agree, @adam-becker @TysonMN. |
I am fine with a release at any time. |
If we still want to include Hedgehog.Experimental in the v1.0, we might consider making v0.10.0 first. |
I agree with @dharmaturtle. I would prefer |
More generally, I am in favor of putting off v1.0 as long as active progress is being made to make (major) improvements. |
Agreed with putting off v1.0. Additionally, the fact that we're still introducing breaking changes (e.g. |
I was thinking about looking forward v1.0 after a couple of months from now, but yes if we want to release sooner than that then v0.10 makes sense. 👀 👍 |
A few things we can test on next release (v0.10)
It'd be nice to add some release notes, or some more examples in the docs, with all the great stuff we've added:
And any breaking changes introduced between this release and older releases may as well be included in the notes. — This one can be 'easy' as I can simply upgrade F# Hedgehog on some of the older codebases from a few years ago. (These are basically notes to myself, or to those willing to take over or help with maintaining the |
Going forward, I recommend we add to the release notes any new features, breaking changes, and such as part of the process of completing a PR. |
@moodmosaic I wouldn't mind helping to maintain the project. |
@adam-becker I appreciate this, as well as all the great work you're doing. This is great news for the project. 🚀 💯 |
@moodmosaic I've created a Edit: Forgot milestones exist, using that instead. |
@adam-becker, @TysonMN, we should be doing a release after merging
Moved functions from Random to Gen #238Postponed for 0.11.0 or 1.0.00I think those are ready to merge, or close to be ready to merge. This way we can get the Hedgehog.Linq stuff out soon. And then focus on the other ones.
The text was updated successfully, but these errors were encountered: