Skip to content

Commit 0a0bc46

Browse files
committed
chore: release @workglow/sec@0.0.7
1 parent 73afb84 commit 0a0bc46

3 files changed

Lines changed: 70 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,73 @@
11
# Changelog
22

3+
## 0.0.7
4+
5+
### Features
6+
7+
- wire up --dry-run flag to prevent all writes (#75)
8+
9+
#### cli-v2
10+
11+
- implement db status and db stats commands
12+
- implement all query commands (offerings, crowdfunding, facts, persons)
13+
- implement filing query command
14+
- implement entity query command
15+
- add interactive init wizard
16+
- restructure commands into nested groups
17+
- add output barrel export
18+
- add runCommand error wrapper with exit codes
19+
- add progress bar and spinner utilities
20+
- add table renderer with table/csv/json formats
21+
- add global options infrastructure
22+
23+
### Bug Fixes
24+
25+
- prevent bun test exit code 1 when all tests pass (#67)
26+
- CLI v2 review feedback — input validation, escaping, type safety, and docs alignment (#66)
27+
28+
### Refactors
29+
30+
#### cli-v2
31+
32+
- improve dependency injection initialization in command handling
33+
- remove old flat command files
34+
35+
### Tests
36+
37+
#### cli-v2
38+
39+
- enhance runCommand tests with exit code handling
40+
- add CLI integration smoke test
41+
42+
### Documentation
43+
44+
- update SPEC.md to v2 CLI design
45+
46+
### Build
47+
48+
#### deps-dev
49+
50+
- bump @types/bun from 1.3.9 to 1.3.10 (#74)
51+
52+
### Chores
53+
54+
- update dependencies and remove auto-assign workflow
55+
56+
### Updated Dependencies
57+
58+
- `@workglow/cli`: 0.0.117
59+
- `@workglow/job-queue`: 0.0.117
60+
- `@workglow/sqlite`: 0.0.117
61+
- `@workglow/storage`: 0.0.117
62+
- `@workglow/task-graph`: 0.0.117
63+
- `@workglow/tasks`: 0.0.117
64+
- `@workglow/util`: 0.0.117
65+
- `fast-xml-parser`: ^5.5.3
66+
- `pg`: ^8.20.0
67+
- `typebox`: 1.1.6
68+
- `@types/bun`: 1.3.10
69+
- `bunset`: 1.0.10
70+
371
## 0.0.6
472

573
### Features

bun.lock

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@workglow/sec",
33
"type": "module",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"description": "Workglow SEC is an example of using the Workglow AI library to build a tool for retrieving SEC data.",
66
"scripts": {
77
"bunset": "bunset && git push",

0 commit comments

Comments
 (0)