Skip to content

Commit

Permalink
Release irox-egui-extras v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Oct 30, 2024
1 parent ba3970e commit bbe46e7
Show file tree
Hide file tree
Showing 4 changed files with 35 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 @@ -70,7 +70,7 @@ irox-bits = {version = "^0.2.0", optional = true, path = "../libraries/bits"}
irox-build-rs = { version = "^0.2.0", optional = true, path = "../libraries/build-rs"}
irox-carto = { version = "^0.6.0", optional = true, path = "../libraries/carto" }
irox-derive-helpers = { version = "^0.1.0", optional = true, path = "../libraries/derive-helpers"}
irox-egui-extras = { version = "^0.4.0", optional = true, path = "../libraries/egui_extras" }
irox-egui-extras = { version = "^0.5.0", optional = true, path = "../libraries/egui_extras" }
irox-enums = { version = "^0.2.1", optional = true, path = "../libraries/enums" }
irox-enums_derive = { version = "^0.2.1", optional = true, path = "../libraries/enums_derive" }
irox-fixedmath = { version = "^0.1.0", optional = true, path = "../libraries/fixedmath" }
Expand Down
33 changes: 32 additions & 1 deletion libraries/egui_extras/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@



## v0.5.0 (2024-10-29)

### New Features

- <csr-id-042f09d4a5463123b9ad02f2bb17b9226df11990/> update about window with build host variables.

### Chore (BREAKING)

- <csr-id-bf43c95acb312542bb94ca647366f0c23a692f19/> upgrade to latest libraries, including egui 0.29.1

### Commit Statistics

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

- 2 commits contributed to the release.
- 42 days passed between releases.
- 2 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**
- Upgrade to latest libraries, including egui 0.29.1 ([`bf43c95`](https://github.com/spmadden/irox/commit/bf43c95acb312542bb94ca647366f0c23a692f19))
- Update about window with build host variables. ([`042f09d`](https://github.com/spmadden/irox/commit/042f09d4a5463123b9ad02f2bb17b9226df11990))
</details>

## v0.4.6 (2024-09-17)

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

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

- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -23,6 +53,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release irox-egui-extras v0.4.6 ([`c501b0a`](https://github.com/spmadden/irox/commit/c501b0a4da16c8aaf816ba3f25381f3f78d0d263))
- Adding required Send trait to formatter function ([`53ee70d`](https://github.com/spmadden/irox/commit/53ee70d68dfcebe2fdf134d5a7d0b6c860e346cb))
</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.4.6"
version = "0.5.0"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit bbe46e7

Please sign in to comment.