blacksmith icon indicating copy to clipboard operation
blacksmith copied to clipboard

documentation is for v 0.2 but no release

Open chrisjowen opened this issue 10 years ago • 2 comments

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

chrisjowen avatar Feb 24 '16 12:02 chrisjowen

@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!

seanabrahams avatar May 12 '16 20:05 seanabrahams

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.)

paulgoetze avatar Jun 30 '16 19:06 paulgoetze