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.2.15"
".": "0.2.16"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.2.16](https://github.com/gerfru/NilesAI/compare/niles-core-v0.2.15...niles-core-v0.2.16) (2026-08-18)


### Code Refactoring

* **docker:** use dedicated external gateway networks per service ([#229](https://github.com/gerfru/NilesAI/issues/229)) ([342b786](https://github.com/gerfru/NilesAI/commit/342b786b9072cd0c3b79ea7e66ba66006f693de2))


### Miscellaneous

* **deps:** unblock CI — bundle security bumps, docker/action updates, fix ruff format ([#226](https://github.com/gerfru/NilesAI/issues/226)) ([298f642](https://github.com/gerfru/NilesAI/commit/298f642abbf376f9f6ea0941c9d9ba39c8cffbb5))
* **deps:** update astral-sh/setup-uv action to v10 ([#228](https://github.com/gerfru/NilesAI/issues/228)) ([7cf51b6](https://github.com/gerfru/NilesAI/commit/7cf51b6ba20670c1ef879ce212915ad6aea3f08c))

## [0.2.15](https://github.com/gerfru/NilesAI/compare/niles-core-v0.2.14...niles-core-v0.2.15) (2026-07-09)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "niles-core"
version = "0.2.15"
version = "0.2.16"
description = "Local AI Butler"
license = "AGPL-3.0-only"
requires-python = ">=3.14"
Expand Down