Skip to content

Commit a52e315

Browse files
committed
Update Changelog
1 parent c79216c commit a52e315

File tree

5 files changed

+53
-35
lines changed

5 files changed

+53
-35
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
## Version 0.1.2 - 2022-08-11
7+
## [0.1.3] - 2022-08-23
8+
9+
---
10+
11+
### Added
12+
- Add `thumbnail_size` property to ImageField by @jowilf https://github.com/jowilf/sqlalchemy-file/pull/9
13+
14+
## [0.1.2] - 2022-08-11
815

916
---
1017

docs/changelog.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +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-
## Version 0.1.2 - 2022-08-11
7+
## [0.1.3] - 2022-08-23
8+
9+
---
10+
11+
### Added
12+
- Add `thumbnail_size` property to ImageField in [#9](https://github.com/jowilf/sqlalchemy-file/pull/9)
13+
14+
## [0.1.2] - 2022-08-11
815

916
---
1017

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ plugins:
6464
rendering:
6565
show_root_heading: true
6666
show_source: false
67-
watch:
68-
- sqlalchemy_file
67+
watch:
68+
- sqlalchemy_file
6969

7070

7171
extra:

poetry.lock

+34-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Pillow = "^9.2.0"
3737
fasteners = "^0.17.3"
3838
black = "^22.6.0"
3939
coverage = { extras = ["toml"], version = "^6.4.2" }
40-
flake8 = "^5.0.4"
40+
flake8 = "^3.9.2"
4141
mypy = "^0.971"
4242
isort = "^5.10.1"
4343
mkdocs-material = "^8.2.7"

0 commit comments

Comments
 (0)