Skip to content

Commit ac0aa94

Browse files
author
getsentry-bot
committed
Merge branch 'release/10.0.1'
2 parents 69e47ec + e81a35a commit ac0aa94

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 10.0.1
4+
5+
### Various fixes & improvements
6+
7+
- Fix reading of config in "mix sentry.package_source_code" (#653)
8+
- Don't ship Dialyzer PLTs with releases (#654)
9+
310
## 10.0.0
411

512
- `:report_deps` now reports all loaded applications at the time the `:sentry` application starts. This is not a compile-time configuration option anymore.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Sentry.Mixfile do
22
use Mix.Project
33

4-
@version "10.0.0"
4+
@version "10.0.1"
55
@source_url "https://github.com/getsentry/sentry-elixir"
66

77
def project do

0 commit comments

Comments
 (0)