Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,31 @@ SPDX-License-Identifier: Apache-2.0

All notable changes to this project will be documented in this file.

## [1.2.0] - 2025-09-10

### 🚀 Features

- Add possibility to set level per dependency

### 📚 Documentation

- Include link to source code repository in Cargo.toml

### Bump

- Update opentelemetry version
- Bump dependencies

## [1.1.1] - 2025-06-27

### 📚 Documentation

- Fix doc example

### Release

- V1.1.1

## [1.1.0] - 2025-06-27

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "rust-telemetry"
version = "1.1.1"
version = "1.2.0"
authors = []
edition = "2024"
repository = "https://github.com/famedly/rust-telemetry"
Expand Down
Loading