Skip to content

Commit

Permalink
Update CHANGELOG.md (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jowilf committed Nov 28, 2022
1 parent 5975985 commit 49d4b35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 54 deletions.
13 changes: 0 additions & 13 deletions .flake8

This file was deleted.

42 changes: 1 addition & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,3 @@
# Changelog

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.1.5] - 2022-10-15

---

### Added

- Add py.typed(PEP 561) by @jowilf https://github.com/jowilf/sqlalchemy-file/pull/14

## [0.1.4] - 2022-08-30

---

### Added

- Add `upload_storage` to the default information saved into the database. Before, `upload_storage` can be extracted
from `path` attribute. Now you can access directly with `file['upload_storage']` by
@jowilf https://github.com/jowilf/sqlalchemy-file/pull/11
- Accept additional metadata from `File` object by @jowilf https://github.com/jowilf/sqlalchemy-file/pull/11
- Add section [Upload File](https://jowilf.github.io/sqlalchemy-file/tutorial/using-files-in-models/#upload-file) to the
documentation

## [0.1.3] - 2022-08-23

---

### Added

- Add `thumbnail_size` property to ImageField by @jowilf https://github.com/jowilf/sqlalchemy-file/pull/9

## [0.1.2] - 2022-08-11

---

### Added

- Add CHANGELOG.md
Please check [this page in the documentation](https://jowilf.github.io/sqlalchemy-file/changelog/).
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.2.0] - 2022-11-28

---
### Added

- Allow storage extra & headers attributes in [#18](https://github.com/jowilf/sqlalchemy-file/pull/18)


## [0.1.5] - 2022-10-15

---
Expand Down

0 comments on commit 49d4b35

Please sign in to comment.