Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2021-07-26)

### Bug Fixes

* Fix some path bugs and get the tests working ([ec32e23](ec32e23))
* Remove unused class RecordServlet ([1bd39de](1bd39de))

### Features

* 'init' command suggests appmap.yml with project name and packages ([299bb70](299bb70))
* 'status' command reports project properties ([cb4693d](cb4693d))
* 'status' command reports test commands ([058ae0e](058ae0e))
* Add stub for agent 'init' command ([55d9fc8](55d9fc8))
* Add stub for agent 'status' command ([7f5fd02](7f5fd02))
* Helper commands can direct output to a file ([bf1c699](bf1c699)), closes [#89](#89)
  • Loading branch information
semantic-release-bot committed Jul 26, 2021
1 parent 0712ce9 commit e653873
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.2.0](https://github.com/applandinc/appmap-java/compare/v1.1.0...v1.2.0) (2021-07-26)


### Bug Fixes

* Fix some path bugs and get the tests working ([ec32e23](https://github.com/applandinc/appmap-java/commit/ec32e2364c0a1f44d60c8c4907d7b5e2cc617a1e))
* Remove unused class RecordServlet ([1bd39de](https://github.com/applandinc/appmap-java/commit/1bd39de4585845d790140b0d7735716d643b76e8))


### Features

* 'init' command suggests appmap.yml with project name and packages ([299bb70](https://github.com/applandinc/appmap-java/commit/299bb70714b706448dd0a56439540737e2894f81))
* 'status' command reports project properties ([cb4693d](https://github.com/applandinc/appmap-java/commit/cb4693d568ff891ee62db8f4c456fbf4215b0d1a))
* 'status' command reports test commands ([058ae0e](https://github.com/applandinc/appmap-java/commit/058ae0ee64d099fcecb6427ffed62c3568c8212b))
* Add stub for agent 'init' command ([55d9fc8](https://github.com/applandinc/appmap-java/commit/55d9fc87db2df54b7f5d6c9a50613012c7ae50d7))
* Add stub for agent 'status' command ([7f5fd02](https://github.com/applandinc/appmap-java/commit/7f5fd02abe9e99497f17a0265e33495e7c2dc0ed))
* Helper commands can direct output to a file ([bf1c699](https://github.com/applandinc/appmap-java/commit/bf1c6992aac43742074f21b6d72acee9365f0181)), closes [#89](https://github.com/applandinc/appmap-java/issues/89)

# [1.1.0](https://github.com/applandinc/appmap-java/compare/v1.0.4...v1.1.0) (2021-05-13)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
// hardcoded -- could be redefined via env variables and project properties (see below)
def parameterizedVersion = findProperty('appMapAgentVersion')
def travisVersion = System.getenv("TRAVIS_BRANCH")
def defaultVersion = '1.1.0'
def defaultVersion = '1.2.0'

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

0 comments on commit e653873

Please sign in to comment.