Skip to content

Commit d27f82c

Browse files
committed
Release irox-progress v0.6.0, safety bump 2 crates
SAFETY BUMP: irox v0.9.0, irox-egui-extras v0.7.0
1 parent e827a20 commit d27f82c

File tree

5 files changed

+34
-9
lines changed

5 files changed

+34
-9
lines changed

Cargo.lock

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

irox/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox"
33
description = "irox Rust Tools & Libraries"
44
keywords = ["irox"]
55
categories = ["aerospace", "science", "mathematics"]
6-
version = "0.8.4"
6+
version = "0.9.0"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true
@@ -77,15 +77,15 @@ irox-bits = { version = "^0.4.2", optional = true, path = "../libraries/bits" }
7777
irox-build-rs = { version = "^0.2.4", optional = true, path = "../libraries/build-rs" }
7878
irox-carto = { version = "^0.6.5", optional = true, path = "../libraries/carto" }
7979
irox-derive-helpers = { version = "^0.1.0", optional = true, path = "../libraries/derive-helpers" }
80-
irox-egui-extras = { version = "^0.6.2", optional = true, path = "../libraries/egui_extras" }
80+
irox-egui-extras = { version = "^0.7.0", optional = true, path = "../libraries/egui_extras" }
8181
irox-enums = { version = "^0.2.2", optional = true, path = "../libraries/enums" }
8282
irox-enums_derive = { version = "^0.2.2", optional = true, path = "../libraries/enums_derive" }
8383
irox-fixedmath = { version = "^0.1.2", optional = true, path = "../libraries/fixedmath" }
8484
irox-git-tools = { version = "^0.2.1", optional = true, path = "../libraries/git-tools" }
8585
irox-imagery = { version = "^0.1.3", optional = true, path = "../libraries/imagery" }
8686
irox-log = { version = "^0.2.3", optional = true, path = "../libraries/log" }
8787
irox-networking = { version = "^0.4.7", optional = true, path = "../libraries/network" }
88-
irox-progress = { version = "^0.5.0", optional = true, path = "../libraries/progress" }
88+
irox-progress = { version = "^0.6.0", optional = true, path = "../libraries/progress" }
8989
irox-stats = { version = "^0.3.5", optional = true, path = "../libraries/stats" }
9090
irox-structs = { version = "^0.5.1", optional = true, path = "../libraries/structs" }
9191
irox-structs_derive = { version = "^0.4.0", optional = true, path = "../libraries/structs_derive" }

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.6.2"
6+
version = "0.7.0"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

libraries/progress/CHANGELOG.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11

22

3+
## v0.6.0 (2025-03-09)
4+
5+
### Refactor (BREAKING)
6+
7+
- <csr-id-8222675712d45fb15804713e9f557b993c71057f/> BREAKING: Move egui progress window into irox_egui_extras, isolating the dep to a single module.
8+
9+
### Commit Statistics
10+
11+
<csr-read-only-do-not-edit/>
12+
13+
- 1 commit contributed to the release.
14+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
15+
- 0 issues like '(#ID)' were seen in commit messages
16+
17+
### Commit Details
18+
19+
<csr-read-only-do-not-edit/>
20+
21+
<details><summary>view details</summary>
22+
23+
* **Uncategorized**
24+
- BREAKING: Move egui progress window into irox_egui_extras, isolating the dep to a single module. ([`8222675`](https://github.com/spmadden/irox/commit/8222675712d45fb15804713e9f557b993c71057f))
25+
</details>
26+
327
## v0.5.2 (2025-02-09)
428

529
### Bug Fixes
@@ -10,7 +34,7 @@
1034

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

13-
- 1 commit contributed to the release.
37+
- 2 commits contributed to the release.
1438
- 4 days passed between releases.
1539
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
1640
- 0 issues like '(#ID)' were seen in commit messages
@@ -22,6 +46,7 @@
2246
<details><summary>view details</summary>
2347

2448
* **Uncategorized**
49+
- Release irox-progress v0.5.2 ([`67012b0`](https://github.com/spmadden/irox/commit/67012b0948f9ffada6ce593ffbbf95ab7f0c4133))
2550
- Pivot from glow to wgpu ([`7ab2f23`](https://github.com/spmadden/irox/commit/7ab2f23fb4208834f81a9fb29c836bc353da79aa))
2651
</details>
2752

libraries/progress/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-progress"
33
description = "An ecosystem for displaying progress, either in a UI or on the terminal."
44
keywords = ["irox", "progress", "cli"]
55
categories = ["command-line-interface", "concurrency", "gui"]
6-
version = "0.5.2"
6+
version = "0.6.0"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

0 commit comments

Comments
 (0)