Skip to content

Commit

Permalink
Add ChangeLog and cleanup pipelines (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: David Brown <dmlb2000@gmail.com>
  • Loading branch information
dmlb2000 committed May 19, 2019
1 parent dfeb27f commit aaec06a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4.3
rev: v1.4.4
hooks:
- id: autopep8
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
rev: v2.2.3
hooks:
- id: fix-encoding-pragma
- id: trailing-whitespace
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
dist: xenial
cache: pip
stages:
- lint
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.4] - 2019-05-18
### Added
- Manage ORM upgrades
- ReadtheDocs supported Sphinx docs
- REST API for managing unique IDs
- GET - Get a unique range of IDs

### Changed
3 changes: 0 additions & 3 deletions travis/static-analysis.sh

This file was deleted.

2 changes: 0 additions & 2 deletions travis/test-deploy.sh

This file was deleted.

9 changes: 0 additions & 9 deletions travis/test-script.sh

This file was deleted.

37 changes: 0 additions & 37 deletions travis/unit-tests.sh

This file was deleted.

0 comments on commit aaec06a

Please sign in to comment.