-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
80 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
default: true | ||
MD013: false # line-length | ||
MD024: false # no-duplicate-heading/no-duplicate-header |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.4.0] - 2019-12-7 | ||
|
||
### Added | ||
|
||
- [ReadTheDocs](https://readthedocs.org) starter | ||
- custom _"dark mode"_ css | ||
- custom "One Dark" syntax highlighting | ||
|
||
### Changed | ||
|
||
- `test.yaml` workflow is now `default.yaml` | ||
- workflow was also renamed to `Test => Build => Deploy` | ||
- python tests now only run in the `src/` directory instead of the entire repo | ||
|
||
## [0.3.0] - 2019-11-30 | ||
|
||
### Changed | ||
|
||
- moved pipenv virtual environment into the project with the `make sync` command and exportable `.env` file | ||
- `.env` is not tracked in the repo | ||
- updated runway pin to `~=1.2` | ||
- ran `pipenv update --dev` to update all packages | ||
|
||
### Fixed | ||
|
||
- Makefile directives | ||
|
||
## [0.2.0] - 2019-09-02 | ||
|
||
### Added | ||
|
||
- label.json file for configuring repo labels using `git-labelmaker` | ||
- issue and pull request templates | ||
|
||
## [0.1.0] - 2019-09-01 | ||
|
||
- initial release of module |