Skip to content

Commit a1a98bc

Browse files
release: v0.2.5
Update PyPI metadata: author pseudonym, confirm MIT license.
1 parent c65ae64 commit a1a98bc

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.5] — 2026-04-13
11+
12+
### Changed
13+
14+
- **Author pseudonym** — PyPI metadata now uses `grayisnotacolor` instead of real name.
15+
1016
## [0.2.4] — 2026-04-13
1117

1218
### Added
@@ -566,7 +572,8 @@ If you're upgrading from a pre-2026-04-07 install:
566572
> (MCP, dashboard, REST API) plus the CLI now route through the
567573
> canonical MCP HTTP server.
568574
569-
[Unreleased]: https://github.com/abbacusgroup/Cortex/compare/v0.2.4...HEAD
575+
[Unreleased]: https://github.com/abbacusgroup/Cortex/compare/v0.2.5...HEAD
576+
[0.2.5]: https://github.com/abbacusgroup/Cortex/compare/v0.2.4...v0.2.5
570577
[0.2.4]: https://github.com/abbacusgroup/Cortex/compare/v0.2.3...v0.2.4
571578
[0.2.3]: https://github.com/abbacusgroup/Cortex/compare/v0.2.2...v0.2.3
572579
[0.2.2]: https://github.com/abbacusgroup/Cortex/compare/v0.2.0...v0.2.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "abbacus-cortex"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Cognitive knowledge system with formal ontology, reasoning, and intelligence serving"
55
readme = "README.md"
66
authors = [
7-
{ name = "Fabrizzio Silveira", email = "74255714+grayisnotacolor@users.noreply.github.com" }
7+
{ name = "grayisnotacolor", email = "74255714+grayisnotacolor@users.noreply.github.com" }
88
]
99
license = "MIT"
1010
license-files = ["LICENSE"]

src/cortex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Cortex — Cognitive knowledge system."""
22

3-
__version__ = "0.2.4"
3+
__version__ = "0.2.5"

0 commit comments

Comments
 (0)