open-i18n / rust-unic

UNIC: Unicode and Internationalization Crates for Rust
https://crates.io/crates/unic
Other
234 stars 24 forks source link

Release 0.7.0 #194

Closed CAD97 closed 6 years ago

CAD97 commented 6 years ago

We've had a good deal of changes made since the last release.

Could we get version 0.7.0 released?


behnam commented 6 years ago

Thanks for looking into it, @CAD97! Yeah, it's been in my shortlist for this weekend! I'll get to it in the evening! :)

behnam commented 6 years ago

Uh... have to push it back a couple of days, again. Sorry for the delays. It's on top of the list now and will be done in a day or two!

behnam commented 6 years ago

Okay, I'm done with the fixes needed for the release. Waiting for tests to pass and will cut the release in the morning.


Release: v0.7.0

UNIC Applications

UNIC Applications are binary creates hosting in the same repository as unic super-crate, under the apps/ directory. These creates are not internal parts of the unic library, but tools designed and developed for the general audience, also serving as a test bed for the UNIC API. We are starting with CLI applications, and possibly expanding it to GUI and WEB applications, as well.

New Components

Character Property

String Algorithm

Other Updates

This release was delayed for a couple of cycles, because of the problems with running tests in a workspace with a mix of std and no-std creates. The issue is resolved as of 1.22.0.

behnam commented 6 years ago

Okay, there are a couple of more fixes I want to get in before release. Hopefully this evening.

behnam commented 6 years ago

Done: https://github.com/behnam/rust-unic/releases/tag/v0.7.0

More: https://users.rust-lang.org/t/unic-0-7-0-and-unic-cli-app/15481