Skip to content

Commit

Permalink
2.0.1 (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Anupam Kumar <[email protected]>
  • Loading branch information
kyteinsky authored Aug 20, 2024
1 parent c39d4e3 commit f1dd88f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.0.1 – 2024-08-20
### Fixed
- update pip requirements @kyteinsky

## 2.0.0 – 2024-08-15
### Changed
- drop support for NC29
Expand Down
8 changes: 4 additions & 4 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<![CDATA[
**Requires [`AppAPI`](https://github.com/cloud-py-api/app_api) to work.**
]]></description>
<version>2.0.0</version>
<version>2.0.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 @@ -17,16 +17,16 @@
<bugs>https://github.com/nextcloud/translate2/issues</bugs>
<repository type="git">https://github.com/nextcloud/translate2</repository>
<dependencies>
<nextcloud min-version="30" max-version="31"/>
<nextcloud min-version="30" max-version="31" />
</dependencies>
<external-app>
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/translate2</image>
<image-tag>2.0.0</image-tag>
<image-tag>2.0.1</image-tag>
</docker-install>
<scopes>
<value>AI_PROVIDERS</value>
<value>AI_PROVIDERS</value>
</scopes>
</external-app>
</info>

0 comments on commit f1dd88f

Please sign in to comment.