Skip to content

Commit

Permalink
Merge pull request #21 from executablebooks/changelog
Browse files Browse the repository at this point in the history
πŸ“š DOCS: add changelog
  • Loading branch information
TomasBeuzen authored Oct 2, 2020
2 parents d01e4b8 + 5c3cca7 commit 7dcce96
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 7dcce96

Please sign in to comment.