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/0.4.0 #56

Merged
merged 5 commits into from
Dec 20, 2022
Merged

Release/0.4.0 #56

merged 5 commits into from
Dec 20, 2022

Conversation

nicoburns
Copy link
Collaborator

@nicoburns nicoburns commented Dec 19, 2022

Now that we've successfully updated yoga, I'm hoping we can get a new version published to crates.io. This PR is to prepare for a release of the newly updated code:

  • Upgrades all dependencies to latest versions (no code changes were required)
  • Adds CHANGELOG.md documenting changes
  • Updates version number in Cargo.toml. I figured that a minor version bump was warranted here as I think we updated the yoga version by about 4 years.

I wasn't quite sure if I should update the patch versions of dependencies. I think it probably doesn't make a lot of difference as I believe cargo will consider patch versions semver-compatible and choose the patch version it wants to regardless of the patch version we specify.

Copy link
Owner

@bschwind bschwind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful!

@bschwind bschwind merged commit 5f698b2 into bschwind:master Dec 20, 2022
@bschwind
Copy link
Owner

@nicoburns thanks for the housekeeping on this one, I've published 0.4.0, let me know if there's anything else I can help with!

@nicoburns
Copy link
Collaborator Author

@bschwind Amazing! I think that's everything for now. I'm probably going to try and periodically update this to the latest yoga, but that should hopefully just be a submodule commit update and a version number bump. I might also partially port Taffy's gentest runner to this library at some point (it's written in Rust, so this would remove the ruby dependency).

@bschwind
Copy link
Owner

I might also partially port Taffy's gentest runner to this library at some point (it's written in Rust, so this would remove the ruby dependency).

I'd be totally in favor of this! Happy to remove extra language dependencies.

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.

2 participants