Skip to content

Commit 2f6ed9a

Browse files
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 0a3b77f commit 2f6ed9a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.0.0 (2021-11-29)
6+
### Feature
7+
* Reverse parameters of SentinelValue() constructor ([`0a3b77f`](https://github.com/vdmit11/sentinel-value/commit/0a3b77f624f8da0909130381b0a6c5aa9f92e12e))
8+
9+
### Breaking
10+
* SentinelValue() parameter order is different now: ([`0a3b77f`](https://github.com/vdmit11/sentinel-value/commit/0a3b77f624f8da0909130381b0a6c5aa9f92e12e))
11+
512
## v0.3.2 (2021-11-03)
613
### Fix
714
* Py.typed is installed to site-packages directory ([`ffa8256`](https://github.com/vdmit11/sentinel-value/commit/ffa8256c02cf691241dee979a3e38be387206b6d))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sentinel-value"
3-
version = "0.3.2"
3+
version = "1.0.0"
44
description = "Sentinel Values - unique objects akin to None, True, False"
55
license = "MIT"
66
authors = ["Dmitry Vasilyanov <vdmit11@gmail.com>"]

0 commit comments

Comments
 (0)