Skip to content

Commit c3b421c

Browse files
committed
v0.6.0
1 parent b2dfe8d commit c3b421c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

3+
## Version v0.6.0
4+
5+
Released on Dec 30rd, 2025.
6+
7+
- docs: add cherrypick/apply/tracing/attributes/reflog/submodule docs (#182)
8+
- feat: add submodule features (#181)
9+
- feat: add reflog feature with tests (#180)
10+
- chore: upgrade yarn 4.12.0 (#178)
11+
- feat: add git attributes features (#177)
12+
- feat: add git tracing features (#175)
13+
- feat: add git `apply` features (#174)
14+
- feat: add cherry-pick option and methods with tests (#170)
15+
- feat: add describe feature (#167)
16+
- feat: add note feature (#165)
17+
- feat: add commit treeId() method (#163)
18+
- fix: benchmark not worked (#162)
19+
- feat: add commit amend method (#161)
20+
- fix: napi prepublish cli argument (#159)
21+
- fix: napi v3 command changed create-npm-dir -> create-npm-dirs (#157)
22+
- fix: use stable version in build workflow jobs which using docker (#155)
23+
- feat: upgrade napi.rs v3 (#154)
24+
25+
We sincerely thank @racgoo for their contributions. We appreciate your great efforts!
26+
327
## Version v0.5.0
428

529
Released on Oct 22th, 2025.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es-git",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)