-
Notifications
You must be signed in to change notification settings - Fork 0
Bringing branch up to date #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f64a931
c2afa38
5f71639
cbce13d
2b07f85
1b6aa70
c54a5b4
f5890ff
66dd07e
df3656e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,15 @@ Detailed per-version release notes are available in [`docs/releases/`](docs/rele | |
|
|
||
| --- | ||
|
|
||
| ## [1.5.0] | ||
|
|
||
| Consolidation release. Bumps the version tag to reflect the full Analyst OS feature set | ||
| (Alembic migrations, Plugin System, Policy Engine, TAXII write endpoints, Workflow | ||
| orchestration, Data Lineage, Analyst Metrics, AI Intel Review Queue, Discord connector, | ||
| STIX Object Validator). Presentation deck rebuilt to v1.5.0 with 5 new slides covering | ||
| all v1.4+ modules. | ||
|
|
||
| → Full feature breakdown is in `## [1.4.0]` below; this entry marks the version cut. | ||
| ## [Unreleased] | ||
|
|
||
|
Comment on lines
+19
to
21
|
||
| ### Added — Phase 4: Control, Reasoning, Safety | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |||||
|
|
||||||
| [project] | ||||||
| name = "security-gnat" | ||||||
|
||||||
| name = "security-gnat" | |
| name = "gnat" |
Copilot
AI
Apr 9, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping the package version here to 1.5.0 may leave runtime version reporting inconsistent: the codebase still defines __version__ = "0.1.0" in gnat/__init__.py (and several connector __init__.py files). If anything (CLI, logs, docs, API) reads those constants, it will report the wrong version; consider deriving __version__ from package metadata (importlib.metadata.version) or updating the in-code version constants as part of the release bump.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## [1.5.0]doesn’t match the existing changelog version label convention (other entries use## [vX.Y.Z]) and there is no reference link definition for[1.5.0]at the bottom of the file. Please align this heading with the existingv-prefixed format (and optionally include the release date like other sections) and add the corresponding link target in the reference list.