Skip to content

Commit 8370670

Browse files
chore(release): 1.1.0 [skip ci]
# [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))
1 parent b16652e commit 8370670

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.1.0](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.0.2...v1.1.0) (2021-08-09)
2+
3+
4+
### Bug Fixes
5+
6+
* Don't clean the output directory on build ([3cf48c3](https://github.com/applandinc/appmap-gradle-plugin/commit/3cf48c33fef1bfb88fb4608c2b278d8f184d75b1))
7+
* gsub Appmap -> AppMap ([9286a9f](https://github.com/applandinc/appmap-gradle-plugin/commit/9286a9f416d9f8ac3985516b5a41c113c9f8687e))
8+
9+
10+
### Features
11+
12+
* Add task to print the appmap jar file path and java.home ([7e0cefe](https://github.com/applandinc/appmap-gradle-plugin/commit/7e0cefedf0c4227d9113f7f49392352eb61335c9))
13+
* Agent version ranges from 1.3 to 2.0 (not inclusive) ([e32f238](https://github.com/applandinc/appmap-gradle-plugin/commit/e32f238c18c02d9ada157f74f1496b8e59f4eae5))
14+
* Apply version constraint [1.0, 2.0) to appmap-agent ([ceec53c](https://github.com/applandinc/appmap-gradle-plugin/commit/ceec53ca003f03633cff34a6facd2d8a86f580fd))
15+
* Rename 'validate-config' task to 'appmap-validate-config' ([d4418ac](https://github.com/applandinc/appmap-gradle-plugin/commit/d4418acbcaa50d6c7767454546a1dee7b6004f52))
16+
* Update behavior of debug flag ([d6e9019](https://github.com/applandinc/appmap-gradle-plugin/commit/d6e9019a2eb505c0acf01b4ae62534dac6619b71))
17+
118
## [1.0.2](https://github.com/applandinc/appmap-gradle-plugin/compare/v1.0.1...v1.0.2) (2021-05-20)
219

320

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
def defGroupId = 'com.appland'
1313
def defArtifactId = 'appmap-gradle-plugin'
1414
def defName = 'AppMap Gradle Plugin'
15-
def defVersion = "1.0.2"
15+
def defVersion = "1.1.0"
1616
def defDescription = 'Gradle plugin to record AppMaps'
1717
def defGitSlug = "applandinc/appmap-gradle-plugin"
1818
def defMavenRepo = 'https://s01.oss.sonatype.org'

0 commit comments

Comments
 (0)