Skip to content

Commit

Permalink
1.1.2 (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
  • Loading branch information
kyteinsky authored Sep 30, 2024
1 parent a00c361 commit d59fec3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

## [1.1.2] – 2024-09-30

### Fixed
- Preserve pip cache on code change


## [1.1.1] – 2024-09-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_VERSION := 1.1.1
APP_VERSION := 1.1.2

.DEFAULT_GOAL := help

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This ensures that users can quickly grasp the essence of discussions without rea
* Talk
* Task Processing Provider (like Local large language model app (llm2) or OpenAI and LocalAI integration app (integration_openai))
]]></description>
<version>1.1.1</version>
<version>1.1.2</version>
<licence>MIT</licence>
<author mail="florian.klinger@nextcloud.com" homepage="https://github.com/nc-fkl">Florian Klinger</author>
<namespace>SummaryBot</namespace>
Expand All @@ -34,7 +34,7 @@ This ensures that users can quickly grasp the essence of discussions without rea
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/summary_bot</image>
<image-tag>1.1.1</image-tag>
<image-tag>1.1.2</image-tag>
</docker-install>
<scopes>
<value>TALK</value>
Expand Down

0 comments on commit d59fec3

Please sign in to comment.