Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2025
1 parent 620039c commit 9fc4eb8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## 0.2.0 (2025-01-08)

### Feat

- add github actions workflows for automated source scraping
- **github**: add `checkout_commit` option for testing specific repo states
- **scrapers**: Add GitHub metadata scraper for issues and pull requests
- **elastic**: add index mappings and initialization commands
- **scrapers**: stackexchange api scraper (#90)
- **scrapers**: add Bitcoin Core PR Review Club
- **github**: add repository metadata field analyzer
- **scrapy**: add LLM analyzer and config validation
- **scrapy**: implement configuration-based system
- **notebooks**: add summary efficiency analysis notebook
- **scrapers**: add flexible scrapy-based scraper
- **data**: add structured author information with aliases
- **processors**: implement flexible document processing pipeline
- **scraper**: introduce scraping package

### Fix

- **bitcointalk**: add missing configuration file
- resolve ModuleNotFoundError for common - Added sys.path modification to include the repository root directory
- import error for 6922e937
- UTC `indexed_at` timestamp

### Refactor

- **scrapers**: standardize markdown as canonical format
- **logging**: migrate from MetadataDocument to ScraperRunDocument
- **pr-review-club**: follow existing schema
- **elasticsearch**: support for local instance (#82)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scraper"
version = "0.1.0"
version = "0.2.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 <[email protected]>", "urvish patel <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -36,7 +36,7 @@ build-backend = "poetry.core.masonry.api"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
version = "0.2.0"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 9fc4eb8

Please sign in to comment.