Skip to content

Commit

Permalink
Release 0.5.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf authored Jul 21, 2023
1 parent bfa3dd6 commit 5eeb91d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.0] - 2023-07-21

---

### Fixed

* Fix [#79](https://github.com/jowilf/sqlalchemy-file/issues/79): Remove the files generated by processors after an
update or a delete
in [#84](https://github.com/jowilf/sqlalchemy-file/pull/84)
* Fix [#78](https://github.com/jowilf/sqlalchemy-file/issues/78): Add content-type to `extra` data in ThumbnailGenerator
by [@wojtha](https://github.com/wojtha)
in [#80](https://github.com/jowilf/sqlalchemy-file/pull/80)

### Internals

* Add additional Ruff rules & update dependencies in [#77](https://github.com/jowilf/sqlalchemy-file/pull/77)

## [0.4.0] - 2023-03-02

---
Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_file/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.0"
__version__ = "0.5.0"

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

0 comments on commit 5eeb91d

Please sign in to comment.