Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 15, 2023
1 parent dbf5a3b commit 6ec65e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/apoclyps/python-package-publish/compare/0.2.0...0.3.0) (2023-11-15)


### 🚀 Features

* implements HTTP client ([#13](https://github.com/apoclyps/python-package-publish/issues/13)) ([dbf5a3b](https://github.com/apoclyps/python-package-publish/commit/dbf5a3b7bcf7c659acd11b0c2e9a192b036789ce))

## [0.2.0](https://github.com/apoclyps/python-package-publish/compare/0.1.0...0.2.0) (2023-11-15)


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 = "python-package-publish"
version = "0.2.0"
version = "0.3.0"
description = "A common shared library to demonstrate python package publishing"
authors = ["Kyle Harrison <[email protected]>"]
packages = [{ include = "python_package_publish" }]
Expand Down
2 changes: 1 addition & 1 deletion python_package_publish/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.0"

0 comments on commit 6ec65e2

Please sign in to comment.