Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Dec 16, 2024
1 parent 5a15969 commit ad99f29
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.0] -2024-12-12
## [2.2.1] - 2024-12-16

### Fixed

- fixed failed import


## [2.2.0] - 2024-12-12

### New

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
.PHONY: build-push
build-push:
docker login ghcr.io
docker build --push --platform linux/amd64 --tag ghcr.io/nextcloud/llm2:2.2.0 --tag ghcr.io/nextcloud/llm2:latest .
docker build --push --platform linux/amd64 --tag ghcr.io/nextcloud/llm2:2.2.1 --tag ghcr.io/nextcloud/llm2:latest .

.PHONY: download-models
download-models:
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) for more information.
]]></description>
<version>2.2.0</version>
<version>2.2.1</version>
<licence>MIT</licence>
<author mail="[email protected]" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand All @@ -30,7 +30,7 @@ See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_ma
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/llm2</image>
<image-tag>2.2.0</image-tag>
<image-tag>2.2.1</image-tag>
</docker-install>
<scopes>
<value>AI_PROVIDERS</value>
Expand Down

0 comments on commit ad99f29

Please sign in to comment.