Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(changelog): Make versions heading level 2 #141

Merged
merged 2 commits into from
Jul 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .craft.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
minVersion: 0.23.1
changelogPolicy: simple
changelogPolicy: auto
artifactProvider:
name: none
targets:
Expand Down
22 changes: 12 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Unreleased
# Changelog

# 2.0.1
## Unreleased

## 2.0.1

* Fix: Only upload debug symbols for non debuggable App. (#139)

# 2.0.0
## 2.0.0

This release comes with a full rewrite of the Sentry Gradle Plugin.

Expand Down Expand Up @@ -36,36 +38,36 @@ Thank you:
* @ansman for driving the first PoC of the full rewrite.
* @cerisier for EA and small fixes.

# 2.0.0-beta.3
## 2.0.0-beta.3

* Enhancement: Clean up deprecated/removed Dex and Transform tasks (#130)

# 2.0.0-beta.2
## 2.0.0-beta.2

* Enhancement: Use pluginManager instead of project.afterEvaluate (#119)
* Enhancement: Use assembleTaskProvider lazily (#121)
* Enhancement: Use packageProvider lazily (#125)
* Enhancement: Use mappingFileProvider lazily (#128)

# 2.0.0-beta.1
## 2.0.0-beta.1

* Feat: Support Configuration Avoidance (#112)
* Fix: Silence the warning for missing mapping file on variants that don't enable minification (#111)
* Bump: sentry-cli to 1.64.1

# 2.0.0-alpha.3
## 2.0.0-alpha.3

* Fix: Only wire upload mapping task if minifyEnabled (#86) @cerisier

# 2.0.0-alpha.2
## 2.0.0-alpha.2

* Fix: Publish Plugin Marker on maven central @marandaneto

# 2.0.0-alpha.1
## 2.0.0-alpha.1

* Feat: Gradle plugin v2 (#50) @cortinico
* Enhancement: Allow module level sentry properties file (#33) @MatthewTPage

# 1.x
## 1.x

* See GH releases https://github.com/getsentry/sentry-android-gradle-plugin/releases