Skip to content

Commit

Permalink
chore: Bump to v0.4.1 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi authored Jan 19, 2025
1 parent cf5d670 commit c47e59d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 0.4.1 (2025-01-19)

- (chore) Fix release workflow ([#136][])
- (chore) Test with Python 3.13 ([#156][])
- (chore) Migrate to Poetry 2.x ([#157][])
- (Fixed) Solve issues after new page format ([#153][]). Thanks [@DiegoAsterio][]!
- (Fixed) Solve issues with list-only scraper ([#153][]). Thanks [@DiegoAsterio][]!

## 0.4.0 (2024-05-30)

- (Breaking) Remove option to ignore 'S' category ([#135][])
Expand Down Expand Up @@ -54,5 +62,10 @@
[#126]: https://github.com/mx-psi/fa-scraper/issues/126
[#133]: https://github.com/mx-psi/fa-scraper/issues/133
[#135]: https://github.com/mx-psi/fa-scraper/issues/135
[#136]: https://github.com/mx-psi/fa-scraper/issues/136
[#153]: https://github.com/mx-psi/fa-scraper/issues/153
[#156]: https://github.com/mx-psi/fa-scraper/issues/156
[#157]: https://github.com/mx-psi/fa-scraper/issues/157
[@Darruko]: https://github.com/Darruko
[@DiegoAsterio]: https://github.com/DiegoAsterio
[@darruko]: https://github.com/darruko
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fa-scraper"
version = "0.4.0"
version = "0.4.1"
requires-python = ">=3.9"
description = "A Letterboxd-compatible FilmAffinity scraper."
license = { text = "GPL-3.0-or-later" }
Expand Down

0 comments on commit c47e59d

Please sign in to comment.