Skip to content

Commit 49d4b35

Browse files
authored
Update CHANGELOG.md (#25)
1 parent 5975985 commit 49d4b35

File tree

3 files changed

+9
-54
lines changed

3 files changed

+9
-54
lines changed

.flake8

-13
This file was deleted.

CHANGELOG.md

+1-41
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,3 @@
11
# Changelog
22

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/).

docs/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.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+
715
## [0.1.5] - 2022-10-15
816

917
---

0 commit comments

Comments
 (0)