Skip to content

Commit cddb5da

Browse files
author
semantic-release
committed
0.2.1
Automatically generated by python-semantic-release
1 parent e2ec545 commit cddb5da

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# CHANGELOG
22

33

4+
## v0.2.1 (2025-06-24)
5+
6+
### Bug Fixes
7+
8+
- Pylance complaints
9+
([`1e58465`](https://github.com/codcod/smppai/commit/1e58465920e86cb56abf83e89641271bd97b610d))
10+
11+
### Chores
12+
13+
- Adjust pytest settings
14+
([`113cdc9`](https://github.com/codcod/smppai/commit/113cdc92d70e16915f44d5840244fd99d5e48229))
15+
16+
- Remove unused code
17+
([`e2ec545`](https://github.com/codcod/smppai/commit/e2ec545683f324687a65cc42d2b7d135b88f5c4f))
18+
19+
420
## v0.2.0 (2025-06-23)
521

622
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "smppai"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Async SMPP (Short Message Peer-to-Peer) Protocol v3.4 Implementation"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)