Skip to content

Commit

Permalink
0.12.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
release-bot committed Jul 25, 2023
1 parent 17ab0b4 commit 9b1312c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!--next-version-placeholder-->

## v0.12.2 (2023-07-25)

### Fix

* Proper semantic release versioning ([`17ab0b4`](https://github.com/linecard/sentential/commit/17ab0b4f75f1c62869de0487d580501b108cb4d0))
* Sometimes new is too new ([`0182406`](https://github.com/linecard/sentential/commit/0182406e8602fd2d021d7b267c51d26e4c78dbd3))
* Ssh-agent, etc. ([#268](https://github.com/linecard/sentential/issues/268)) ([`a91aa62`](https://github.com/linecard/sentential/commit/a91aa62c30d995e342040954aa404e2235b34ab0))

## v0.12.1 (2023-06-20)

### Fix
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 = "sentential"
version = "0.12.1"
version = "0.12.2"
description = "because lambdas are good"
authors = [
"Brendan Keane <btkeane@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion sentential/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.1"
__version__ = "0.12.2"

0 comments on commit 9b1312c

Please sign in to comment.