Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 12, 2023
1 parent f8a6cea commit c469f47
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v0.2.0 (2023-11-12)

### Feature

* feat: publish to pypi (#38)

- rename file from deploy.yml to publish.yml since publication is
the more accurate verb when it comes to Python and PyPI
- add additional config to publish.yml for publising to PyPI if
publication to TestPyPI succeeds
- remove dead code from pyproject.toml ([`f8a6cea`](https://github.com/abid-mujtaba/testing-fixtures/commit/f8a6cea0eab6cdf1ebd75b861bbfeec2b39ede67))


## v0.1.10 (2023-11-12)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "testing-fixtures"
version = "0.1.10"
version = "0.2.0"
authors = [
{ name = "Abid H. Mujtaba", email = "abid.naqvi83@gmail.com" }
]
Expand Down

0 comments on commit c469f47

Please sign in to comment.