Skip to content

Commit

Permalink
semversioner release updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Mar 16, 2022
1 parent 209b768 commit ba6eba3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
10 changes: 10 additions & 0 deletions .semversioner/1.5.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"description": "Expire TaPos cache",
"type": "patch"
},
{
"description": "Make lib work with new secp256k1-py",
"type": "patch"
}
]
4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20220316100212492379.json

This file was deleted.

4 changes: 0 additions & 4 deletions .semversioner/next-release/patch-20220316100229208608.json

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
Note: version releases in the 0.x.y range may introduce breaking changes.

## 1.5.2

- patch: Expire TaPos cache
- patch: Make lib work with new secp256k1-py

## 1.5.1

- patch: Excplicit proposal logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup

__version__ = "1.5.1"
__version__ = "1.5.2"
URL = "https://github.com/xeroc/python-graphenelib"

setup(
Expand Down

0 comments on commit ba6eba3

Please sign in to comment.