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
github-actions committed Apr 17, 2024
1 parent b4620c1 commit 96edc7e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.0 (2024-04-17)

### Feature

- Update readme (#2) ([`b4620c1`](https://github.com/bdraco/aiohttp-isal/commit/b4620c1e475fb43ef5faaaf91c26dc50d119411b))

## v0.1.0 (2024-04-17)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "aiohttp-isal"
copyright = "2024, J. Nick Koston"
author = "J. Nick Koston"
release = "0.1.0"
release = "0.2.0"

# General configuration
extensions = [
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 = "aiohttp-isal"
version = "0.1.0"
version = "0.2.0"
description = "isal support for aiohttp"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/aiohttp_isal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

import importlib
import zlib as zlib_original
Expand Down

0 comments on commit 96edc7e

Please sign in to comment.