Skip to content

Commit 5eeb91d

Browse files
authored
Release 0.5.0 (#85)
1 parent bfa3dd6 commit 5eeb91d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/changelog.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
724
## [0.4.0] - 2023-03-02
825

926
---

sqlalchemy_file/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.5.0"
22

33
from .file import File
44
from .types import FileField, ImageField

0 commit comments

Comments
 (0)