Skip to content

Commit dfbabbf

Browse files
committed
chore(release): v1.1.0 - requesthunt 2.0.0 CLI-first
1 parent 27e3552 commit dfbabbf

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ Each skill maintains its own independent version. Use this matrix to understand
3232

3333
## [Unreleased]
3434

35+
## Released Versions
36+
37+
## [1.1.0] - 2026-03-31
38+
3539
### requesthunt
3640

37-
#### [2.0.0]
41+
#### [2.0.0] - 2026-03-31
3842
- **Changed**: Switched from Python scripts to `requesthunt` Rust CLI as the sole interface
3943
- **Added**: Browser authentication via `requesthunt auth login` (with `config set-key` fallback for headless/CI)
4044
- **Added**: CLI commands in skills.json registry (search, list, scrape start/status, topics, usage)
@@ -44,8 +48,6 @@ Each skill maintains its own independent version. Use this matrix to understand
4448
- **Removed**: Python scripts (`scripts/`) — replaced entirely by CLI commands
4549
- **Fixed**: Updated RequestHunt settings links to use `/dashboard`
4650

47-
## Released Versions
48-
4951
## [1.0.11] - 2026-03-13
5052

5153
### archive
@@ -279,8 +281,8 @@ Each skill maintains its own independent version. Use this matrix to understand
279281

280282
| Version | Status | Release Date | Notable Changes |
281283
|---------|--------|--------------|-----------------|
284+
| 1.1.0 | Stable | 2026-03-31 | requesthunt v2.0.0 — CLI-first, Python scripts removed |
282285
| 1.0.0 | Stable | 2025-01-21 | Initial release with 9 core skills |
283-
| Unreleased | Development | TBD | Documentation and workflow improvements |
284286

285287
## Migration Guides
286288

skills.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.11",
2+
"version": "1.1.0",
33
"name": "OPC Skills",
44
"description": "Agent Skills for One Person Companies",
55
"repository": "https://github.com/ReScienceLab/opc-skills",

0 commit comments

Comments
 (0)