Aleph-Alpha/ts-rs

Cut a 7.2.0 ?

lf94 opened this issue ยท 6 comments

lf94 commented

Hey! Could you please cut a 7.2.0 ? We need fixes that were introduced for enum variants ๐Ÿ™ If there's anything we can do to help with the process let me know!

Hey! Which fixes specifically are you referring to?
The plan was to release an 8.0.0, which would include the fixes we have done since 7.1.1, but also a couple of breaking changes.
I'm open to the idea of publishing 7.2.0 without the breaking features though.

lf94 commented

Stuff around enum variant renames :) I can get an exact commit later today (on mobile atm)

lf94 commented

I think cutting up f86ccb5 would be the most appropriate for us (fixes the issue, has the tests, updates the README), but we're also good for a 8.0.0 if you'd like to make that jump also :)

While this is being worked out, you can use the following in your Cargo.toml

[dependencies]
ts-rs = { git = "https://github.com/Aleph-Alpha/ts-rs.git", rev = "f86ccb5" }
lf94 commented

Any ETA on when a new version will be cut?

Unfortunately not yet, but I do recommend you try the workaround I suggested to make sure the commit you mention doesn't have breaking changes