Skip to content

Commit fff2718

Browse files
authored
cloud_py_api 0.1.6 binary hashes check hotfix (#101)
1 parent 395f577 commit fff2718

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

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.6 - 2023-03-23]
6+
7+
### Fixed
8+
9+
- Fixed binary hashes check
10+
511
## [0.1.5 - 2023-02-25]
612

713
### Changed

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.5</version>
37+
<version>0.1.6</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>

package-lock.json

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

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.5",
4+
"version": "0.1.6",
55
"keywords": [
66
"nextcloud",
77
"python",

0 commit comments

Comments
 (0)