Skip to content

Commit 1c99f12

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-03-17) ### Features * AppMap Maven plugin ([#46](#46)) ([1798df2](1798df2)) * appmap.yml errors are logged to stderr ([e746253](e746253))
1 parent ea9c595 commit 1c99f12

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.0 (2021-03-17)
2+
3+
4+
### Features
5+
6+
* AppMap Maven plugin ([#46](https://github.com/applandinc/appmap-java/issues/46)) ([1798df2](https://github.com/applandinc/appmap-java/commit/1798df254f76155bdae9d74ff1f32b7be6f1d15b))
7+
* appmap.yml errors are logged to stderr ([e746253](https://github.com/applandinc/appmap-java/commit/e7462538725142b50638c036835e04345f1a81d4))
8+
19
## 0.5.1 (2021-03-09)
210

311
### Added

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
// hardcoded -- could be redefined via env variables and project properties (see below)
2525
def parameterizedVersion = findProperty('appMapAgentVersion')
2626
def travisVersion = System.getenv("TRAVIS_BRANCH")
27-
def defaultVersion = '0.5.1'
27+
def defaultVersion = '1.0.0'
2828

2929
def versionLikeRegexp = /^\d+\.\d+.*/
3030
def travisVersionValid = travisVersion && (travisVersion ==~ versionLikeRegexp)

0 commit comments

Comments
 (0)