Skip to content

Commit c05ff7e

Browse files
authored
chore: release v0.2.0
1 parent 7d90910 commit c05ff7e

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/tinted-software/egui_nodes/compare/v0.1.3...v0.2.0) - 2026-08-08
11+
12+
### Added
13+
14+
- [**breaking**] add node groups
15+
16+
### Fixed
17+
18+
- *(deps)* update egui dependencies to 0.36.0 ([#53](https://github.com/tinted-software/egui_nodes/pull/53))
19+
20+
### Other
21+
22+
- *(deps)* update wild-linker/action action to v0.10.0 ([#52](https://github.com/tinted-software/egui_nodes/pull/52))
23+
- *(deps)* update actions/checkout digest to 3d3c42e
24+
- *(deps)* update release-plz/action digest to 2eb1d8b
25+
- *(deps)* update dtolnay/rust-toolchain digest to 4cda84d
26+
- migrate to educe
27+
1028
## [0.1.3](https://github.com/tinted-software/egui_nodes/compare/v0.1.2...v0.1.3) - 2026-07-13
1129

1230
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinted_egui_nodes"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
authors = ["Theo Paris <theo@tinted.dev>", "Cameron Haigh <cgwhaigh@gmail.com>"]
55
edition = "2024"
66
license = "MIT"

0 commit comments

Comments
 (0)