Skip to content

Commit

Permalink
cloud_py_api 0.1.3 hotfix (#53)
Browse files Browse the repository at this point in the history
* cloud_py_api 0.1.3 hotfix
  • Loading branch information
andrey18106 authored Jan 18, 2023
1 parent 22cb709 commit 20a40ac
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.1.3 - 2023-01-18]

### Fixed

- Fixed os arch detection (for arm64)

## [0.1.2 - 2023-01-17]

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can support us in several ways:
[![Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/cloud_py_api/donate)
]]>
</description>
<version>0.1.2</version>
<version>0.1.3</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cloud_py_api",
"description": "Nextcloud Python API (Framework)",
"version": "0.1.2",
"version": "0.1.3",
"keywords": [
"nextcloud",
"python",
Expand Down
2 changes: 1 addition & 1 deletion tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<code>DatabaseStatistics</code>
</UndefinedDocblockClass>
<UndefinedFunction occurrences="3">
<code>str_contains($machineType, 'arm64')</code>
<code>str_contains($machineType, $arm64_name)</code>
<code>str_contains($machineType, 'x86_64')</code>
<code>str_contains($output[0], 'musl')</code>
</UndefinedFunction>
Expand Down

0 comments on commit 20a40ac

Please sign in to comment.