Jimmy Bogard just made the announcement that AutoMapper is now 1.0. Babies grow up so fast. Jimmy has cultivated this project since it’s infancy, although I think almost everyone from Headspring has at least one commit (I think I had a total of 3 commits, perhaps).
Anyway, go download and upgrade now.
For those who don’t know, AutoMapper is an object-to-object mapper, and you can read more about it on the CodePlex documentation wiki as well as inside the book, ASP.NET MVC in Action. AutoMapper is very, very useful when mapping from persistent objects to view model objects, but that is just one of the uses.