unicode-rs / unicode-normalization

Unicode Normalization forms according to UAX#15 rules
https://unicode-rs.github.io/unicode-normalization
Other
158 stars 40 forks source link

Missing code/tags for 0.1.15 and 0.1.16 #69

Closed bossmc closed 3 years ago

bossmc commented 3 years ago

You've helpfully added git tags for the releases of this crate but currently there's no tag for the 0.1.15, and (more confusingly) there doesn't seem to be any commits for the 0.1.16 release at all - master's Cargo.toml is still at 0.1.15.

I'm interested because we have various tools that try to work out the exact provenance of open-source code and one of the easier heuristics is when codebases have tags for their releases. If it's not too much trouble, could you please add the missing tags?

Manishearth commented 3 years ago

oops! I did a release locally and forgot to push

Manishearth commented 3 years ago

Force pushed, usually don't like to do that but kinda had to in this case

Manishearth commented 3 years ago

D

bossmc commented 3 years ago

Nice one, thanks!