File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ 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.5.0] - 2023-07-21
8
+
9
+ ---
10
+
11
+ ### Fixed
12
+
13
+ * Fix [ #79 ] ( https://github.com/jowilf/sqlalchemy-file/issues/79 ) : Remove the files generated by processors after an
14
+ update or a delete
15
+ in [ #84 ] ( https://github.com/jowilf/sqlalchemy-file/pull/84 )
16
+ * Fix [ #78 ] ( https://github.com/jowilf/sqlalchemy-file/issues/78 ) : Add content-type to ` extra ` data in ThumbnailGenerator
17
+ by [ @wojtha ] ( https://github.com/wojtha )
18
+ in [ #80 ] ( https://github.com/jowilf/sqlalchemy-file/pull/80 )
19
+
20
+ ### Internals
21
+
22
+ * Add additional Ruff rules & update dependencies in [ #77 ] ( https://github.com/jowilf/sqlalchemy-file/pull/77 )
23
+
7
24
## [ 0.4.0] - 2023-03-02
8
25
9
26
---
Original file line number Diff line number Diff line change 1
- __version__ = "0.4 .0"
1
+ __version__ = "0.5 .0"
2
2
3
3
from .file import File
4
4
from .types import FileField , ImageField
You can’t perform that action at this time.
0 commit comments