Skip to content

Commit

Permalink
bump sem-conv version
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Mar 4, 2024
1 parent 7bdbc47 commit a0bd0ec
Show file tree
Hide file tree
Showing 4 changed files with 1,832 additions and 1,227 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
CRATE_DIR="${SCRIPT_DIR}/../"

# freeze the spec version and generator version to make generation reproducible
SPEC_VERSION=1.21.0
SEMCOVGEN_VERSION=0.19.0
SPEC_VERSION=1.24.0
SEMCOVGEN_VERSION=0.23.0

cd "$CRATE_DIR"

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-semantic-conventions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ pub mod trace;

/// The schema URL that matches the version of the semantic conventions that
/// this crate defines.
pub const SCHEMA_URL: &str = "https://opentelemetry.io/schemas/1.21.0";
pub const SCHEMA_URL: &str = "https://opentelemetry.io/schemas/1.24.0";
Loading

0 comments on commit a0bd0ec

Please sign in to comment.