diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa6a8e..d80706b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.3.0 (2025-01-31) + +### Feat + +- enable scraperv2 workflow for bitcoinops +- **github**: extract created_at date from Jekyll filenames +- **notebooks**: add post date analysis notebook + +### Refactor + +- **github**: standardize URL creation using urljoin instead of string concatenation + ## 0.2.0 (2025-01-09) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 2db7253..3ae92d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scraper" -version = "0.2.0" +version = "0.3.0" description = "A flexible multi-source scraper application designed to gather information from GitHub repositories and web pages. Leverages both Git-based and Scrapy-based approaches to handle different source types effectively." authors = ["kouloumos ", "urvish patel "] readme = "README.md" @@ -36,7 +36,7 @@ build-backend = "poetry.core.masonry.api" [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0" +version = "0.3.0" tag_format = "$version" version_files = [ "pyproject.toml:version",