Skip to content

Commit 7ea4ecb

Browse files
author
github-actions
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 98f7ae3 commit 7ea4ecb

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.3.0 (2023-12-17)
4+
5+
### Feature
6+
7+
- Add reverse_pointer to the cache (#4) ([`98f7ae3`](https://github.com/bdraco/cached-ipaddress/commit/98f7ae3d1e5b3c03f34392093257594915e55d2a))
8+
39
## v0.2.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.2.0"
3+
version = "0.3.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.2.0"
1+
__version__ = "0.3.0"
22

33
from .ipaddress import cached_ip_addresses
44

0 commit comments

Comments
 (0)