Skip to content

Commit

Permalink
adding changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasTiede committed Apr 11, 2021
1 parent 2430c06 commit f083a14
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .gitignore
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
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
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
1 change: 0 additions & 1 deletion Procfile

This file was deleted.

3 changes: 0 additions & 3 deletions heroku.yml

This file was deleted.

1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit f083a14

Please sign in to comment.