Skip to content

Commit a693c12

Browse files
committed
v0.19.0 [publish]
Signed-off-by: bigcat88 <[email protected]>
1 parent 62ff275 commit a693c12

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.19.0 - 2025-02-15]
6+
7+
### Added
8+
9+
- Files: `FSNode` now have `creation_date` property. #335 Thanks to @SunnyFarmDay
10+
11+
### Changed
12+
13+
- ExApps: no longer require the `AA-VERSION` header. (Nextcloud 32+) #336
14+
- ExApps: `AppAPIAuthMiddleware` now secures the `websocket` connection. (Nextcloud 32+) #338
15+
516
## [0.18.2 - 2025-01-19]
617

718
### Changed

nc_py_api/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.18.2"
3+
__version__ = "0.19.0"

0 commit comments

Comments
 (0)