Skip to content

Commit

Permalink
build: bumps version to v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Dec 18, 2024
1 parent f970276 commit e27b7d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.5] - 2024-12-18

### Fixed

- No longer wrongly use event metadata for Tower.Event.similarity_id calculated value

## [0.7.4] - 2024-12-12

### Added
Expand Down Expand Up @@ -178,6 +184,7 @@ is the main way `tower` handles errors. Keep elixir 1.15+ for now.

- Reporters (those implementing `Tower.Reporter` behaviour) can now handle events with just one callback: `report_event/1`, in replacement of `report_exception/2,3`, `report_exit/2,3`, `report_throw/2,3` and `report_message/2,3` callbacks.

[0.7.5]: https://github.com/mimiquate/tower/compare/v0.7.4...v0.7.5/
[0.7.4]: https://github.com/mimiquate/tower/compare/v0.7.3...v0.7.4/
[0.7.3]: https://github.com/mimiquate/tower/compare/v0.7.2...v0.7.3/
[0.7.2]: https://github.com/mimiquate/tower/compare/v0.7.1...v0.7.2/
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Tower.MixProject do

@description "Flexible error tracking and reporting in Elixir"
@source_url "https://github.com/mimiquate/tower"
@version "0.7.4"
@version "0.7.5"

def project do
[
Expand Down

0 comments on commit e27b7d8

Please sign in to comment.