Skip to content

Commit 83d3958

Browse files
chore(release): 1.28.0 [skip ci]
# [1.28.0](v1.27.2...v1.28.0) (2025-03-25) ### Bug Fixes * More robust handling of LVT when resolving parameters ([1f630ff](1f630ff)), closes [#293](#293) ### Features * Show basic information messages ([d71b1a1](d71b1a1))
1 parent 1f630ff commit 83d3958

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.28.0](https://github.com/getappmap/appmap-java/compare/v1.27.2...v1.28.0) (2025-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* More robust handling of LVT when resolving parameters ([1f630ff](https://github.com/getappmap/appmap-java/commit/1f630ff02f271e10f0ce0a7b93c1875d80b575e7)), closes [#293](https://github.com/getappmap/appmap-java/issues/293)
7+
8+
9+
### Features
10+
11+
* Show basic information messages ([d71b1a1](https://github.com/getappmap/appmap-java/commit/d71b1a127c02273fee084a7046a677f29db19237))
12+
113
## [1.27.2](https://github.com/getappmap/appmap-java/compare/v1.27.1...v1.27.2) (2025-03-24)
214

315

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
ext {
15-
defaultVersion = '1.27.2'
15+
defaultVersion = '1.28.0'
1616
}
1717

1818
def defaultGroupId = 'com.appland'

0 commit comments

Comments
 (0)