Skip to content

Commit

Permalink
Release irox-egui-extras v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Feb 10, 2025
1 parent a47402c commit 7999c35
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion irox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ irox-bits = { version = "^0.4.0", optional = true, path = "../libraries/bits" }
irox-build-rs = { version = "^0.2.4", optional = true, path = "../libraries/build-rs" }
irox-carto = { version = "^0.6.4", optional = true, path = "../libraries/carto" }
irox-derive-helpers = { version = "^0.1.0", optional = true, path = "../libraries/derive-helpers" }
irox-egui-extras = { version = "^0.5.5", optional = true, path = "../libraries/egui_extras" }
irox-egui-extras = { version = "^0.6.0", optional = true, path = "../libraries/egui_extras" }
irox-enums = { version = "^0.2.2", optional = true, path = "../libraries/enums" }
irox-enums_derive = { version = "^0.2.2", optional = true, path = "../libraries/enums_derive" }
irox-fixedmath = { version = "^0.1.2", optional = true, path = "../libraries/fixedmath" }
Expand Down
45 changes: 44 additions & 1 deletion libraries/egui_extras/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@



## v0.6.0 (2025-02-09)

### Chore

- <csr-id-38267a2559f76808f24d092ddaa2c6c002c319c3/> fixup grammar in plots

### New Features

- <csr-id-c419ac5c2c140c909341021143e94348d30799c7/> reworks buildrs to remove dep from irox_egui_extras

### Bug Fixes

- <csr-id-7ab2f23fb4208834f81a9fb29c836bc353da79aa/> pivot from glow to wgpu
- <csr-id-af2fc489d0826e438edac6ba956193129c23b607/> fix missing build feature for eframe.

### Bug Fixes (BREAKING)

- <csr-id-f3f5245f45aa1ba0932b6c38e4f92a361c7c3556/> fix some rendering state bugs, refactor some user-facing axis data.

### Commit Statistics

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

- 5 commits contributed to the release over the course of 1 calendar day.
- 14 days passed between releases.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

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

<details><summary>view details</summary>

* **Uncategorized**
- Pivot from glow to wgpu ([`7ab2f23`](https://github.com/spmadden/irox/commit/7ab2f23fb4208834f81a9fb29c836bc353da79aa))
- Fix missing build feature for eframe. ([`af2fc48`](https://github.com/spmadden/irox/commit/af2fc489d0826e438edac6ba956193129c23b607))
- Fixup grammar in plots ([`38267a2`](https://github.com/spmadden/irox/commit/38267a2559f76808f24d092ddaa2c6c002c319c3))
- Fix some rendering state bugs, refactor some user-facing axis data. ([`f3f5245`](https://github.com/spmadden/irox/commit/f3f5245f45aa1ba0932b6c38e4f92a361c7c3556))
- Reworks buildrs to remove dep from irox_egui_extras ([`c419ac5`](https://github.com/spmadden/irox/commit/c419ac5c2c140c909341021143e94348d30799c7))
</details>

## v0.5.6 (2025-01-26)

### Bug Fixes
Expand All @@ -11,7 +53,7 @@

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

- 2 commits contributed to the release.
- 3 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand All @@ -22,6 +64,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release irox-egui-extras v0.5.6 ([`8aa9990`](https://github.com/spmadden/irox/commit/8aa999068d9cf62bad7024fe08bdc61bd656e2cb))
- Release irox-units v0.4.5 ([`731469d`](https://github.com/spmadden/irox/commit/731469da7b0ff6d41bf7488a59767f199d62fb57))
- Hopefully fix docsrs builds for cargo, log, stats, units ([`9cd9e62`](https://github.com/spmadden/irox/commit/9cd9e624907cded75b72e0aa9734909ded0f93d1))
</details>
Expand Down
2 changes: 1 addition & 1 deletion libraries/egui_extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "irox-egui-extras"
description = "Extras & tweaks for the egui framework"
keywords = ["irox", "egui", "gui"]
categories = ["gui"]
version = "0.5.6"
version = "0.6.0"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 7999c35

Please sign in to comment.