Releases: EmbarkStudios/sentry-contrib-rust
Releases · EmbarkStudios/sentry-contrib-rust
Release 0.9.0
Changed
- PR#27 changed the version requirements for
sentry-types
to fix the breaking change it introduced.
Release 0.8.2
Fixed
- Commit [7f48012] pinned
sentry-types
to =0.31.6 to avoid a breaking change in >=0.31.7.
0.8.0
Changed
- PR#24 updated the underlying breakpad C++ library to ~HEAD. Thanks @MarijnS95!
Release 0.7.0
Changed
- PR#22 bumped
sentry-core
to>=0.29
which will hopefully mean we don't need to bump version numbers for new releases until there is an actual breaking change.
Release 0.6.0
Changed
- PR#18 bumped
sentry-core
to0.28
.
Release 0.5.0
Changed
- PR#15 bumped
sentry-core
to0.27
.
Release 0.4.0
Changed
- Nothing. Bumping semver minor version since 0.3.1 was not technically semver correct.
Release 0.3.1
Changed
- PR#14 updated
sentry-core
to 0.26.0. Thanks @poliorcetics!
Release 0.3.0
Release 0.2.0
Changed
- PR#10 updated
sentry-core
to 0.24.1. Thanks @MarijnS95!