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
semantic-release committed Jun 27, 2024
1 parent 3f1345b commit a5845f4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v0.2.0 (2024-06-27)

### Feature


- Optional delete ([`3f1345b`](https://github.com/Bluetooth-Devices/convertertools/commit/3f1345ba27e8fdbc48b3a74b8b32b5a46f72b73b))


- Shorten names ([`1c93006`](https://github.com/Bluetooth-Devices/convertertools/commit/1c930065f05d985907e873b53f8260292641f912))


### Unknown



## v0.1.0 (2024-06-27)

### 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 = "convertertools"
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 = "convertertools"
version = "0.1.0"
version = "0.2.0"
description = "Tools for converting python data types"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/convertertools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

from .impl import del_dict_set, del_dict_tuple

Expand Down

0 comments on commit a5845f4

Please sign in to comment.