File tree 4 files changed +26
-1
lines changed
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 51
51
- Validators : ' api/validators.md'
52
52
- Processors : ' api/processors.md'
53
53
- Exceptions : ' api/exceptions.md'
54
+ - Changelog : ' changelog.md'
54
55
55
56
56
57
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " sqlalchemy-file"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
description = " SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage."
5
5
authors = [" Jocelin Hounon <hounonj@gmail.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments