Skip to content

Commit ee790fe

Browse files
committed
chore: update changelog
1 parent 26dcd9b commit ee790fe

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
## [1.1.0a4](https://github.com/DataShades/ckanext-files/releases/tag/1.1.0a4) - 2026-01-22
3+
[Compare with v1.1.0a3](https://github.com/DataShades/ckanext-files/compare/v1.1.0a3..1.1.0a4)
4+
5+
### 🐛 Bug Fixes
6+
7+
- public_fs fail on empty public path ([26dcd9b](https://github.com/DataShades/ckanext-files/commit/26dcd9bb2e3d35109b7a9dbd19b51274e306a82f))
8+
29
## [v1.1.0a0](https://github.com/DataShades/ckanext-files/releases/tag/v1.1.0a0) - 2025-08-29
310
[Compare with v1.0.1](https://github.com/DataShades/ckanext-files/compare/v1.0.1..v1.1.0a0)
411

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ckanext-files"
7-
version = "1.1.0a3"
7+
version = "1.1.0a4"
88
description = ""
99
classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",]
1010
keywords = [ "CKAN", "file-management", "cloud", "filesystem"]

0 commit comments

Comments
 (0)