dkubb / adamantium

Create immutable objects
MIT License
373 stars 13 forks source link

Release version 0.2.0 #28

Closed sferik closed 10 years ago

sferik commented 10 years ago

A bunch of things have changed since version 0.1.0 was released in August. Most notably, memoization is now an external dependency instead of a built-in feature. This means memoizable version 0.4.0 and adamantium version 0.1.0 are incompatible. Projects that would like to use both projects must choose one or the other. Releasing a new gem version of this library will fix this problem.

I’d recommend merging this pull request to update the memoizable dependency before shipping the next version.

dkubb commented 10 years ago

I have released 0.2.0 with the updated memoizable dependency.

sferik commented 10 years ago

Thanks!