-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
2430c06
commit f083a14
Showing
5 changed files
with
28 additions
and
7 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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
|
||
CHANGELOG_example.md | ||
CHANGELOG.md | ||
ideas.txt | ||
|
||
# Byte-compiled / optimized / DLL files | ||
|
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,28 @@ | ||
# 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] | ||
|
||
|
||
|
||
## [1.0.1] - 2021-04-11 | ||
### Added | ||
- tests for the scraping functions were added | ||
- linting via pre-commit added (flake 8, ) | ||
- CI added: testing and codecov | ||
- CD added: automatic Github release and deployment on heroku | ||
|
||
### Changed | ||
- selecting spoken languages on repositories was fixed | ||
- lxml dependency was updated to fix security issue | ||
|
||
## [1.0.0] - 2021-03-11 | ||
|
||
Project released. | ||
|
||
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.0.0...HEAD | ||
[1.0.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.1...v0.0.2 | ||
[1.0.0]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.0.1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.