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.0"
".": "0.2.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [0.2.1](https://github.com/asmyshlyaev177/llm-queue/compare/v0.2.0...v0.2.1) (2026-06-28)


### Bug Fixes

* auto release 2 ([5c69de8](https://github.com/asmyshlyaev177/llm-queue/commit/5c69de82d481f8f530f8009da32eeab18fdea48c))
* auto release 3 ([f3be0fc](https://github.com/asmyshlyaev177/llm-queue/commit/f3be0fc6833d4cb3f076f1cdec365f27b0c02958))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llm-queue",
"version": "0.2.0",
"version": "0.2.1",
"description": "Single-worker priority queue for a local LLM (Ollama), exposed as an OpenAI-compatible HTTP service so multiple processes share one serialized queue against one model.",
"type": "module",
"license": "MIT",
Expand Down
Loading