From afbebab092e92ac20c00d5d4832d9d4ccb3cce37 Mon Sep 17 00:00:00 2001 From: LogDNA Bot Date: Mon, 11 Sep 2023 14:00:23 +0000 Subject: [PATCH] release: 2023-09-11, Version 1.2.0 [skip ci] --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- dist/.rustc_info.json | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 dist/.rustc_info.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c650bf..f16d891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/answerbook/opentelemetry-rs/compare/v1.1.0...v1.2.0) (2023-09-11) + + +### Features + +* **trace**: added trace protobuf parse and validation [4e3379d](https://github.com/answerbook/opentelemetry-rs/commit/4e3379d5359ff237c06d343d28f5b8a7245b3260) - Sergey Opria [LOG-18072](https://logdna.atlassian.net/browse/LOG-18072) + # [1.1.0](https://github.com/answerbook/opentelemetry-rs/compare/v1.0.0...v1.1.0) (2023-04-26) diff --git a/Cargo.lock b/Cargo.lock index 83f1242..327e2b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "opentelemetry-rs" -version = "1.1.0" +version = "1.2.0" dependencies = [ "bytes", "combine", diff --git a/Cargo.toml b/Cargo.toml index 53626a0..8a2f4d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opentelemetry-rs" -version = "1.1.0" +version = "1.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/dist/.rustc_info.json b/dist/.rustc_info.json new file mode 100644 index 0000000..cb1427e --- /dev/null +++ b/dist/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":16426431966980678989,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.72.0 (5680fa18f 2023-08-23)\nbinary: rustc\ncommit-hash: 5680fa18feaa87f3ff04063800aec256c3d4b4be\ncommit-date: 2023-08-23\nhost: x86_64-unknown-linux-gnu\nrelease: 1.72.0\nLLVM version: 16.0.5\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/opt/rust/cargo/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file