Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Dec 16, 2023
1 parent 0a61bf9 commit 5530339
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 3 deletions.
12 changes: 12 additions & 0 deletions crates/opentelemetry-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.3.0 (2023-12-16)

### Breaking Changes

#### initial implementation (#1)

#### update pyo3 (#10)

### Fixes

#### print by default on python ctx extraction failure (#7)

## 0.2.0 (2023-11-29)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/opentelemetry-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyo3-opentelemetry-macros"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
categories = ["Python bindings", "OpenTelemetry", "Tracing", "Macros"]
keywords = ["python", "pyo3", "opentelemetry", "tracing"]
Expand Down
16 changes: 16 additions & 0 deletions crates/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.3.0 (2023-12-16)

### Breaking Changes

#### initial implementation (#1)

#### update pyo3 (#10)

### Features

#### update macros with default ctx extraction failure behavior

### Fixes

#### print by default on python ctx extraction failure (#7)

## 0.2.0 (2023-11-29)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyo3-opentelemetry"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
categories = ["Python bindings", "OpenTelemetry", "Tracing", "Macros"]
keywords = ["python", "pyo3", "opentelemetry", "tracing"]
Expand Down
11 changes: 11 additions & 0 deletions crates/tracing-subscriber/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 0.1.0 (2023-12-16)

### Breaking Changes

#### initial implementation (#1)

#### update pyo3 (#10)

### Fixes

#### print by default on python ctx extraction failure (#7)
2 changes: 1 addition & 1 deletion crates/tracing-subscriber/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyo3-tracing-subscriber"
version = "0.0.1"
version = "0.1.0"
edition = "2021"
categories = ["Python bindings", "OpenTelemetry", "Tracing"]
keywords = ["python", "pyo3", "opentelemetry", "tracing"]
Expand Down

0 comments on commit 5530339

Please sign in to comment.