Nebo15 / sage

A dependency-free tool to run distributed transactions in Elixir, inspired by Sagas pattern.
MIT License
912 stars 40 forks source link

Update README.md to match 0.6.0+ versions #57

Closed agleb closed 3 years ago

agleb commented 3 years ago

Compensations have arity 3 in 0.6.0+ (which is now published in hex), instead of 4 in 0.4.0, which is recommended in the README.md file

Recommended mix dependency should be {:sage, ">= 0.6.0"}

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 99.598% when pulling 70a16f0359e39afa2563013fa70936ee700d3386 on agleb:update-recommended-version into 64b06e3851ab9b12e2ef306492a63164407d4fb0 on Nebo15:master.

AndrewDryga commented 3 years ago

Thank you