Skip to content

Commit bc16feb

Browse files
committed
Release 1.12.42-1
1 parent fc493e1 commit bc16feb

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@
77
### Changes
88
99
### Bugs fixed
10-
10+
11+
## 1.12.42-1 (25-09-2025)
12+
13+
### New Features
14+
15+
- Allow for multiple instrumentation prefixes properties useful for plugins
16+
17+
### Changes
18+
19+
### Bugs fixed
20+
1121
## 1.11.132-9 (13-03-2024)
1222

1323
### New Features

script/build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ export MAVEN_OPTS="${MAVEN_OPTS} --add-opens java.base/java.util=ALL-UNNAMED"
2828
# if the tag is v0.0.1).
2929
MAJOR="1"
3030
MINOR="12"
31-
REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
31+
REVISION="42"
32+
PATCH="1"
33+
#REVISION=`git --no-replace-objects describe --match v$MAJOR.$MINOR`
3234

3335
# Extract the version number from the string.
3436
# REVISION_REGEX="v[0-9]*\.[0-9]*-([0-9]*)-.*"

0 commit comments

Comments
 (0)