Skip to content

Commit 8aa9990

Browse files
committed
Release irox-egui-extras v0.5.6
1 parent ed39cf2 commit 8aa9990

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/egui_extras/CHANGELOG.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,37 @@
11

22

33

4+
## v0.5.6 (2025-01-26)
5+
6+
### Bug Fixes
7+
8+
- <csr-id-9cd9e624907cded75b72e0aa9734909ded0f93d1/> hopefully fix docsrs builds for cargo, log, stats, units
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 2 commits contributed to the release.
15+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
16+
- 0 issues like '(#ID)' were seen in commit messages
17+
18+
### Commit Details
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
<details><summary>view details</summary>
23+
24+
* **Uncategorized**
25+
- Release irox-units v0.4.5 ([`731469d`](https://github.com/spmadden/irox/commit/731469da7b0ff6d41bf7488a59767f199d62fb57))
26+
- Hopefully fix docsrs builds for cargo, log, stats, units ([`9cd9e62`](https://github.com/spmadden/irox/commit/9cd9e624907cded75b72e0aa9734909ded0f93d1))
27+
</details>
28+
429
## v0.5.5 (2025-01-26)
530

31+
<csr-id-45a936a015f24871d007c91f9051377a3dfc1fe5/>
32+
<csr-id-8852ee8e0dfa88b92d0c5ff0d5f1ba6b30da18ca/>
33+
<csr-id-9b3f63a99527aa22dccebac43a29057929b7493a/>
34+
635
### Chore
736

837
- <csr-id-45a936a015f24871d007c91f9051377a3dfc1fe5/> cleanup some unused egui features
@@ -52,7 +81,7 @@
5281

5382
<csr-read-only-do-not-edit/>
5483

55-
- 33 commits contributed to the release over the course of 40 calendar days.
84+
- 34 commits contributed to the release over the course of 40 calendar days.
5685
- 41 days passed between releases.
5786
- 33 commits were understood as [conventional](https://www.conventionalcommits.org).
5887
- 0 issues like '(#ID)' were seen in commit messages
@@ -64,6 +93,7 @@
6493
<details><summary>view details</summary>
6594

6695
* **Uncategorized**
96+
- Release irox-egui-extras v0.5.5 ([`a850656`](https://github.com/spmadden/irox/commit/a850656664f6e71a9543095377dfe191f0ae4d40))
6797
- Fix irox-time imports within repainting ([`aba46d3`](https://github.com/spmadden/irox/commit/aba46d3516c51d883abd5f2fdfbc596187edf8f2))
6898
- Fixup nostd support in carto ([`8270cef`](https://github.com/spmadden/irox/commit/8270cefc0903fafcf39d8b206a250403df3c79e9))
6999
- Use new errorbars and repainter ([`76eaf78`](https://github.com/spmadden/irox/commit/76eaf78eda488c5a0a9207bad1807351cf0bc7e7))

libraries/egui_extras/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-egui-extras"
33
description = "Extras & tweaks for the egui framework"
44
keywords = ["irox", "egui", "gui"]
55
categories = ["gui"]
6-
version = "0.5.5"
6+
version = "0.5.6"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

0 commit comments

Comments
 (0)