Skip to content

Commit 899f4ab

Browse files
github-actions[bot]rchardx
authored andcommitted
chore(main): release 0.2.0
1 parent 94781a2 commit 899f4ab

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# dailybrew
22

3+
## [0.2.0](https://github.com/rchardx/dailybrew/compare/v0.1.1...v0.2.0) (2026-03-03)
4+
5+
6+
### Features
7+
8+
* add webhook system with Feishu bot support ([735d48d](https://github.com/rchardx/dailybrew/commit/735d48d60242e031cd9c409a412277bda70f8bc3))
9+
10+
11+
### Bug Fixes
12+
13+
* make fetch and LLM timeouts configurable ([3424472](https://github.com/rchardx/dailybrew/commit/34244726d0fd033856f04747979b1de4ea1fefb1))
14+
* read CLI version from package.json instead of hardcoding ([50c5f73](https://github.com/rchardx/dailybrew/commit/50c5f73c585064e916bd1c11c7724feea98eafd4))
15+
* use dynamic version in CLI test to prevent release breakage ([684f916](https://github.com/rchardx/dailybrew/commit/684f91699629437362148cc23dce7d9aaf810ac7))
16+
317
## 0.1.1
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dailybrew",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "LLM-powered RSS/web digest CLI",
55
"main": "dist/cli.mjs",
66
"type": "module",

0 commit comments

Comments
 (0)