Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.0"
".": "0.10.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# venfork

## [0.10.0](https://github.com/cabljac/venfork/compare/v0.9.0...v0.10.0) (2026-05-18)


### Features

* seed mirror with commit-batched pushes for large upstreams ([#45](https://github.com/cabljac/venfork/issues/45)) ([236d9be](https://github.com/cabljac/venfork/commit/236d9bede76b75891d7ccc9ae8d9971adfc0133c))

## [0.9.0](https://github.com/cabljac/venfork/compare/v0.8.0...v0.9.0) (2026-05-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "venfork",
"version": "0.9.0",
"version": "0.10.0",
"description": "Create and manage private mirrors for vendor development",
"type": "module",
"bin": {
Expand Down