Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfachLeo committed Jul 13, 2024
2 parents 0a72735 + cf45ce0 commit c9e9988
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to `sharkey-crawler` will be documented in this file.

## v0.1.0 - 2024-07-13

### What's Changed

* Added timeout to request

### On the side

* Fixed workflows
* Fixed bugs and warnings
* Added docstrings and README information
* Added sphinx documentation
* Updated dependencies
* Improved configuration
* Removed old template junk
* Removed development artifacts

**Full Changelog**: https://github.com/Hexafuchs/sharkey-crawler/compare/v0.0.1...v0.1.0

## v0.0.1 - 2024-07-08

**Full Changelog**: https://github.com/Hexafuchs/sharkey-crawler/commits/v0.0.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test = [
"pre-commit==3.7.1",
"pylint==3.2.5",
"pylint_junit",
"pytest-cov==4.0.0",
"pytest-cov==5.0.0",
"pytest-mock<3.10.1",
"pytest-runner",
"pytest==8.2.2",
Expand Down

0 comments on commit c9e9988

Please sign in to comment.