File tree 3 files changed +9
-54
lines changed
3 files changed +9
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
- to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
-
8
- ## [ 0.1.5] - 2022-10-15
9
-
10
- ---
11
-
12
- ### Added
13
-
14
- - Add py.typed(PEP 561) by @jowilf https://github.com/jowilf/sqlalchemy-file/pull/14
15
-
16
- ## [ 0.1.4] - 2022-08-30
17
-
18
- ---
19
-
20
- ### Added
21
-
22
- - Add ` upload_storage ` to the default information saved into the database. Before, ` upload_storage ` can be extracted
23
- from ` path ` attribute. Now you can access directly with ` file['upload_storage'] ` by
24
- @jowilf https://github.com/jowilf/sqlalchemy-file/pull/11
25
- - Accept additional metadata from ` File ` object by @jowilf https://github.com/jowilf/sqlalchemy-file/pull/11
26
- - Add section [ Upload File] ( https://jowilf.github.io/sqlalchemy-file/tutorial/using-files-in-models/#upload-file ) to the
27
- documentation
28
-
29
- ## [ 0.1.3] - 2022-08-23
30
-
31
- ---
32
-
33
- ### Added
34
-
35
- - Add ` thumbnail_size ` property to ImageField by @jowilf https://github.com/jowilf/sqlalchemy-file/pull/9
36
-
37
- ## [ 0.1.2] - 2022-08-11
38
-
39
- ---
40
-
41
- ### Added
42
-
43
- - Add CHANGELOG.md
3
+ Please check [ this page in the documentation] ( https://jowilf.github.io/sqlalchemy-file/changelog/ ) .
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.0] - 2022-11-28
8
+
9
+ ---
10
+ ### Added
11
+
12
+ - Allow storage extra & headers attributes in [ #18 ] ( https://github.com/jowilf/sqlalchemy-file/pull/18 )
13
+
14
+
7
15
## [ 0.1.5] - 2022-10-15
8
16
9
17
---
You can’t perform that action at this time.
0 commit comments