- Updated broken dependencies that were preventing compilation on newer versions of Rust, thanks to @isaac-nls, in #27
- Fix clippy warnings
- Upgrade
async-nats
to0.37
from0.10
- Updated async-nats dependency
- Updated dependencies and ran clippy-fix
- Fix build status badge in README
- Fix examples in docs
- Update README
- Replace custom
ConfigBuilder
with derived one - Remove
bytes
library from deps
- Improved cargo docs
- Created
CHANGELOG.md
- Adjusted visibility, default to
pub(crate)
whenpub
not needed - Add
call()
function toContext
- Updated license in cargo.toml
- Initial release