rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.91k stars 111 forks source link

1.0 release #91

Closed Kimundi closed 6 years ago

Kimundi commented 6 years ago

This PR finally stabilizes this crate as version 1.0!

KodrAus commented 6 years ago

Woohoo! Is it safe to assume changes to the API behind the nightly feature aren't being SemVer tracked, since we might be forced to tweak them in breaking ways? Maybe we should mention that in the readme somewhere.

Kimundi commented 6 years ago

Ah, good point, I never even considered that they might be taken as stable parts of the API.

Hm, given that the nightly feature lives outside the module tree, where is the usual place to document stuff like this again?

Kimundi commented 6 years ago

Alright, I added some docs about the two features, and also cleaned up doc and metadata stuff I seem to have messed up in some recent changes.

Kimundi commented 6 years ago

Judging by the lack of further comments, I think it's time for the actual release now. :)