Add new release logs and drone file
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-05-16 18:40:02 +02:00
parent 7245256c84
commit 86ba86206c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 37 additions and 0 deletions

24
.drone.yml Normal file
View 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}

View File

@ -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)
## Bug Fixes