Skip to content

Commit

Permalink
prepare version 0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Apr 17, 2022
1 parent 974dcba commit 20e6c1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# v0.0.2

## Fixed
- api: fixed get metric one query, include channels_info ([commit](https://github.com/LNOpenMetrics/py-lnmetrics.api/commit/974dcba611a610607d3f0445940b73e24d9c5f40)). @vincenzopalazzo 17-04-2022


# v0.0.1
2 changes: 1 addition & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "py-lnmetrics.api",
"version": "v0.0.1",
"version": "v0.0.2",
"api": {
"name": "github",
"repository": "LNOpenMetrics/py-lnmetrics.api",
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 = "lnmetrics.api"
version = "0.0.1"
version = "0.0.2"
description = "Python implementation of the lnmetrics API to query the lnmetrics services"
authors = ["Vincenzo Palazzo <[email protected]>"]

Expand Down

0 comments on commit 20e6c1f

Please sign in to comment.