documentation is for v 0.2 but no release
Hi,
I followed your documentation and the version you specify (i.e. 0.1) creates a different method signature for Blacksmith.save whereby it expects a repo as the first argument. So your example was failing for me:
user = Forge.saved_user name: "Will Override", favorite_language: "Elixir"
I noticed that the signature changed in the master branch so I am using this, but it would be helpful to either change the documentation or push another release.
Cheers, Chris
@batate @ericmj Please mix hex.publish. It only takes a second and saves us users from spending potentially a lot of time figuring out what's wrong. Thanks for the library!
It might also make sense to have release tags here in this Repo, so that you can easily spot the current version. Also a changelog (either as file or in release tag notes) would be great to prevent such situations. (Of cause then release tags and hex releases should still be kept in sync.)