Skip to content

Commit 20a40ac

Browse files
authored
cloud_py_api 0.1.3 hotfix (#53)
* cloud_py_api 0.1.3 hotfix
1 parent 22cb709 commit 20a40ac

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## [0.1.3 - 2023-01-18]
6+
7+
### Fixed
8+
9+
- Fixed os arch detection (for arm64)
10+
511
## [0.1.2 - 2023-01-17]
612

713
### Added

Diff for: appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can support us in several ways:
3434
[![Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/cloud_py_api/donate)
3535
]]>
3636
</description>
37-
<version>0.1.2</version>
37+
<version>0.1.3</version>
3838
<licence>agpl</licence>
3939
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
4040
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cloud_py_api",
33
"description": "Nextcloud Python API (Framework)",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"keywords": [
66
"nextcloud",
77
"python",

Diff for: tests/psalm-baseline.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<code>DatabaseStatistics</code>
5454
</UndefinedDocblockClass>
5555
<UndefinedFunction occurrences="3">
56-
<code>str_contains($machineType, 'arm64')</code>
56+
<code>str_contains($machineType, $arm64_name)</code>
5757
<code>str_contains($machineType, 'x86_64')</code>
5858
<code>str_contains($output[0], 'musl')</code>
5959
</UndefinedFunction>

0 commit comments

Comments
 (0)