diff --git a/CHANGELOG.md b/CHANGELOG.md index 1512c42..a76e1e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ # Changelog ## Unreleased + +## [0.0.1](https://github.com/RustUse/use-electronics/releases/tag/use-electronics-v0.0.1) - 2026-05-18 + +### Changed + +- Initialize use-electronics workspace diff --git a/crates/use-board/Cargo.toml b/crates/use-board/Cargo.toml index 0fc545c..345ce22 100644 --- a/crates/use-board/Cargo.toml +++ b/crates/use-board/Cargo.toml @@ -18,4 +18,4 @@ categories = ["data-structures"] all-features = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-capacitor/Cargo.toml b/crates/use-capacitor/Cargo.toml index bf81ee3..d9e7c85 100644 --- a/crates/use-capacitor/Cargo.toml +++ b/crates/use-capacitor/Cargo.toml @@ -21,4 +21,4 @@ all-features = true use-rating.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-circuit/Cargo.toml b/crates/use-circuit/Cargo.toml index f34956c..60ff5ca 100644 --- a/crates/use-circuit/Cargo.toml +++ b/crates/use-circuit/Cargo.toml @@ -23,4 +23,4 @@ use-net-label.workspace = true use-pin.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-component/Cargo.toml b/crates/use-component/Cargo.toml index efd90b2..24eb437 100644 --- a/crates/use-component/Cargo.toml +++ b/crates/use-component/Cargo.toml @@ -18,4 +18,4 @@ categories = ["data-structures"] all-features = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-diode/Cargo.toml b/crates/use-diode/Cargo.toml index 5391d8d..7071440 100644 --- a/crates/use-diode/Cargo.toml +++ b/crates/use-diode/Cargo.toml @@ -21,4 +21,4 @@ all-features = true use-rating.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-electronics/Cargo.toml b/crates/use-electronics/Cargo.toml index 948b86d..8ee531d 100644 --- a/crates/use-electronics/Cargo.toml +++ b/crates/use-electronics/Cargo.toml @@ -31,4 +31,4 @@ use-resistor.workspace = true use-transistor.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-net-label/Cargo.toml b/crates/use-net-label/Cargo.toml index 212db33..9a7b390 100644 --- a/crates/use-net-label/Cargo.toml +++ b/crates/use-net-label/Cargo.toml @@ -18,4 +18,4 @@ categories = ["data-structures"] all-features = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-package/Cargo.toml b/crates/use-package/Cargo.toml index bdcb885..641c81e 100644 --- a/crates/use-package/Cargo.toml +++ b/crates/use-package/Cargo.toml @@ -18,4 +18,4 @@ categories = ["data-structures"] all-features = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-pin/Cargo.toml b/crates/use-pin/Cargo.toml index f6001ab..0e15fd1 100644 --- a/crates/use-pin/Cargo.toml +++ b/crates/use-pin/Cargo.toml @@ -21,4 +21,4 @@ all-features = true use-component.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-rating/Cargo.toml b/crates/use-rating/Cargo.toml index 696e888..d860742 100644 --- a/crates/use-rating/Cargo.toml +++ b/crates/use-rating/Cargo.toml @@ -18,4 +18,4 @@ categories = ["data-structures"] all-features = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-resistor/Cargo.toml b/crates/use-resistor/Cargo.toml index c0f847d..3a9e298 100644 --- a/crates/use-resistor/Cargo.toml +++ b/crates/use-resistor/Cargo.toml @@ -21,4 +21,4 @@ all-features = true use-rating.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-transistor/Cargo.toml b/crates/use-transistor/Cargo.toml index 76c1356..38acf7d 100644 --- a/crates/use-transistor/Cargo.toml +++ b/crates/use-transistor/Cargo.toml @@ -18,4 +18,4 @@ categories = ["data-structures"] all-features = true [lints] -workspace = true \ No newline at end of file +workspace = true