Skip to content

Commit

Permalink
chore: release v0.2.4 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
grievouz authored Sep 15, 2024
1 parent cfcde39 commit 1c7e8fe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions egui-tracing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion egui-tracing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/eframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ publish = false

[dependencies]
egui_tracing = { path = "../../egui-tracing", features = [ "reexport" ]}
eframe = "0.28.0"
eframe = "0.28.0"

0 comments on commit 1c7e8fe

Please sign in to comment.