Skip to content

Commit 1886f85

Browse files
smachclaude
andcommitted
Bump version to 0.2.0 and update NEWS
Document the reusable data files published to GitHub Pages and the actions/checkout@v5 bump. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 40d87f5 commit 1886f85

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: worldcup26
22
Title: Access FIFA 2026 World Cup Schedule and Results
3-
Version: 0.1.0
3+
Version: 0.2.0
44
Authors@R:
55
person("Sharon", "Machlis", , "smachlis@gmail.com", role = c("aut", "cre"))
66
Description: An R wrapper for the football-data.org v4 API that retrieves

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# worldcup26 0.2.0
2+
3+
* The hourly site build now publishes the tournament data as plain files
4+
on the GitHub Pages site (`data/` directory), so it can be reused from
5+
any language without an API key: `chat_data.json`/`.csv`,
6+
`teams.json`/`.csv`, a lossless `worldcup26.rds`, and a `metadata.json`
7+
manifest. Produced by `data-raw/publish_data.R` as a step in the publish
8+
workflow.
9+
* Bumped `actions/checkout` to v5 (Node 24) in the GitHub Actions
10+
workflows.
11+
12+
_[This update was written by Claude]_
13+
114
# worldcup26 0.1.0
215

316
* Initial public release.

0 commit comments

Comments
 (0)