Skip to content

Commit d6709e1

Browse files
committed
build: bumps version to v0.8.1
1 parent 6eb7d7d commit d6709e1

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.8.0] - 2024-01-31
8+
## [0.8.1] - 2025-02-28
9+
10+
### Added
11+
12+
- Ability to report directly a `Tower.Event` with `Tower.report/1` (#118, thanks [@msutkowski])
13+
14+
### Fixed
15+
16+
- `Tower.test/0` and `mix tower.test` fixed when verifying if async reporters work (#129).
17+
18+
## [0.8.0] - 2025-01-31
919

1020
### Changed
1121

@@ -190,6 +200,7 @@ is the main way `tower` handles errors. Keep elixir 1.15+ for now.
190200

191201
- 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.
192202

203+
[0.8.1]: https://github.com/mimiquate/tower/compare/v0.8.0...v0.8.1/
193204
[0.8.0]: https://github.com/mimiquate/tower/compare/v0.7.5...v0.8.0/
194205
[0.7.5]: https://github.com/mimiquate/tower/compare/v0.7.4...v0.7.5/
195206
[0.7.4]: https://github.com/mimiquate/tower/compare/v0.7.3...v0.7.4/
@@ -210,3 +221,5 @@ is the main way `tower` handles errors. Keep elixir 1.15+ for now.
210221
[0.4.0]: https://github.com/mimiquate/tower/compare/v0.3.0...v0.4.0/
211222
[0.3.0]: https://github.com/mimiquate/tower/compare/v0.2.0...v0.3.0/
212223
[0.2.0]: https://github.com/mimiquate/tower/compare/v0.1.0...v0.2.0/
224+
225+
[@msutkowski]: https://github.com/msutkowski

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Tower.MixProject do
33

44
@description "Flexible error tracking and reporting in Elixir"
55
@source_url "https://github.com/mimiquate/tower"
6-
@version "0.8.0"
6+
@version "0.8.1"
77

88
def project do
99
[

0 commit comments

Comments
 (0)