From 1c7e8fef55b52ffb7a4a87eb0ebd01c914fe4bd4 Mon Sep 17 00:00:00 2001 From: Tammo Ronke Date: Sun, 15 Sep 2024 17:21:59 +0200 Subject: [PATCH] chore: release v0.2.4 (#20) --- egui-tracing/CHANGELOG.md | 14 ++++++++++++++ egui-tracing/Cargo.toml | 2 +- examples/eframe/Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 egui-tracing/CHANGELOG.md diff --git a/egui-tracing/CHANGELOG.md b/egui-tracing/CHANGELOG.md new file mode 100644 index 0000000..89c5f2b --- /dev/null +++ b/egui-tracing/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.2.4](https://github.com/grievouz/egui_tracing/compare/egui_tracing-v0.2.3...egui_tracing-v0.2.4) - 2024-09-15 + +### Other + +- add symlink to readme diff --git a/egui-tracing/Cargo.toml b/egui-tracing/Cargo.toml index 65eaa3f..935e3de 100644 --- a/egui-tracing/Cargo.toml +++ b/egui-tracing/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "egui_tracing" description = "Integrates tracing and logging with egui for event collection/visualization" -version = "0.2.3" +version = "0.2.4" edition = "2021" license = "Unlicense" repository = "https://github.com/grievouz/egui_tracing" diff --git a/examples/eframe/Cargo.toml b/examples/eframe/Cargo.toml index b338c5f..231edbc 100644 --- a/examples/eframe/Cargo.toml +++ b/examples/eframe/Cargo.toml @@ -6,4 +6,4 @@ publish = false [dependencies] egui_tracing = { path = "../../egui-tracing", features = [ "reexport" ]} -eframe = "0.28.0" \ No newline at end of file +eframe = "0.28.0"