All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.9.0 - 2023-11-15
- PR#27 changed the version requirements for
sentry-types
to fix the breaking change it introduced.
0.8.2 - 2023-11-15
- Commit [7f48012] pinned
sentry-types
to =0.31.6 to avoid a breaking change in >=0.31.7.
0.8.1 - 2023-11-15 yanked
- Commit [6adfcc4] pinned
sentry-types
to <=0.31.6 to avoid a breaking change in >=0.31.7.
0.8.0 - 2023-05-23 yanked
- PR#24 updated the underlying breakpad C++ library to ~HEAD. Thanks @MarijnS95!
0.7.0 - 2022-12-16
- 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.
0.6.0 - 2022-11-04
- PR#18 bumped
sentry-core
to0.28
.
0.5.0 - 2022-06-29
- PR#15 bumped
sentry-core
to0.27
.
0.4.0 - 2022-05-26
- Nothing. Bumping semver minor version since 0.3.1 was not technically semver correct.
0.3.1 - 2022-05-20
- PR#14 updated
sentry-core
to 0.26.0. Thanks @poliorcetics!
0.3.0 - 2022-03-03
0.2.0 - 2022-01-21
- PR#10 updated
sentry-core
to 0.24.1. Thanks @MarijnS95!
0.1.0 - 2021-07-27
- Initial implementation