Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/arii/tech-dancer/compare/tech-dancer-v0.5.0...tech-dancer-v0.6.0) (2026-08-10)


### Features

* add agent:prime script for agent-context indexing ([#3955](https://github.com/arii/tech-dancer/issues/3955)) ([28cc351](https://github.com/arii/tech-dancer/commit/28cc3518b0ee407aa4e91b31f4a8b68972d4740f))


### Bug Fixes

* correct anti-pattern tool scope and refactor 15 UI code violations ([#3853](https://github.com/arii/tech-dancer/issues/3853)) ([774b6d9](https://github.com/arii/tech-dancer/commit/774b6d962510081f29fc9f0da0147cfa7b15a1e2))
* Vite SPA fallback for sub-path routing ([#4016](https://github.com/arii/tech-dancer/issues/4016)) ([57460d0](https://github.com/arii/tech-dancer/commit/57460d0133204886ed4aa67ed620d4bf559ef5b8))

## [0.5.0](https://github.com/arii/tech-dancer/compare/tech-dancer-v0.4.1...tech-dancer-v0.5.0) (2026-07-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tech-dancer",
"private": true,
"version": "0.5.0",
"version": "0.6.0",
"dependencyComments": {
"openai": "Required exclusively by boomtick-pkg scripts (e.g. impact-ai-code-review.ts) running in the parent repository context during CI. It is not loaded by any application components or included in the frontend bundle."
},
Expand Down
Loading