We have to kinds of updates. A major update occurs when y changes in x.y.z. A minor update when z changes.
Major updates can introduce code incompabilities with code that uses a previous version of this library. Minor updates are garantueed to only include bug fixes or upgrades of a few depedencies.
Removed the FromCookie trait. We use Rocket's private cookie system by default. So LoginStatus doens't need a type parameter for FromCookie anymore, see example/ for more information.
Upgraded to Rocket 0.2
Introduction of the library