Skip to content

Commit e8336cd

Browse files
afflomclaude
andcommitted
Bump version to 0.3.2
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4e60316 commit e8336cd

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ members = [
1818
resolver = "2"
1919

2020
[workspace.package]
21-
version = "0.3.1"
21+
version = "0.3.2"
2222
edition = "2021"
2323
rust-version = "1.83"
2424
license = "Apache-2.0"
@@ -30,7 +30,7 @@ authors = ["The UOR Foundation"]
3030
# v0.2.2 T4.1 (cleanup): uor-foundation is published to crates.io; the
3131
# verify crate must reference it by version + path so cargo publish
3232
# accepts the manifest (path-only deps are rejected for published crates).
33-
uor-foundation = { version = "0.3.1", path = "foundation" }
33+
uor-foundation = { version = "0.3.2", path = "foundation" }
3434

3535
# Serialization
3636
serde = { version = "1", features = ["derive"] }

foundation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ typed Rust traits. Import and implement.
1616

1717
```toml
1818
[dependencies]
19-
uor-foundation = "0.3.1"
19+
uor-foundation = "0.3.2"
2020
```
2121

2222
### HostTypes (target §4.1 W10)

foundation/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//! UOR Foundation — typed Rust traits for the complete ontology.
44
//!
5-
//! Version: 0.3.1
5+
//! Version: 0.3.2
66
//!
77
//! This crate exports every ontology class as a trait, every property as a
88
//! method, and every named individual as a constant. Implementations import

lean4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# UOR Foundation — Lean 4 Formalization
22

33
Machine-generated Lean 4 structures, enums, and constants for the
4-
[UOR Foundation](https://uor.foundation/) ontology (v0.3.1).
4+
[UOR Foundation](https://uor.foundation/) ontology (v0.3.2).
55

66
**Do not edit manually** — regenerated by [UOR-Framework](https://github.com/UOR-Foundation/UOR-Framework).
77

0 commit comments

Comments
 (0)