Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Goal
Let's get v8.0.0 released! 🚀
Changes
After the discussion in #251, I've now already bumped the version here.
Aditionally, I've relaxed some dependencies:
heapless
We were supporting
0.7..=0.8
. I've relaxed this to0.7..0.9
, since e.g0.8.1
shouldn't introduce a breaking changebigdecimal
We were supporting
0.0.13..=0.4
. I've relaxed this to0.0.13..0.5
, for the same reason as above.ordered-float
Same goes for
ordered-float
. Since that's beyond0.x.x
, and we support4.0
, we should also support4.*.*
, so<5
I hope I didn't screw anything up here, semver always confuses me.
Further ToDos
#[ts(bound)]
mergedSince it's a very straight-forward feature, i think we can get this in before release. It also makes a lot of sense to release it together with
#[ts(concrete)]
imho.Checklist