Skip to content
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 v8.0.0 #270

Merged
merged 2 commits into from
Mar 18, 2024
Merged

Release v8.0.0 #270

merged 2 commits into from
Mar 18, 2024

Conversation

NyxCode
Copy link
Collaborator

@NyxCode NyxCode commented Mar 14, 2024

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 to 0.7..0.9, since e.g 0.8.1 shouldn't introduce a breaking change
  • bigdecimal
    We were supporting 0.0.13..=0.4. I've relaxed this to 0.0.13..0.5, for the same reason as above.
  • ordered-float
    Same goes for ordered-float. Since that's beyond 0.x.x, and we support 4.0, we should also support 4.*.*, so <5

I hope I didn't screw anything up here, semver always confuses me.

Further ToDos

  • Get #[ts(bound)] merged
    Since 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

  • I have followed the steps listed in the Contributing guide.
  • If necessary, I have added documentation related to the changes made.
  • I have added or updated the tests related to the changes made.

@escritorio-gustavo escritorio-gustavo linked an issue Mar 18, 2024 that may be closed by this pull request
@NyxCode
Copy link
Collaborator Author

NyxCode commented Mar 18, 2024

Alright, let's get this done 😅

@NyxCode NyxCode merged commit 160b355 into main Mar 18, 2024
14 checks passed
@NyxCode
Copy link
Collaborator Author

NyxCode commented Mar 18, 2024

@escritorio-gustavo
Version 8 is published and rustdocs are already built. I've also added a release here on GitHub.
If there's anything you think is missing from it, feel free to edit it.

I'm super happy we finally get a release out! 😆
I want to reiterate that I'm very gratefull for the time and effort you put in. We wouldn't have gotten here without you, not even close!

@escritorio-gustavo
Copy link
Contributor

If there's anything you think is missing from it, feel free to edit it.

As far as I can tell there's nothing missing here!

I'm super happy we finally get a release out! 😆
I want to reiterate that I'm very gratefull for the time and effort you put in. We wouldn't have gotten here without you, not even close!

Thank you! It's awesome being able to help with the project, and I love working on it!

@escritorio-gustavo
Copy link
Contributor

escritorio-gustavo commented Mar 18, 2024

image

I think the GitHub release is pointing to an old commit from November 2021: 773695b

@NyxCode
Copy link
Collaborator Author

NyxCode commented Mar 18, 2024

Seems like it.

I've pushed tags for 8.0.0 and 7.1.1 and updated the release. Probably a good idea to have tags for releases, if i think about it ^^.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cut a 7.2.0 ?
2 participants