Skip to content

Commit 5346868

Browse files
committed
chore(release): Release v0.0.2 [skip ci]
1 parent 3d6baec commit 5346868

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## v0.0.2 (2021-02-24)
6+
### Fix
7+
* **ci:** Add PAT to be able to create new release ([`3d6baec`](https://github.com/bitcoinvault/api/commit/3d6baecc49248e914fcb4c631c2dc3c51f3386a7))
8+
* **ci:** Add PAT to be able to create new release ([`0b6306b`](https://github.com/bitcoinvault/api/commit/0b6306b38fc4dad5df2b98efcb81b81a21fff439))
9+
* Proper imports ([`2717123`](https://github.com/bitcoinvault/api/commit/2717123705f38571d589b2a6ed94301db2d0356c))
10+
511
## v0.0.1 (2021-02-24)
612
### Fix
713
* Copy src after installing dependencies, to use layer caching ([`593433a`](https://github.com/bitcoinvault/api/commit/593433a9f14f4b09635c7e76faa7db0d54cd9a80))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.0.2"
44

55
setup(
66
name="bitcoinvault-api",

0 commit comments

Comments
 (0)