Skip to content

Commit

Permalink
release: 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 23, 2023
1 parent 69e47ec commit 4b34516
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 10.0.1

### Various fixes & improvements

- Add more tests for Sentry.Sources (69e47ec2) by @whatyouhide
- Don't ship Dialyzer PLTs with releases (#654) by @whatyouhide
- Fix reading of config in "mix sentry.package_source_code" (#653) by @whatyouhide

## 10.0.0

- `:report_deps` now reports all loaded applications at the time the `:sentry` application starts. This is not a compile-time configuration option anymore.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Sentry.Mixfile do
use Mix.Project

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

def project do
Expand Down

0 comments on commit 4b34516

Please sign in to comment.