Add new release logs and drone file
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7245256c84
commit
86ba86206c
24
.drone.yml
Normal file
24
.drone.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
---
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- IMAGE: 3.6-stretch
|
||||||
|
TOXENV: py36
|
||||||
|
- IMAGE: 3.7-stretch
|
||||||
|
TOXENV: py37
|
||||||
|
- IMAGE: 3.8-buster
|
||||||
|
TOXENV: py38
|
||||||
|
- IMAGE: 3.8-buster
|
||||||
|
TOXENV: lint
|
||||||
|
- IMAGE: 3.8-buster
|
||||||
|
TOXENV: sort
|
||||||
|
- IMAGE: 3.8-buster
|
||||||
|
TOXENV: format
|
||||||
|
- IMAGE: 3.8-buster
|
||||||
|
TOXENV: type
|
||||||
|
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: python:${IMAGE}
|
||||||
|
commands:
|
||||||
|
- pip install tox
|
||||||
|
- tox -e ${TOXENV}
|
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,3 +1,16 @@
|
|||||||
|
# hypercore-crypto 0.0.1a4 (UNRELEASED)
|
||||||
|
|
||||||
|
## Removals
|
||||||
|
|
||||||
|
- Removed RTD documentation
|
||||||
|
|
||||||
|
## Trivial/Internal Changes
|
||||||
|
|
||||||
|
- Follow the Hypercore protocol renaming situation.
|
||||||
|
- Migrate to git.autonomic.zone
|
||||||
|
- Migrate CI to drone.autonomic.zone
|
||||||
|
- Reduce package boilerplate
|
||||||
|
|
||||||
# hypercore-crypto 0.0.1a3 (2019-11-14)
|
# hypercore-crypto 0.0.1a3 (2019-11-14)
|
||||||
|
|
||||||
## Bug Fixes
|
## Bug Fixes
|
||||||
|
Loading…
Reference in New Issue
Block a user