Skip to content

Commit 2b3846e

Browse files
committed
chore: bump version
1 parent 667bc12 commit 2b3846e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

2+
## [v0.1.0](https://github.com/DataShades/file-keeper/releases/tag/v0.1.0) - 2026-01-28
3+
[Compare with v0.1.0a7](https://github.com/DataShades/file-keeper/compare/v0.1.0a7..v0.1.0)
4+
5+
### 🚀 Features
6+
7+
- add type to settings ([40435f6](https://github.com/DataShades/file-keeper/commit/40435f656c79b3f7ee47de6d6782c7c3f9313afc))
8+
9+
### 🚜 Refactor
10+
11+
- gcs users AnonymousCredentials when no alternative provided ([667bc12](https://github.com/DataShades/file-keeper/commit/667bc1238dddd0bb5be3552f5bf710bd6150c308))
12+
213
## [v0.1.0a7](https://github.com/DataShades/file-keeper/releases/tag/v0.1.0a7) - 2026-01-08
314
[Compare with v0.1.0a6](https://github.com/DataShades/file-keeper/compare/v0.1.0a6..v0.1.0a7)
415

pyproject.toml

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

66
[project]
77
name = "file-keeper"
8-
version = "0.1.0a7"
8+
version = "0.1.0"
99
description = "Abstraction level for object storages."
1010
classifiers = [
1111

0 commit comments

Comments
 (0)