You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.1.0] - 2025-09-21
9
9
10
10
### Added
11
11
- A print statement from [`listing_tracker/database/listings.py`](/listing_tracker/database/listings.py) notifies users about successful database insertions
@@ -15,13 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
- Created GitHub Actions workflows under `./github/workflows` to publish this package to PyPI
16
16
17
17
### Changed
18
+
- Upgraded Python requirements from >=3.9 to >=3.10
19
+
- Revised database listing references from the term "inserted_webpages" or "webpages" to "listings"
18
20
- Rewrote `README.md` to a "usage" syntax
19
-
- Upgraded the `pyproject.toml` requires-python project attribute from >=3.9 to >=3.10
20
21
- Modified and clarified existing command syntax across various files
21
22
- Corrected general grammatical and mechanical errors
22
23
- Listings are added to the database by adding urls in the command statement
23
24
- More than one listing can be added to the database at a time by adding multiple urls to the command statement
24
-
- Changed inserted_webpages to listings
25
25
26
26
### Removed
27
27
- Unnecessary class method
@@ -31,5 +31,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments