diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3efe452 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 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). + +## Version 0.1.2 - 2022-08-11 + +--- + +### Added +- Add CHANGELOG.md diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 0000000..3efe452 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1,12 @@ +# 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). + +## Version 0.1.2 - 2022-08-11 + +--- + +### Added +- Add CHANGELOG.md diff --git a/mkdocs.yml b/mkdocs.yml index 31f16e5..a75b15e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -51,6 +51,7 @@ nav: - Validators: 'api/validators.md' - Processors: 'api/processors.md' - Exceptions: 'api/exceptions.md' + - Changelog: 'changelog.md' diff --git a/pyproject.toml b/pyproject.toml index 68fc5bf..a66b61e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sqlalchemy-file" -version = "0.1.1" +version = "0.1.2" description = "SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage." authors = ["Jocelin Hounon "] license = "MIT"