Skip to content

Commit

Permalink
Merge pull request #109 from zytedata/relnotes-0.24.0
Browse files Browse the repository at this point in the history
Release notes for 0.24.0.
  • Loading branch information
wRAR authored Oct 2, 2024
2 parents f3d6356 + 9910646 commit fb1a3f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

0.24.0 (YYYY-MM-DD)
===================

* Added :class:`~.JobPostingNavigation` and related classes.

0.23.0 (2024-09-19)
===================

Expand Down
2 changes: 1 addition & 1 deletion zyte_common_items/items/job_posting_navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class JobPostingNavigationMetadata(ListMetadata):
@attrs.define(kw_only=True)
class JobPostingNavigation(Item):
"""Represents the navigational aspects of a job posting listing page on a
job website"""
job website."""

#: Main URL from which the data is extracted.
url: str = attrs.field(converter=url_to_str)
Expand Down
2 changes: 1 addition & 1 deletion zyte_common_items/items/product_navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ProductNavigationMetadata(ListMetadata):
@attrs.define(kw_only=True)
class ProductNavigation(Item):
"""Represents the navigational aspects of a product listing page on an
e-commerce website"""
e-commerce website."""

#: Main URL from which the data is extracted.
url: str = attrs.field(converter=url_to_str)
Expand Down

0 comments on commit fb1a3f2

Please sign in to comment.