We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35eb37 commit 5f4acc7Copy full SHA for 5f4acc7
.github/scripts/get-version.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash -e
2
3
-grep -Eo "var semanticConventionsVersion = \".*\"" build.gradle.kts | grep -Eo "[0-9]+.[0-9]+.[0-9]+"
+grep "var semanticConventionsVersion = " build.gradle.kts | grep -Eo "[0-9]+.[0-9]+.[0-9]+"
CHANGELOG.md
@@ -2,6 +2,9 @@
## Unreleased
4
5
+* Update to semantic conventions 1.29.0 and weaver 0.12.0
6
+ ([#118](https://github.com/open-telemetry/semantic-conventions-java/pull/118))
7
+
8
## Version 1.28.0 (2024-10-14)
9
10
* Use weaver for semantic convention codegen
0 commit comments