Skip to content

Commit 784306d

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-05-12) ### Features * Updated Documentation, Added validate-config goal to check on config files, and clean output directory action to delete previously generated files. ([#5](#5)) ([8f44c51](8f44c51))
1 parent a3f2245 commit 784306d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# 1.0.0 (2021-05-12)
2+
3+
4+
### Features
5+
6+
* Updated Documentation, Added validate-config goal to check on config files, and clean output directory action to delete previously generated files. ([#5](https://github.com/applandinc/appmap-gradle-plugin/issues/5)) ([8f44c51](https://github.com/applandinc/appmap-gradle-plugin/commit/8f44c51da0a20656f89e12e74383142939fb8abb))

build.gradle

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

0 commit comments

Comments
 (0)