Not nearly there yet, but here's a checklist for when I get nearer: - [x] Rename repo to `objc2` (I think that's the name I'm going with; it's a successor to `objc`, and an implementation that targets Objective-C version 2) - [x] Before ^, check crate name availability - [x] Rename crates to use `objc2_` prefix - Done in #34 - [x] ~Reset version numbers? (e.g. set all to `0.1.0`)~ Nope - [x] Figure out how we should do releases (all crates follow the same version number even if stuff hasn't changed? Or may the numbers diverge?) - [x] Add a logo? - See #36 - [x] #51
Not nearly there yet, but here's a checklist for when I get nearer:
objc2(I think that's the name I'm going with; it's a successor toobjc, and an implementation that targets Objective-C version 2)objc2_prefixobjc2#34Reset version numbers? (e.g. set all toNope0.1.0)