File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[project ]
22name = " abbacus-cortex"
3- version = " 0.2.4 "
3+ version = " 0.2.5 "
44description = " Cognitive knowledge system with formal ontology, reasoning, and intelligence serving"
55readme = " README.md"
66authors = [
7- { name = " Fabrizzio Silveira " , email = " 74255714+grayisnotacolor@users.noreply.github.com" }
7+ { name = " grayisnotacolor " , email = " 74255714+grayisnotacolor@users.noreply.github.com" }
88]
99license = " MIT"
1010license-files = [" LICENSE" ]
Original file line number Diff line number Diff line change 11"""Cortex — Cognitive knowledge system."""
22
3- __version__ = "0.2.4 "
3+ __version__ = "0.2.5 "
You can’t perform that action at this time.
0 commit comments