Skip to content

Commit dd3a6d3

Browse files
authored
Merge pull request #8 from jowilf/changelog
Add CHANGELOG.md
2 parents 0ca6695 + 5753213 commit dd3a6d3

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

docs/changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ nav:
5151
- Validators: 'api/validators.md'
5252
- Processors: 'api/processors.md'
5353
- Exceptions: 'api/exceptions.md'
54+
- Changelog: 'changelog.md'
5455

5556

5657

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sqlalchemy-file"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage."
55
authors = ["Jocelin Hounon <hounonj@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)