Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 8, 2024
1 parent 1d131c9 commit 337b0cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version history

## 0.1.1

- Add `CHANGELOG.md`.
- Automatically create a GitHub release after publishing to PyPI.

## 0.1.0
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 = "zmq-anyio"
version = "0.1.0"
version = "0.1.1"
description = "Asynchronous API for ZMQ using AnyIO"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 337b0cf

Please sign in to comment.