Skip to content

Commit

Permalink
Merge pull request #8 from jowilf/changelog
Browse files Browse the repository at this point in the history
Add CHANGELOG.md
  • Loading branch information
jowilf authored Aug 11, 2022
2 parents 0ca6695 + 5753213 commit dd3a6d3
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ nav:
- Validators: 'api/validators.md'
- Processors: 'api/processors.md'
- Exceptions: 'api/exceptions.md'
- Changelog: 'changelog.md'



Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <hounonj@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit dd3a6d3

Please sign in to comment.