File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 1.4.0] ( https://github.com/applandinc/appmap-java/compare/v1.3.0...v1.4.0 ) (2021-08-09)
2+
3+
4+ ### Bug Fixes
5+
6+ * Memoize package name ([ 0a74b37] ( https://github.com/applandinc/appmap-java/commit/0a74b375d356753619574c3285c98d9235b03282 ) )
7+ * Record to designated output directory ([ 5787108] ( https://github.com/applandinc/appmap-java/commit/57871083ef43472da759c65da25e26ec6bebf0ae ) )
8+
9+
10+ ### Features
11+
12+ * Ignore common methods ([ 53e537d] ( https://github.com/applandinc/appmap-java/commit/53e537d703bcc4f4995bb6c2a4f5609297f529aa ) )
13+ * Implement 'shallow' mode ([ ebf10ea] ( https://github.com/applandinc/appmap-java/commit/ebf10eaf6e95585917ddadc63e1b8422be11d5b6 ) )
14+
115# [ 1.3.0] ( https://github.com/applandinc/appmap-java/compare/v1.2.0...v1.3.0 ) (2021-08-02)
216
317
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
2424// hardcoded -- could be redefined via env variables and project properties (see below)
2525def parameterizedVersion = findProperty(' appMapAgentVersion' )
2626def travisVersion = System . getenv(" TRAVIS_BRANCH" )
27- def defaultVersion = ' 1.3 .0'
27+ def defaultVersion = ' 1.4 .0'
2828
2929def versionLikeRegexp = / ^\d +\.\d +.*/
3030def travisVersionValid = travisVersion && (travisVersion ==~ versionLikeRegexp)
You can’t perform that action at this time.
0 commit comments