Skip to content

Commit 43c8837

Browse files
author
github-actions
committed
0.2.0
Automatically generated by python-semantic-release
1 parent b5f4941 commit 43c8837

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.2.0 (2023-12-16)
4+
5+
### Feature
6+
7+
- Add is_multicast to the list of cached properties (#3) ([`b5f4941`](https://github.com/bdraco/cached-ipaddress/commit/b5f4941b83dc983bab88bf04a0bcf8a5bc7c60af))
8+
39
## v0.1.0 (2023-12-16)
410

511
### Feature

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.1.0"
3+
version = "0.2.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.1.0"
1+
__version__ = "0.2.0"
22

33
from .ipaddress import cached_ip_addresses
44

0 commit comments

Comments
 (0)