Skip to content

Commit

Permalink
build: release v0.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
KSmanis committed Oct 31, 2023
1 parent fdf5745 commit aa23f48
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v0.7.14](https://github.com/KSmanis/pip-autocompile/releases/tag/v0.7.14) (2023-10-31)

### Bug Fixes

- **poetry:** bump dependencies ([`51eb8f5`](https://github.com/KSmanis/pip-autocompile/commit/51eb8f5177fa5e4553f385c811b34cee580bd29f))

### Code Refactoring

- **utils/quote_args:** improve type hints ([`ca104b0`](https://github.com/KSmanis/pip-autocompile/commit/ca104b00386d5de427f42e93d4b1927b9b49a896))

### Documentation

- **CHANGELOG:** use custom template ([`647b4ad`](https://github.com/KSmanis/pip-autocompile/commit/647b4adbcd5f0937cc57c83de3efd1f31dd718de))

## [v0.7.13](https://github.com/KSmanis/pip-autocompile/releases/tag/v0.7.13) (2023-08-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/KSmanis/pip-autocompile"
version = "0.7.13"
version = "0.7.14"

[tool.poetry.dependencies]
click = "^8.1.7"
Expand Down

0 comments on commit aa23f48

Please sign in to comment.