Skip to content

Commit

Permalink
Merge branch 'main' into fix-Headers-not-sent-in-HTTP
Browse files Browse the repository at this point in the history
* main:
  Revert automatic version number (open-telemetry#511)
  Removed duplicate appending of log records (open-telemetry#504)

# Conflicts:
#	Sources/Exporters/OpenTelemetryProtocolHttp/logs/OtlpHttpLogExporter.swift
  • Loading branch information
nachoBonafonte committed Feb 1, 2024
2 parents ebca8c9 + 0033445 commit 8cf3d42
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/createRelease.yml

This file was deleted.

12 changes: 0 additions & 12 deletions Scripts/updateVersion.sh

This file was deleted.

2 changes: 1 addition & 1 deletion Sources/OpenTelemetrySdk/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
import Foundation

extension Resource {
public static let OTEL_SWIFT_SDK_VERSION = "1.8.0"
public static let OTEL_SWIFT_SDK_VERSION : String = "1.8.0"
}

0 comments on commit 8cf3d42

Please sign in to comment.