From ee15b20f2c73dff3943f3aed4c8a4991275706f3 Mon Sep 17 00:00:00 2001 From: Buggy <107155783+Magic-Man-us@users.noreply.github.com> Date: Sat, 29 Aug 2026 00:32:24 -0400 Subject: [PATCH 1/2] chore: bump crate and bindings to 0.2.0 for the first numeria release The v0.1.0 tag already marks the March crates.io release, which predates the bindings. check_version.py requires the crate, the bindings and the tag to agree, so both manifests move together. --- Cargo.lock | 2 +- Cargo.toml | 2 +- bindings/python/Cargo.lock | 4 ++-- bindings/python/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c09a137..b6e1ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "rust_physics_engine" -version = "0.1.0" +version = "0.2.0" diff --git a/Cargo.toml b/Cargo.toml index 97a08ad..f1edbff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_physics_engine" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "A comprehensive, zero-dependency Rust library for physics, mathematics, and engineering computation — 1,600+ validated functions covering 50+ domains" license = "MIT" diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock index b54ebe4..e0db81f 100644 --- a/bindings/python/Cargo.lock +++ b/bindings/python/Cargo.lock @@ -103,11 +103,11 @@ dependencies = [ [[package]] name = "rust_physics_engine" -version = "0.1.0" +version = "0.2.0" [[package]] name = "rust_physics_engine_py" -version = "0.1.0" +version = "0.2.0" dependencies = [ "pyo3", "rust_physics_engine", diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index de07bfb..ade2874 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -7,7 +7,7 @@ [package] name = "rust_physics_engine_py" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Python bindings for rust_physics_engine" license = "MIT" From d42ce3533c0c6b98c05565739a634698691abed5 Mon Sep 17 00:00:00 2001 From: Buggy <107155783+Magic-Man-us@users.noreply.github.com> Date: Sat, 29 Aug 2026 00:32:24 -0400 Subject: [PATCH 2/2] chore: correct the stale function and module counts in the crate description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1edbff..e14fa1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rust_physics_engine" version = "0.2.0" edition = "2021" -description = "A comprehensive, zero-dependency Rust library for physics, mathematics, and engineering computation — 1,600+ validated functions covering 50+ domains" +description = "A zero-dependency Rust library for physics, mathematics and engineering computation — 6,365 public functions across 71 modules" license = "MIT" repository = "https://github.com/Magic-Man-us/RustPhysicsEngine" homepage = "https://github.com/Magic-Man-us/RustPhysicsEngine"