Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2021-08-09)

### Bug Fixes

* Don't clean the output directory on build ([3cf48c3](3cf48c3))
* gsub Appmap -> AppMap ([9286a9f](9286a9f))

### Features

* Add task to print the appmap jar file path and java.home ([7e0cefe](7e0cefe))
* Agent version ranges from 1.3 to 2.0 (not inclusive) ([e32f238](e32f238))
* Apply version constraint [1.0, 2.0) to appmap-agent ([ceec53c](ceec53c))
* Rename 'validate-config' task to 'appmap-validate-config' ([d4418ac](d4418ac))
* Update behavior of debug flag ([d6e9019](d6e9019))
  • Loading branch information
semantic-release-bot committed Aug 9, 2021
1 parent b16652e commit 8370670
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.1.0](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.0.2...v1.1.0) (2021-08-09)


### Bug Fixes

* Don't clean the output directory on build ([3cf48c3](https://github.com/applandinc/appmap-gradle-plugin/commit/3cf48c33fef1bfb88fb4608c2b278d8f184d75b1))
* gsub Appmap -> AppMap ([9286a9f](https://github.com/applandinc/appmap-gradle-plugin/commit/9286a9f416d9f8ac3985516b5a41c113c9f8687e))


### Features

* Add task to print the appmap jar file path and java.home ([7e0cefe](https://github.com/applandinc/appmap-gradle-plugin/commit/7e0cefedf0c4227d9113f7f49392352eb61335c9))
* Agent version ranges from 1.3 to 2.0 (not inclusive) ([e32f238](https://github.com/applandinc/appmap-gradle-plugin/commit/e32f238c18c02d9ada157f74f1496b8e59f4eae5))
* Apply version constraint [1.0, 2.0) to appmap-agent ([ceec53c](https://github.com/applandinc/appmap-gradle-plugin/commit/ceec53ca003f03633cff34a6facd2d8a86f580fd))
* Rename 'validate-config' task to 'appmap-validate-config' ([d4418ac](https://github.com/applandinc/appmap-gradle-plugin/commit/d4418acbcaa50d6c7767454546a1dee7b6004f52))
* Update behavior of debug flag ([d6e9019](https://github.com/applandinc/appmap-gradle-plugin/commit/d6e9019a2eb505c0acf01b4ae62534dac6619b71))

## [1.0.2](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.0.1...v1.0.2) (2021-05-20)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
def defGroupId = 'com.appland'
def defArtifactId = 'appmap-gradle-plugin'
def defName = 'AppMap Gradle Plugin'
def defVersion = "1.0.2"
def defVersion = "1.1.0"
def defDescription = 'Gradle plugin to record AppMaps'
def defGitSlug = "applandinc/appmap-gradle-plugin"
def defMavenRepo = 'https://s01.oss.sonatype.org'
Expand Down

0 comments on commit 8370670

Please sign in to comment.