-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from executablebooks/changelog
π DOCS: add changelog
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 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,26 @@ | ||
# Change Log | ||
|
||
## v0.6 2020-10-02 | ||
|
||
General improvement to the repo in this version, with updated docs and new tests. We've also added preliminary support for GitLab CI. | ||
|
||
- β¨ NEW: CC now includes a `.gitlab-ci.yml` (thanks @slemonide & acknowledgements to @bsamadi for the source file) (PR: #9) | ||
- β¨ NEW: adding new test regime using pytest (@TomasBeuzen) (PR: #19) | ||
- β¨ NEW: validate entered github username on github.com (@TomasBeuzen) (PR: #5) | ||
|
||
- π IMPROVE: CC is now more host-agnostic, supporting both GitHub and GitLab, with various changes to the .json file and post-gen script. The goal is to improve support fot GitLab as its support in JupyterBook grows (PR: ) | ||
- π IMPROVE: add "None" option to licenses (@TomasBeuzen) (PR: #17) | ||
- π IMPROVE: change "full_name" to "author_name" in CC json for clarity (@TomasBeuzen) (PR: #2) | ||
|
||
- π FIX: bad reference in LICENSE (@TomasBeuzen) (PR: #16) | ||
- π FIX: Need to have `-r` when installing from requirements.txt (@slemonide) (PR: #8) | ||
|
||
- π§ MAINTAIN: update book template to latest Jupyter Book files (@TomasBeuzen) (PR: #11) | ||
|
||
- π DOCS: update contributing docs (@TomasBeuzen) (PR: #6, #16) | ||
- π DOCS: fix typo in markdown.md (@westurner) (PR: #12) | ||
- π DOCS: add changelog (@TomasBeuzen) (PR: #20) | ||
|
||
## v0.1 - v0.5 | ||
|
||
- Preliminary works |