Skip to content

Commit ffb7526

Browse files
author
github-actions
committed
0.1.0
Automatically generated by python-semantic-release
1 parent 44bf9b7 commit ffb7526

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.1.0 (2023-12-16)
4+
5+
### Feature
6+
7+
- First version (#2) ([`44bf9b7`](https://github.com/bdraco/cached-ipaddress/commit/44bf9b78f2740f5114bf89a664f5bb42c20c8502))
8+
39
## v0.0.1 (2023-12-16)
410

511
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cached-ipaddress"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Cache construction of ipaddress objects"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/cached_ipaddress/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.1.0"
22

33
from .ipaddress import cached_ip_addresses
44

0 commit comments

Comments
 (0)