diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c04147d..9b64f387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index bb3bfc79..0b585bd9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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) ]]> - 0.1.2 + 0.1.3 agpl Andrey Borysenko Alexander Piskun diff --git a/package-lock.json b/package-lock.json index bf6e21b1..76caad73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloud_py_api", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cloud_py_api", - "version": "0.1.2", + "version": "0.1.3", "license": "agpl", "dependencies": { "@nextcloud/auth": "^2.0.0", diff --git a/package.json b/package.json index 0119e4c0..17cc6e41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloud_py_api", "description": "Nextcloud Python API (Framework)", - "version": "0.1.2", + "version": "0.1.3", "keywords": [ "nextcloud", "python", diff --git a/tests/psalm-baseline.xml b/tests/psalm-baseline.xml index 6b73e4f6..521fedd9 100644 --- a/tests/psalm-baseline.xml +++ b/tests/psalm-baseline.xml @@ -53,7 +53,7 @@ DatabaseStatistics - str_contains($machineType, 'arm64') + str_contains($machineType, $arm64_name) str_contains($machineType, 'x86_64') str_contains($output[0], 'musl')