nipaw_github 1.9.6

Github provider for nipaw_core
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
# 变更日志

## [1.9.6]https://github.com/puniyu/nipaw/compare/github-v1.9.5...github-v1.9.6 (2026-02-03)


### 🐛 错误修复

* **common:** 修复文件状态解析 ([bb92e5b]https://github.com/puniyu/nipaw/commit/bb92e5b72588e7252143eeecd46cff6d6eb7c70a)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 1.9.5 to 1.9.6

## [1.9.5]https://github.com/puniyu/nipaw/compare/github-v1.9.4...github-v1.9.5 (2026-01-27)


### ♻️ 代码重构

* **commit:** 移除调试打印语句 ([e07fe98]https://github.com/puniyu/nipaw/commit/e07fe98b3a7f8e284ccd8885ba313edb75529ac6)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 1.9.4 to 1.9.5

## [1.9.4]https://github.com/puniyu/nipaw/compare/github-v1.9.3...github-v1.9.4 (2026-01-26)


### 🔧 其他更新

* **github:** Synchronize nipaw versions


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 1.9.3 to 1.9.4

## [1.9.3]https://github.com/puniyu/nipaw/compare/github-v1.9.2...github-v1.9.3 (2026-01-26)


### ♻️ 代码重构

* **types:** 移除枚举类型的string_enum标记并清理响应中间件中的调试输出 ([4c8cb2d]https://github.com/puniyu/nipaw/commit/4c8cb2d2702f9234046a9312e24eaa6d18e00b42)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 1.9.2 to 1.9.3

## [1.9.2]https://github.com/puniyu/nipaw/compare/github-v1.9.1...github-v1.9.2 (2026-01-24)


### ♻️ 代码重构

* **core:** 统一RepoPath参数类型并增强错误处理 ([26b80bc]https://github.com/puniyu/nipaw/commit/26b80bc0c38fe1a54ad4627dd50f955919b2cb17)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 1.9.1 to 1.9.2

## [1.9.1]https://github.com/puniyu/nipaw/compare/github-v1.9.0...github-v1.9.1 (2025-12-27)


### 🐛 错误修复

* **commit:** 添加 CommitListInfo 类型以支持提交列表功能 ([037d40b]https://github.com/puniyu/nipaw/commit/037d40bba1a5b591438ff404f18d6145930f0a03)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 1.9.0 to 1.9.1

## [1.9.0]https://github.com/puniyu/nipaw/compare/github-v0.12.1...github-v1.9.0 (2025-12-13)


### ✨ 新功能

* **core:** 引入 Release 模块并重构 Commit 相关类型 ([6598fc4]https://github.com/puniyu/nipaw/commit/6598fc42493098978046d0c7b784e8bb1529355d)


### ♻️ 代码重构

* **core:** 重构选项模块结构 ([17fb9b1]https://github.com/puniyu/nipaw/commit/17fb9b1cfed7420ff8c9cf285373999f2a678cc4)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 0.12.2 to 1.9.0

## [0.12.1]https://github.com/puniyu/nipaw/compare/github-v0.12.0...github-v0.12.1 (2025-12-11)


### 🐛 错误修复

* **api:** 调整默认分页参数以提高一致性 ([ef96dbe]https://github.com/puniyu/nipaw/commit/ef96dbeecefee60d053775af5736fefb9fc5cc6b)
* **common:** 过滤空字符串字段值 ([49d52d7]https://github.com/puniyu/nipaw/commit/49d52d7469cf38a0439bf5d76929313c8def7752)


### 🔧 其他更新

* **deps:** update rust crate scraper to v0.25.0 ([85695c9]https://github.com/puniyu/nipaw/commit/85695c9bb3ca7d1dd417e776b752c265346610ee)

## [0.12.0]https://github.com/puniyu/nipaw/compare/github-v0.11.2...github-v0.12.0 (2025-11-11)


### ✨ 新功能

* **http:** 引入 tokio 并重构 HTTP 客户端实现 ([95d27a3]https://github.com/puniyu/nipaw/commit/95d27a314eaf7a1f6bff80e388717fd61368aa93)

## [0.11.2]https://github.com/puniyu/nipaw/compare/github-v0.11.1...github-v0.11.2 (2025-11-11)


### 🐛 错误修复

* **middleware:** 移除调试打印语句 ([68a98d4]https://github.com/puniyu/nipaw/commit/68a98d4000e02f7547a2360a0b62d21551ef50cc)

## [0.11.1]https://github.com/puniyu/nipaw/compare/github-v0.11.0...github-v0.11.1 (2025-11-11)


### 🐛 错误修复

* **option:** 将标签和分配用户字段改为可选 ([7ca37b1]https://github.com/puniyu/nipaw/commit/7ca37b1db732707e876d633717602049ac781f3e)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 0.11.0 to 0.11.1

## [0.11.0]https://github.com/puniyu/nipaw/compare/github-v0.10.1...github-v0.11.0 (2025-11-11)


### ✨ 新功能

* **core:** 添加更新issue功能并优化依赖管理 ([6c35dca]https://github.com/puniyu/nipaw/commit/6c35dca6dfbe4b324627cf742556fc3c8296f918)
* **core:** 添加获取议题信息功能 ([#47]https://github.com/puniyu/nipaw/issues/47) ([186d61c]https://github.com/puniyu/nipaw/commit/186d61cc97d0ec4b262c842e1c06ddb2330afa5f)
* **github:** 支持设置 GitHub 反向代理配置 ([da70774]https://github.com/puniyu/nipaw/commit/da7077453d23d1d038f5f5f5e6c644de5fe1be3c)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 0.10.1 to 0.11.0

## [0.10.1]https://github.com/puniyu/nipaw/compare/github-v0.10.0...github-v0.10.1 (2025-11-07)


### 🐛 错误修复

* **commit:** 添加修改文件数统计字段 ([faf1e3b]https://github.com/puniyu/nipaw/commit/faf1e3b04784f0a6f79d4c4de4129cfac1af162b)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 0.10.0 to 0.10.1

## [0.10.0]https://github.com/puniyu/nipaw/compare/github-v0.9.0...github-v0.10.0 (2025-11-06)


### ✨ 新功能

* **core:** 添加创建议题功能 ([6e270c1]https://github.com/puniyu/nipaw/commit/6e270c1b642d496cae92915506c102f05db4c161)


### 🐛 错误修复

* **auth:** 细化 Forbidden 错误信息处理 ([c611a41]https://github.com/puniyu/nipaw/commit/c611a418d822965c365811fe0a328979547b2db8)


### 🔧 其他更新

* **deps:** pin dependencies ([#33]https://github.com/puniyu/nipaw/issues/33) ([5fe1af6]https://github.com/puniyu/nipaw/commit/5fe1af6c0704e0cc74dd5a7a1347ae28a20f7316)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 0.9.0 to 0.10.0

## [0.9.0]https://github.com/puniyu/nipaw/compare/github-v0.8.0...github-v0.9.0 (2025-11-02)


### ✨ 新功能

* **client:** 添加获取用户头像URL功能 ([e02321d]https://github.com/puniyu/nipaw/commit/e02321d7eee5e225fb4e235148643031496f1b11)
* **core:** 引入仓库可见性枚举并优化认证方式 ([040344d]https://github.com/puniyu/nipaw/commit/040344d7d44b5cf1f577735e6c4793274af0295a)
* **core:** 支持通过token控制获取仓库默认分支的方式 ([6c729de]https://github.com/puniyu/nipaw/commit/6c729dec53f0d6e29263e22344c67c88721b517d)
* **core:** 添加仓库协作者功能支持 ([ce87b1c]https://github.com/puniyu/nipaw/commit/ce87b1cebeb6319096718353082759ca1f0d897b)
* **core:** 添加用户贡献数据和仓库列表功能 ([ebc8947]https://github.com/puniyu/nipaw/commit/ebc894715d67d6a14c3385ccbe6c786f48c080bd)
* **core:** 添加组织信息相关功能支持 ([47730ab]https://github.com/puniyu/nipaw/commit/47730ab307762f4a63bd3dd6b4007684891df351)
* **core:** 添加获取仓库提交信息功能 ([e54aca3]https://github.com/puniyu/nipaw/commit/e54aca38e6f5b68a34f0729e4f1052cc31d50f6e)
* **core:** 添加获取仓库提交列表功能 ([0bc8a0a]https://github.com/puniyu/nipaw/commit/0bc8a0a8ae385cf7d53a2e40c8990f5c89262aac)
* **repo:** 重构仓库信息结构并优化默认分支获取逻辑 ([2850050]https://github.com/puniyu/nipaw/commit/28500500c653ec15103b1442270941a59e243af8)


### 🔧 其他更新

* **deps:** 升级 nipaw 系列 crate 至 0.3.0 版本 ([104274b]https://github.com/puniyu/nipaw/commit/104274b3b62b4e662e1376fcd35b5ec1fcd29e2d)
* **deps:** 更新 nipaw 相关包描述并调整发布流程 ([f064c21]https://github.com/puniyu/nipaw/commit/f064c211da35fb62f938725406ebe969c320e35b)
* **deps:** 更新 nipaw 相关包版本至 0.2.0 ([c77b64d]https://github.com/puniyu/nipaw/commit/c77b64da932a1a1de6500e4c25a5325bbc6fa155)
* release main ([c3174d2]https://github.com/puniyu/nipaw/commit/c3174d2a313f0620d80f377d6000cc6c2baf3a4a)
* release main ([be2d330]https://github.com/puniyu/nipaw/commit/be2d33040bf732f12996a4d08953231456826c20)
* release main ([93c8c20]https://github.com/puniyu/nipaw/commit/93c8c201910801a6168efdf4437fcd0bd2bd3f6f)
* release main ([9b70f03]https://github.com/puniyu/nipaw/commit/9b70f03ff59b69d2abb9316c69510d8b1ff4a26b)
* release main ([2c871f8]https://github.com/puniyu/nipaw/commit/2c871f89f528598061f55c0f2fd2b10ee987bad7)
* release main ([135147c]https://github.com/puniyu/nipaw/commit/135147c76f9e0777dfb8f5f43291f55a4d6486c4)
* release main ([16561a2]https://github.com/puniyu/nipaw/commit/16561a2c92ea69ac83d910cbbfbe1ccbb50b02c0)
* release main ([8d71624]https://github.com/puniyu/nipaw/commit/8d716248b58a97ecfe3655e18afeff107b32cd2a)
* release main ([ed9335c]https://github.com/puniyu/nipaw/commit/ed9335cd73868144b16f9cc37c1fb5bb415d19d1)
* release main ([01f9d1d]https://github.com/puniyu/nipaw/commit/01f9d1dc7cc91edd7eec22d4989dcb2d84bcebf2)
* release main ([889df11]https://github.com/puniyu/nipaw/commit/889df11713dce70094ab9715f772866516ed1277)
* release main ([0611059]https://github.com/puniyu/nipaw/commit/0611059583fef44ba9bb2678477e7b63dad89a32)
* release main ([b7017a2]https://github.com/puniyu/nipaw/commit/b7017a2c67f190acc02397483e045d6078a67255)
* release main ([cf4843c]https://github.com/puniyu/nipaw/commit/cf4843cef525bd11cbf52967b0a15741d8a9e726)
* **release:** 移除 nipaw_core 包的发布配置 ([fd0aa9e]https://github.com/puniyu/nipaw/commit/fd0aa9e595230b9011080736966a3864b53d8419)
* **release:** 配置 release-please 和发布工作流 ([5b2700c]https://github.com/puniyu/nipaw/commit/5b2700c2155645a6fd5625c9514e3bb89b484307)
* **release:** 配置 release-please 支持 Rust 项目 ([69873f0]https://github.com/puniyu/nipaw/commit/69873f0ddc696958d6b4905611fcf155c0feeea8)
* **user:** 将用户昵称字段改为可选 ([8c9fac1]https://github.com/puniyu/nipaw/commit/8c9fac1aa0f47e825b8665ed4f0bb69c84a2b201)
* **workflows:** 调整构建和发布工作流配置 ([8d6b6d7]https://github.com/puniyu/nipaw/commit/8d6b6d7fc9994bbd832afd9ee010b88513c1e5e8)
* 更新项目元数据和依赖配置 ([7bf12e6]https://github.com/puniyu/nipaw/commit/7bf12e64ae39263769e7237aba6a152b91d1d815)


### ♻️ 代码重构

* **core:** 简化Result类型使用并优化模块导出 ([aad14e1]https://github.com/puniyu/nipaw/commit/aad14e1f9a0c21e413bc2d457f4c55f507ec1b68)
* **core:** 统一数据转换逻辑并优化依赖管理 ([8765bf8]https://github.com/puniyu/nipaw/commit/8765bf8e6b483ee10ab723efb01e7476cccc1ff4)
* **core:** 重命名 CoreError为 Error 并更新相关引用 ([0d2f8c4]https://github.com/puniyu/nipaw/commit/0d2f8c44e654f0f2640929d20b98dbb85c8b7b60)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 0.8.0 to 0.9.0

## [0.7.1]https://github.com/puniyu-plugins/nipaw/compare/github-v0.7.0...github-v0.7.1 (2025-10-30)


### 🔧 其他更新

* **release:** 配置 release-please 支持 Rust 项目 ([69873f0]https://github.com/puniyu-plugins/nipaw/commit/69873f0ddc696958d6b4905611fcf155c0feeea8)


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * nipaw_core bumped from 0.3.4 to 0.4.0

## [0.7.0]https://github.com/puniyu-plugins/nipaw/compare/github-v0.6.0...github-v0.7.0 (2025-10-08)


### ✨ 新功能

* **core:** 添加仓库协作者功能支持 ([ce87b1c]https://github.com/puniyu-plugins/nipaw/commit/ce87b1cebeb6319096718353082759ca1f0d897b)

## [0.6.0]https://github.com/puniyu-plugins/nipaw/compare/github-v0.5.0...github-v0.6.0 (2025-10-03)


### ✨ 新功能

* **core:** 添加组织信息相关功能支持 ([47730ab]https://github.com/puniyu-plugins/nipaw/commit/47730ab307762f4a63bd3dd6b4007684891df351)
* **repo:** 重构仓库信息结构并优化默认分支获取逻辑 ([2850050]https://github.com/puniyu-plugins/nipaw/commit/28500500c653ec15103b1442270941a59e243af8)


### ♻️ 代码重构

* **core:** 简化Result类型使用并优化模块导出 ([aad14e1]https://github.com/puniyu-plugins/nipaw/commit/aad14e1f9a0c21e413bc2d457f4c55f507ec1b68)
* **core:** 重命名 CoreError为 Error 并更新相关引用 ([0d2f8c4]https://github.com/puniyu-plugins/nipaw/commit/0d2f8c44e654f0f2640929d20b98dbb85c8b7b60)

## [0.5.0]https://github.com/puniyu-plugins/nipaw/compare/github-v0.4.1...github-v0.5.0 (2025-10-02)


### ✨ 新功能

* **core:** 添加获取仓库提交列表功能 ([0bc8a0a]https://github.com/puniyu-plugins/nipaw/commit/0bc8a0a8ae385cf7d53a2e40c8990f5c89262aac)

## [0.4.1]https://github.com/puniyu-plugins/nipaw/compare/github-v0.4.0...github-v0.4.1 (2025-10-02)


### 🔧 其他更新

* **user:** 将用户昵称字段改为可选 ([8c9fac1]https://github.com/puniyu-plugins/nipaw/commit/8c9fac1aa0f47e825b8665ed4f0bb69c84a2b201)

## [0.4.0]https://github.com/puniyu-plugins/nipaw/compare/github-v0.3.3...github-v0.4.0 (2025-10-02)


### ✨ 新功能

* **client:** 添加获取用户头像URL功能 ([e02321d]https://github.com/puniyu-plugins/nipaw/commit/e02321d7eee5e225fb4e235148643031496f1b11)
* **core:** 支持通过token控制获取仓库默认分支的方式 ([6c729de]https://github.com/puniyu-plugins/nipaw/commit/6c729dec53f0d6e29263e22344c67c88721b517d)
* **core:** 添加仓库信息获取功能 ([c0f1114]https://github.com/puniyu-plugins/nipaw/commit/c0f1114af7764e6a7e1362edbafe04721119639b)
* **core:** 添加用户贡献数据和仓库列表功能 ([ebc8947]https://github.com/puniyu-plugins/nipaw/commit/ebc894715d67d6a14c3385ccbe6c786f48c080bd)
* **core:** 添加获取仓库提交信息功能 ([e54aca3]https://github.com/puniyu-plugins/nipaw/commit/e54aca38e6f5b68a34f0729e4f1052cc31d50f6e)
* **core:** 添加获取仓库默认分支功能 ([8dead32]https://github.com/puniyu-plugins/nipaw/commit/8dead321fe0aae917d08ea61fa64a3d64c2c56e3)
* **nipaw_node:** 初始化 Node.js 绑定模块 ([0917a1d]https://github.com/puniyu-plugins/nipaw/commit/0917a1d1623e6bca98f78da00546806f21a9d113)


### 🔧 其他更新

* **deps:** 升级 nipaw 系列 crate 至 0.3.0 版本 ([104274b]https://github.com/puniyu-plugins/nipaw/commit/104274b3b62b4e662e1376fcd35b5ec1fcd29e2d)
* **deps:** 更新 nipaw 相关包描述并调整发布流程 ([f064c21]https://github.com/puniyu-plugins/nipaw/commit/f064c211da35fb62f938725406ebe969c320e35b)
* **deps:** 更新 nipaw 相关包版本至 0.2.0 ([c77b64d]https://github.com/puniyu-plugins/nipaw/commit/c77b64da932a1a1de6500e4c25a5325bbc6fa155)
* release main ([16561a2]https://github.com/puniyu-plugins/nipaw/commit/16561a2c92ea69ac83d910cbbfbe1ccbb50b02c0)
* release main ([8d71624]https://github.com/puniyu-plugins/nipaw/commit/8d716248b58a97ecfe3655e18afeff107b32cd2a)
* release main ([ed9335c]https://github.com/puniyu-plugins/nipaw/commit/ed9335cd73868144b16f9cc37c1fb5bb415d19d1)
* release main ([01f9d1d]https://github.com/puniyu-plugins/nipaw/commit/01f9d1dc7cc91edd7eec22d4989dcb2d84bcebf2)
* release main ([889df11]https://github.com/puniyu-plugins/nipaw/commit/889df11713dce70094ab9715f772866516ed1277)
* release main ([0611059]https://github.com/puniyu-plugins/nipaw/commit/0611059583fef44ba9bb2678477e7b63dad89a32)
* release main ([b7017a2]https://github.com/puniyu-plugins/nipaw/commit/b7017a2c67f190acc02397483e045d6078a67255)
* release main ([cf4843c]https://github.com/puniyu-plugins/nipaw/commit/cf4843cef525bd11cbf52967b0a15741d8a9e726)
* **release:** 移除 nipaw_core 包的发布配置 ([fd0aa9e]https://github.com/puniyu-plugins/nipaw/commit/fd0aa9e595230b9011080736966a3864b53d8419)
* **release:** 配置 release-please 和发布工作流 ([5b2700c]https://github.com/puniyu-plugins/nipaw/commit/5b2700c2155645a6fd5625c9514e3bb89b484307)
* **workflows:** 调整构建和发布工作流配置 ([8d6b6d7]https://github.com/puniyu-plugins/nipaw/commit/8d6b6d7fc9994bbd832afd9ee010b88513c1e5e8)
* 初始化仓库 ([ba51774]https://github.com/puniyu-plugins/nipaw/commit/ba517747af1ca817786475db2bf15ad753d91000)


### ♻️ 代码重构

* **core:** 统一数据转换逻辑并优化依赖管理 ([8765bf8]https://github.com/puniyu-plugins/nipaw/commit/8765bf8e6b483ee10ab723efb01e7476cccc1ff4)

## [0.3.3]https://github.com/puniyu-plugins/nipaw/compare/v0.3.2...v0.3.3 (2025-10-02)


### 🔧 其他更新

* **deps:** 更新 nipaw 相关包描述并调整发布流程 ([f064c21]https://github.com/puniyu-plugins/nipaw/commit/f064c211da35fb62f938725406ebe969c320e35b)

## [0.3.2]https://github.com/puniyu-plugins/nipaw/compare/v0.3.1...v0.3.2 (2025-10-01)


### 🔧 其他更新

* **release:** 移除 nipaw_core 包的发布配置 ([fd0aa9e]https://github.com/puniyu-plugins/nipaw/commit/fd0aa9e595230b9011080736966a3864b53d8419)

## [0.3.1]https://github.com/puniyu-plugins/nipaw/compare/v0.3.0...v0.3.1 (2025-10-01)


### 🔧 其他更新

* **deps:** 升级 nipaw 系列 crate 至 0.3.0 版本 ([104274b]https://github.com/puniyu-plugins/nipaw/commit/104274b3b62b4e662e1376fcd35b5ec1fcd29e2d)

## [0.3.0]https://github.com/puniyu-plugins/nipaw/compare/v0.2.2...v0.3.0 (2025-10-01)


### ✨ 新功能

* **client:** 添加获取用户头像URL功能 ([e02321d]https://github.com/puniyu-plugins/nipaw/commit/e02321d7eee5e225fb4e235148643031496f1b11)
* **core:** 支持通过token控制获取仓库默认分支的方式 ([6c729de]https://github.com/puniyu-plugins/nipaw/commit/6c729dec53f0d6e29263e22344c67c88721b517d)
* **core:** 添加仓库信息获取功能 ([c0f1114]https://github.com/puniyu-plugins/nipaw/commit/c0f1114af7764e6a7e1362edbafe04721119639b)
* **core:** 添加用户贡献数据和仓库列表功能 ([ebc8947]https://github.com/puniyu-plugins/nipaw/commit/ebc894715d67d6a14c3385ccbe6c786f48c080bd)
* **core:** 添加获取仓库提交信息功能 ([e54aca3]https://github.com/puniyu-plugins/nipaw/commit/e54aca38e6f5b68a34f0729e4f1052cc31d50f6e)
* **core:** 添加获取仓库默认分支功能 ([8dead32]https://github.com/puniyu-plugins/nipaw/commit/8dead321fe0aae917d08ea61fa64a3d64c2c56e3)
* **nipaw_node:** 初始化 Node.js 绑定模块 ([0917a1d]https://github.com/puniyu-plugins/nipaw/commit/0917a1d1623e6bca98f78da00546806f21a9d113)


### 🔧 其他更新

* **deps:** 更新 nipaw 相关包版本至 0.2.0 ([c77b64d]https://github.com/puniyu-plugins/nipaw/commit/c77b64da932a1a1de6500e4c25a5325bbc6fa155)
* release main ([889df11]https://github.com/puniyu-plugins/nipaw/commit/889df11713dce70094ab9715f772866516ed1277)
* release main ([0611059]https://github.com/puniyu-plugins/nipaw/commit/0611059583fef44ba9bb2678477e7b63dad89a32)
* release main ([b7017a2]https://github.com/puniyu-plugins/nipaw/commit/b7017a2c67f190acc02397483e045d6078a67255)
* release main ([cf4843c]https://github.com/puniyu-plugins/nipaw/commit/cf4843cef525bd11cbf52967b0a15741d8a9e726)
* **release:** 配置 release-please 和发布工作流 ([5b2700c]https://github.com/puniyu-plugins/nipaw/commit/5b2700c2155645a6fd5625c9514e3bb89b484307)
* **workflows:** 调整构建和发布工作流配置 ([8d6b6d7]https://github.com/puniyu-plugins/nipaw/commit/8d6b6d7fc9994bbd832afd9ee010b88513c1e5e8)
* 初始化仓库 ([ba51774]https://github.com/puniyu-plugins/nipaw/commit/ba517747af1ca817786475db2bf15ad753d91000)


### ♻️ 代码重构

* **core:** 统一数据转换逻辑并优化依赖管理 ([8765bf8]https://github.com/puniyu-plugins/nipaw/commit/8765bf8e6b483ee10ab723efb01e7476cccc1ff4)

## [0.2.2]https://github.com/puniyu-plugins/nipaw/compare/v0.2.1...v0.2.2 (2025-10-01)


### 🔧 其他更新

* **workflows:** 调整构建和发布工作流配置 ([8d6b6d7]https://github.com/puniyu-plugins/nipaw/commit/8d6b6d7fc9994bbd832afd9ee010b88513c1e5e8)

## [0.2.1]https://github.com/puniyu-plugins/nipaw/compare/v0.2.0...v0.2.1 (2025-10-01)


### 🔧 其他更新

* **deps:** 更新 nipaw 相关包版本至 0.2.0 ([c77b64d]https://github.com/puniyu-plugins/nipaw/commit/c77b64da932a1a1de6500e4c25a5325bbc6fa155)
* release main ([b7017a2]https://github.com/puniyu-plugins/nipaw/commit/b7017a2c67f190acc02397483e045d6078a67255)

## [0.2.1]https://github.com/puniyu-plugins/nipaw/compare/v0.2.0...v0.2.1 (2025-10-01)


### 🔧 其他更新

* **deps:** 更新 nipaw 相关包版本至 0.2.0 ([c77b64d]https://github.com/puniyu-plugins/nipaw/commit/c77b64da932a1a1de6500e4c25a5325bbc6fa155)

## [0.2.0]https://github.com/puniyu-plugins/nipaw/compare/v0.1.0...v0.2.0 (2025-10-01)


### ✨ 新功能

* **client:** 添加获取用户头像URL功能 ([e02321d]https://github.com/puniyu-plugins/nipaw/commit/e02321d7eee5e225fb4e235148643031496f1b11)
* **core:** 支持通过token控制获取仓库默认分支的方式 ([6c729de]https://github.com/puniyu-plugins/nipaw/commit/6c729dec53f0d6e29263e22344c67c88721b517d)
* **core:** 添加仓库信息获取功能 ([c0f1114]https://github.com/puniyu-plugins/nipaw/commit/c0f1114af7764e6a7e1362edbafe04721119639b)
* **core:** 添加用户贡献数据和仓库列表功能 ([ebc8947]https://github.com/puniyu-plugins/nipaw/commit/ebc894715d67d6a14c3385ccbe6c786f48c080bd)
* **core:** 添加获取仓库提交信息功能 ([e54aca3]https://github.com/puniyu-plugins/nipaw/commit/e54aca38e6f5b68a34f0729e4f1052cc31d50f6e)
* **core:** 添加获取仓库默认分支功能 ([8dead32]https://github.com/puniyu-plugins/nipaw/commit/8dead321fe0aae917d08ea61fa64a3d64c2c56e3)
* **nipaw_node:** 初始化 Node.js 绑定模块 ([0917a1d]https://github.com/puniyu-plugins/nipaw/commit/0917a1d1623e6bca98f78da00546806f21a9d113)


### 🔧 其他更新

* **release:** 配置 release-please 和发布工作流 ([5b2700c]https://github.com/puniyu-plugins/nipaw/commit/5b2700c2155645a6fd5625c9514e3bb89b484307)
* 初始化仓库 ([ba51774]https://github.com/puniyu-plugins/nipaw/commit/ba517747af1ca817786475db2bf15ad753d91000)


### ♻️ 代码重构

* **core:** 统一数据转换逻辑并优化依赖管理 ([8765bf8]https://github.com/puniyu-plugins/nipaw/commit/8765bf8e6b483ee10ab723efb01e7476cccc1ff4)