Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cb0be8f56 | |||
| 5e7cddc450 |
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-03-23 - 0.1.1 - fix(repo)
|
||||||
|
no changes to commit
|
||||||
|
|
||||||
|
|
||||||
## 2026-03-22 - 0.1.0 - feat(rust-core)
|
## 2026-03-22 - 0.1.0 - feat(rust-core)
|
||||||
add zstd chunk compression support and rewrite partially referenced packs during prune
|
add zstd chunk compression support and rewrite partially referenced packs during prune
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/containerarchive",
|
"name": "@push.rocks/containerarchive",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "content-addressed incremental backup engine with deduplication, encryption, and error correction",
|
"description": "content-addressed incremental backup engine with deduplication, encryption, and error correction",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/containerarchive',
|
name: '@push.rocks/containerarchive',
|
||||||
version: '0.1.0',
|
version: '0.1.1',
|
||||||
description: 'content-addressed incremental backup engine with deduplication, encryption, and error correction'
|
description: 'content-addressed incremental backup engine with deduplication, encryption, and error correction'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user