Skip to content

Commit 2006bfb

Browse files
afflomclaude
andcommitted
Bump version to 0.4.7 (regen pass)
The initial v0.4.7 commit was generated with a stale cargo binary still carrying CARGO_PKG_VERSION="0.4.6"; foundation/src/lib.rs's Version: doc banner and foundation/README.md / lean4/README.md / root README.md all read 0.4.6, tripping CI's drift gate on the v0.4.7 tag's release run. Re-runs uor-crate, uor-lean, uor-build, uor-docs, uor-website with a freshly-rebuilt binary so the regenerated artifacts agree with the workspace version. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9801934 commit 2006bfb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ structure based on Z/(2^n)Z.
99

1010
## Ontology
1111

12-
Version 0.4.6: 34 namespaces · 473 classes · 948 properties · 3601 named individuals
12+
Version 0.4.7: 34 namespaces · 473 classes · 948 properties · 3601 named individuals
1313

1414
All terms are encoded as typed Rust data in `spec/` (`uor-ontology`) and exported as:
1515
- `foundation/` (`uor-foundation`) — typed Rust traits (published to crates.io)

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.4.6"
19+
uor-foundation = "0.4.7"
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.4.6
5+
//! Version: 0.4.7
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.4.6).
4+
[UOR Foundation](https://uor.foundation/) ontology (v0.4.7).
55

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

0 commit comments

Comments
 (0)