Skip to content

Commit d5e6d1c

Browse files
committed
fix: update build args and correct README compatibility date
1 parent 802527e commit d5e6d1c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.air.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ testdata_dir = "testdata"
33
tmp_dir = "tmp"
44

55
[build]
6-
args_bin = ["start"]
6+
args_bin = ["start-bundle"]
77
bin = "./tmp/main"
88
cmd = "go build -o ./tmp/main ./"
99
delay = 1000

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
 
1212
<a href="https://github.com/grishy/any-sync-bundle/actions"><img src="https://github.com/grishy/any-sync-bundle/actions/workflows/release.yml/badge.svg" alt="Build"></a>
1313
&nbsp;
14-
<img src="https://goreportcard.com/badge/github.com/grishy/gopkgview" alt="Go Report Card">
14+
<a href="https://goreportcard.com/report/github.com/grishy/any-sync-bundle"><img src="https://goreportcard.com/badge/github.com/grishy/any-sync-bundle" alt="Go Report Card"></a>
1515
</p>
1616

1717
---
@@ -74,7 +74,7 @@ Current version: **`v1.3.1-2026-02-16`**
7474
Format: `v[bundle-version]-[anytype-compatibility-date]`
7575

7676
- `v1.3.1` – Bundle's semantic version (SemVer)
77-
- `2026-01-31` – Anytype any-sync compatibility date from [anytype.io](https://puppetdoc.anytype.io/api/v1/prod-any-sync-compatible-versions/)
77+
- `2026-02-16` – Anytype any-sync compatibility date from [anytype.io](https://puppetdoc.anytype.io/api/v1/prod-any-sync-compatible-versions/)
7878

7979
> Compatibility: From 1.x onward we follow SemVer; 1.x upgrades are non‑breaking.
8080

lightcmp/lightfilenodestore/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ func (s *LightFileNodeStore) DeleteMany(_ context.Context, toDelete []cid.Cid) e
294294
zap.Int("count", len(toDelete)),
295295
)
296296

297-
// Original implementation newer return an error
297+
// Original implementation never return an error
298298
return nil
299299
}
300300

0 commit comments

Comments
 (0)