diff --git a/CHANGELOG.md b/CHANGELOG.md index 1512c42..76e6355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ # Changelog ## Unreleased + +## [0.0.2](https://github.com/RustUse/use-typography/compare/use-typography-v0.0.1...use-typography-v0.0.2) - 2026-05-18 + +### Changed + +- Add CI, tooling, and repo configuration diff --git a/Cargo.lock b/Cargo.lock index 99ed28d..bb2a463 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,35 +4,35 @@ version = 4 [[package]] name = "use-font-size" -version = "0.0.1" +version = "0.0.2" [[package]] name = "use-line-height" -version = "0.0.1" +version = "0.0.2" [[package]] name = "use-modular-scale" -version = "0.0.1" +version = "0.0.2" [[package]] name = "use-spacing-scale" -version = "0.0.1" +version = "0.0.2" [[package]] name = "use-text-block" -version = "0.0.1" +version = "0.0.2" [[package]] name = "use-type-rhythm" -version = "0.0.1" +version = "0.0.2" [[package]] name = "use-type-unit" -version = "0.0.1" +version = "0.0.2" [[package]] name = "use-typography" -version = "0.0.1" +version = "0.0.2" dependencies = [ "use-font-size", "use-line-height", @@ -46,4 +46,4 @@ dependencies = [ [[package]] name = "use-typography-measure" -version = "0.0.1" +version = "0.0.2" diff --git a/Cargo.toml b/Cargo.toml index e65cd5c..8486b44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,18 +21,18 @@ publish = false readme = "README.md" repository = "https://github.com/RustUse/use-typography" rust-version = "1.95.0" -version = "0.0.1" +version = "0.0.2" [workspace.dependencies] -use-font-size = { version = "0.0.1", path = "crates/use-font-size" } -use-line-height = { version = "0.0.1", path = "crates/use-line-height" } -use-measure = { version = "0.0.1", path = "crates/use-measure", package = "use-typography-measure" } -use-modular-scale = { version = "0.0.1", path = "crates/use-modular-scale" } -use-spacing-scale = { version = "0.0.1", path = "crates/use-spacing-scale" } -use-text-block = { version = "0.0.1", path = "crates/use-text-block" } -use-type-rhythm = { version = "0.0.1", path = "crates/use-type-rhythm" } -use-type-unit = { version = "0.0.1", path = "crates/use-type-unit" } -use-typography = { version = "0.0.1", path = "crates/use-typography" } +use-font-size = { version = "0.0.2", path = "crates/use-font-size" } +use-line-height = { version = "0.0.2", path = "crates/use-line-height" } +use-measure = { version = "0.0.2", path = "crates/use-measure", package = "use-typography-measure" } +use-modular-scale = { version = "0.0.2", path = "crates/use-modular-scale" } +use-spacing-scale = { version = "0.0.2", path = "crates/use-spacing-scale" } +use-text-block = { version = "0.0.2", path = "crates/use-text-block" } +use-type-rhythm = { version = "0.0.2", path = "crates/use-type-rhythm" } +use-type-unit = { version = "0.0.2", path = "crates/use-type-unit" } +use-typography = { version = "0.0.2", path = "crates/use-typography" } [workspace.lints.rust] unsafe_code = "forbid" diff --git a/crates/use-font-size/Cargo.toml b/crates/use-font-size/Cargo.toml index 14bd102..a4c8806 100644 --- a/crates/use-font-size/Cargo.toml +++ b/crates/use-font-size/Cargo.toml @@ -14,4 +14,4 @@ keywords = ["typography", "font", "size", "rem", "em"] categories = ["algorithms", "science"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-line-height/Cargo.toml b/crates/use-line-height/Cargo.toml index 377247b..58805cd 100644 --- a/crates/use-line-height/Cargo.toml +++ b/crates/use-line-height/Cargo.toml @@ -14,4 +14,4 @@ keywords = ["typography", "line-height", "text", "layout"] categories = ["algorithms", "science"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-measure/Cargo.toml b/crates/use-measure/Cargo.toml index 3920cbf..399ef19 100644 --- a/crates/use-measure/Cargo.toml +++ b/crates/use-measure/Cargo.toml @@ -17,4 +17,4 @@ categories = ["algorithms", "science"] name = "use_measure" [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-modular-scale/Cargo.toml b/crates/use-modular-scale/Cargo.toml index 5ecb71b..2bd9426 100644 --- a/crates/use-modular-scale/Cargo.toml +++ b/crates/use-modular-scale/Cargo.toml @@ -14,4 +14,4 @@ keywords = ["typography", "scale", "modular", "font"] categories = ["algorithms", "science"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-spacing-scale/Cargo.toml b/crates/use-spacing-scale/Cargo.toml index c9e9a26..946f979 100644 --- a/crates/use-spacing-scale/Cargo.toml +++ b/crates/use-spacing-scale/Cargo.toml @@ -14,4 +14,4 @@ keywords = ["typography", "spacing", "scale", "layout"] categories = ["algorithms", "science"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-text-block/Cargo.toml b/crates/use-text-block/Cargo.toml index b23b1d0..20b4460 100644 --- a/crates/use-text-block/Cargo.toml +++ b/crates/use-text-block/Cargo.toml @@ -14,4 +14,4 @@ keywords = ["typography", "text", "layout", "measure"] categories = ["algorithms", "science"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-type-rhythm/Cargo.toml b/crates/use-type-rhythm/Cargo.toml index fe8d769..11ea604 100644 --- a/crates/use-type-rhythm/Cargo.toml +++ b/crates/use-type-rhythm/Cargo.toml @@ -14,4 +14,4 @@ keywords = ["typography", "rhythm", "baseline", "layout"] categories = ["algorithms", "science"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-type-unit/Cargo.toml b/crates/use-type-unit/Cargo.toml index 76bba11..d2f3de7 100644 --- a/crates/use-type-unit/Cargo.toml +++ b/crates/use-type-unit/Cargo.toml @@ -14,4 +14,4 @@ keywords = ["typography", "unit", "rem", "em", "pt"] categories = ["algorithms", "science"] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/use-typography/Cargo.toml b/crates/use-typography/Cargo.toml index f039e36..4a0e0fc 100644 --- a/crates/use-typography/Cargo.toml +++ b/crates/use-typography/Cargo.toml @@ -24,4 +24,4 @@ use-type-rhythm.workspace = true use-type-unit.workspace = true [lints] -workspace = true \ No newline at end of file +workspace = true