File tree Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## Version 0.1.2 - 2022-08-11
8+
9+ ---
10+
11+ ### Added
12+ - Add CHANGELOG.md
Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## Version 0.1.2 - 2022-08-11
8+
9+ ---
10+
11+ ### Added
12+ - Add CHANGELOG.md
Original file line number Diff line number Diff line change 5151 - Validators : ' api/validators.md'
5252 - Processors : ' api/processors.md'
5353 - Exceptions : ' api/exceptions.md'
54+ - Changelog : ' changelog.md'
5455
5556
5657
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " sqlalchemy-file"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage."
55authors = [
" Jocelin Hounon <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments