0.1.4
This release contains a known breaking change.
If a DivviupClient
is instantiated with DivviupClient::new(token.into(), ...)
, this release will break the ability of the compiler to infer the type of .into()
. Since DivviupClient
now takes an impl Display
, you can remove the .into()
to fix this break.
What's Changed
- upgrade deps and add type: module for new version of vite by @jbr in #690
- Bump google-github-actions/auth from 1 to 2 by @dependabot in #666
- patch dependency updates by @jbr in #697
- Create collector credential in right path by @tgeoghegan in #696
- Further deps by @jbr in #698
- upgrade dependencies and refactor to use latest trillium-client by @jbr in #711
- Bump rust from 1.74.1-alpine to 1.75.0-alpine by @dependabot in #707
- Consolidate integration test targets by @divergentdave in #714
- Bump version to 0.1.4 by @inahga in #715
- Clean up unused import warnings by @divergentdave in #716
Full Changelog: 0.1.3...0.1.4