Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

75 lines (59 loc) · 3.59 KB

Changelog

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

Changed

  • PR#27 changed the version requirements for sentry-types to fix the breaking change it introduced.

0.8.2 - 2023-11-15

Fixed

  • 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

Fixed

  • 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

Changed

  • PR#24 updated the underlying breakpad C++ library to ~HEAD. Thanks @MarijnS95!

0.7.0 - 2022-12-16

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.

0.6.0 - 2022-11-04

Changed

  • PR#18 bumped sentry-core to 0.28.

0.5.0 - 2022-06-29

Changed

  • PR#15 bumped sentry-core to 0.27.

0.4.0 - 2022-05-26

Changed

  • Nothing. Bumping semver minor version since 0.3.1 was not technically semver correct.

0.3.1 - 2022-05-20

Changed

0.3.0 - 2022-03-03

Changed

Removed

  • PR#11 removed some unused dependencies. Thanks @vthib!

0.2.0 - 2022-01-21

Changed

0.1.0 - 2021-07-27

Added

  • Initial implementation