Skip to content

Commit 29fb9ed

Browse files
tercelclaude
andcommitted
chore: rebrand aipartnerup → aiperceivable, bump patch version
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent 662c255 commit 29fb9ed

File tree

4 files changed

+21
-16
lines changed

4 files changed

+21
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
> **Note on versioning:** This crate starts at `0.13.0` rather than `0.1.0` to stay in sync
9-
> with the [apcore-python](https://github.com/aipartnerup/apcore-python) and
10-
> [apcore-typescript](https://github.com/aipartnerup/apcore-typescript) packages.
9+
> with the [apcore-python](https://github.com/aiperceivable/apcore-python) and
10+
> [apcore-typescript](https://github.com/aiperceivable/apcore-typescript) packages.
1111
> All three SDKs implement the same protocol specification and share a unified version line.
1212
1313
---
1414

15+
## [0.13.1] - 2026-03-22
16+
17+
### Changed
18+
- Rebrand: aipartnerup → aiperceivable
19+
1520
## [0.13.0] - 2026-03-12
1621

1722
Initial Rust release. Implements the full apcore protocol specification in Rust,

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "apcore"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
edition = "2021"
55
description = "Schema-driven module standard for AI-perceivable interfaces"
66
license = "Apache-2.0"
77
readme = "README.md"
8-
authors = ["aipartnerup <[email protected]>"]
9-
homepage = "https://aipartnerup.com"
10-
repository = "https://github.com/aipartnerup/apcore-rust"
11-
documentation = "https://apcore.aipartnerup.com/"
8+
authors = ["aiperceivable <[email protected]>"]
9+
homepage = "https://aiperceivable.com"
10+
repository = "https://github.com/aiperceivable/apcore-rust"
11+
documentation = "https://apcore.aiperceivable.com/"
1212
keywords = ["ai", "llm", "module", "middleware", "schema"]
1313
categories = [
1414
"api-bindings",

LICENSE

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

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright 2024 AI Partner Up
178+
Copyright 2024 AI Perceivable
179179

180180
Licensed under the Apache License, Version 2.0 (the "License");
181181
you may not use this file except in compliance with the License.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="https://raw.githubusercontent.com/aipartnerup/apcore/main/apcore-logo.svg" alt="apcore logo" width="200"/>
2+
<img src="https://raw.githubusercontent.com/aiperceivable/apcore/main/apcore-logo.svg" alt="apcore logo" width="200"/>
33
</div>
44

55
# apcore
@@ -96,7 +96,7 @@ A schema-enforced module standard for the AI-Perceivable era.
9696
## Documentation
9797

9898
For full documentation, including Quick Start guides for Python and Rust, visit:
99-
**[https://aipartnerup.github.io/apcore/getting-started.html](https://aipartnerup.github.io/apcore/getting-started.html)**
99+
**[https://aiperceivable.github.io/apcore/getting-started.html](https://aiperceivable.github.io/apcore/getting-started.html)**
100100

101101
## Requirements
102102

@@ -597,7 +597,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
597597
### Clone and build
598598

599599
```bash
600-
git clone https://github.com/aipartnerup/apcore-rust.git
600+
git clone https://github.com/aiperceivable/apcore-rust.git
601601
cd apcore-rust
602602
cargo build
603603
```
@@ -645,9 +645,9 @@ Apache-2.0
645645

646646
## Links
647647

648-
- **Documentation**: [https://aipartnerup.github.io/apcore/](https://aipartnerup.github.io/apcore/)
649-
- **Website**: [aipartnerup.com](https://aipartnerup.com)
650-
- **GitHub**: [aipartnerup/apcore-rust](https://github.com/aipartnerup/apcore-rust)
648+
- **Documentation**: [https://aiperceivable.github.io/apcore/](https://aiperceivable.github.io/apcore/)
649+
- **Website**: [aiperceivable.com](https://aiperceivable.com)
650+
- **GitHub**: [aiperceivable/apcore-rust](https://github.com/aiperceivable/apcore-rust)
651651
- **crates.io**: [apcore](https://crates.io/crates/apcore)
652-
- **Issues**: [GitHub Issues](https://github.com/aipartnerup/apcore-rust/issues)
653-
- **Discussions**: [GitHub Discussions](https://github.com/aipartnerup/apcore-rust/discussions)
652+
- **Issues**: [GitHub Issues](https://github.com/aiperceivable/apcore-rust/issues)
653+
- **Discussions**: [GitHub Discussions](https://github.com/aiperceivable/apcore-rust/discussions)

0 commit comments

Comments
 (0)