Skip to content

Commit 1ffa883

Browse files
chore: release
1 parent 3cabf9e commit 1ffa883

16 files changed

Lines changed: 74 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ bevy_log = "0.19"
3838
bevy_tasks = "0.19"
3939
bevy_egui = { version = "0.40", features = ["serde"] }
4040
bevy_gantz = { version = "0.5.1", path = "crates/bevy_gantz" }
41-
bevy_gantz_collab = { version = "0.1.1", path = "crates/bevy_gantz_collab" }
42-
bevy_gantz_egui = { version = "0.6.0", path = "crates/bevy_gantz_egui" }
43-
bevy_gantz_plyphon = { version = "0.2.1", path = "crates/bevy_gantz_plyphon" }
41+
bevy_gantz_collab = { version = "0.1.2", path = "crates/bevy_gantz_collab" }
42+
bevy_gantz_egui = { version = "0.7.0", path = "crates/bevy_gantz_egui" }
43+
bevy_gantz_plyphon = { version = "0.2.2", path = "crates/bevy_gantz_plyphon" }
4444
bevy_input = "0.19"
4545
bevy_pkv = "0.16"
4646
bevy_time = "0.19"
@@ -65,12 +65,12 @@ gantz_ca = { version = "0.4.0", path = "crates/gantz_ca" }
6565
gantz_ca_derive = { version = "0.2.1", path = "crates/gantz_ca_derive" }
6666
gantz_collab = { version = "0.2.0", path = "crates/gantz_collab" }
6767
gantz_core = { version = "0.6.0", path = "crates/gantz_core" }
68-
gantz_egui = { version = "0.6.1", path = "crates/gantz_egui" }
68+
gantz_egui = { version = "0.7.0", path = "crates/gantz_egui" }
6969
gantz_format = { version = "0.4.1", path = "crates/gantz_format" }
7070
gantz_nodetag = { version = "0.2.0", path = "crates/gantz_nodetag" }
7171
gantz_nodetag_derive = { version = "0.1.1", path = "crates/gantz_nodetag_derive" }
72-
gantz_pattern = { version = "0.1.0", path = "crates/gantz_pattern" }
73-
gantz_plyphon = { version = "0.3.0", path = "crates/gantz_plyphon" }
72+
gantz_pattern = { version = "0.1.1", path = "crates/gantz_pattern" }
73+
gantz_plyphon = { version = "0.3.1", path = "crates/gantz_plyphon" }
7474
gantz_std = { version = "0.5.1", path = "crates/gantz_std" }
7575
gantz_ui = { version = "0.2.1", path = "crates/gantz_ui" }
7676
hex = "0.4"

crates/bevy_gantz_collab/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2](https://github.com/nannou-org/gantz/compare/bevy_gantz_collab-v0.1.1...bevy_gantz_collab-v0.1.2) - 2026-08-27
11+
12+
### Other
13+
14+
- updated the following local packages: gantz_egui, bevy_gantz_egui
15+
1016
## [0.1.1](https://github.com/nannou-org/gantz/compare/bevy_gantz_collab-v0.1.0...bevy_gantz_collab-v0.1.1) - 2026-08-26
1117

1218
### Other

crates/bevy_gantz_collab/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_gantz_collab"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Bevy integration of gantz's peer-to-peer collaborative sessions."
55
authors.workspace = true
66
edition.workspace = true

crates/bevy_gantz_egui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.0](https://github.com/nannou-org/gantz/compare/bevy_gantz_egui-v0.6.0...bevy_gantz_egui-v0.7.0) - 2026-08-27
11+
12+
### Added
13+
14+
- *(bevy_gantz_egui)* handle style export/import
15+
1016
## [0.6.0](https://github.com/nannou-org/gantz/compare/bevy_gantz_egui-v0.5.0...bevy_gantz_egui-v0.6.0) - 2026-08-26
1117

1218
### Added

crates/bevy_gantz_egui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_gantz_egui"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Egui integration for bevy_gantz"
55
authors.workspace = true
66
edition.workspace = true

crates/bevy_gantz_plyphon/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.2](https://github.com/nannou-org/gantz/compare/bevy_gantz_plyphon-v0.2.1...bevy_gantz_plyphon-v0.2.2) - 2026-08-27
11+
12+
### Other
13+
14+
- updated the following local packages: gantz_egui, bevy_gantz_egui, gantz_plyphon
15+
1016
## [0.2.1](https://github.com/nannou-org/gantz/compare/bevy_gantz_plyphon-v0.2.0...bevy_gantz_plyphon-v0.2.1) - 2026-08-26
1117

1218
### Fixed

crates/bevy_gantz_plyphon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_gantz_plyphon"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Bevy + plyphon DSP runtime for gantz: a cpal output stream driving synthdefs derived from DSP graphs."
55
authors.workspace = true
66
edition.workspace = true

crates/gantz/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.2](https://github.com/nannou-org/gantz/compare/gantz-v0.3.1...gantz-v0.3.2) - 2026-08-27
11+
12+
### Other
13+
14+
- updated the following local packages: gantz_egui, bevy_gantz_egui, gantz_plyphon, bevy_gantz_collab, bevy_gantz_plyphon, gantz_pattern
15+
1016
## [0.3.1](https://github.com/nannou-org/gantz/compare/gantz-v0.3.0...gantz-v0.3.1) - 2026-08-26
1117

1218
### Added

crates/gantz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gantz"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "An environment for creative systems."
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)