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 .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0](https://github.com/entur/ai/compare/v0.1.2...v0.2.0) (2026-08-07)

### Features

* **plugins:** add entur-linje design system plugin ([#74](https://github.com/entur/ai/issues/74)) ([58d5a79](https://github.com/entur/ai/commit/58d5a79a7cc512fb6e293f128599d53b50bf0c0f))
* **skills:** add Scala support to setup-agent-config ([#77](https://github.com/entur/ai/issues/77)) ([fd036d8](https://github.com/entur/ai/commit/fd036d8432cca6977e115e2d268f87bf343e075d))
* **skills:** add setup-agent-config skill for onboarding existing repos ([#75](https://github.com/entur/ai/issues/75)) ([f01dbac](https://github.com/entur/ai/commit/f01dbacb6fcb8e53c5746735c71d310e104d77b0))

### Documentation

* add English IT systems and software policy ([#69](https://github.com/entur/ai/issues/69)) ([7a75d3d](https://github.com/entur/ai/commit/7a75d3d7c84481570501742263865109af05d9c1))
* update self service instructions ([#70](https://github.com/entur/ai/issues/70)) ([f7413fe](https://github.com/entur/ai/commit/f7413fe8def43b26fc3052a9e968e09187cc0363))
* update tracing.md ([#76](https://github.com/entur/ai/issues/76)) ([71a443c](https://github.com/entur/ai/commit/71a443ce380284eaaa083a8b23c0e1e108e491e5))

## [0.1.2](https://github.com/entur/ai/compare/v0.1.1...v0.1.2) (2026-06-19)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "entur-ai",
"version": "0.1.2",
"version": "0.2.0",
"description": "Entur AI agent instructions, conventions, guides, skills, and plugins.",
"private": true,
"license": "EUPL-1.2",
Expand Down