Skip to content

Commit 4429c8c

Browse files
committed
chore: update version to v1.3.1 and compatibility date to 2026-02-16 in all relevant files
1 parent 47fc400 commit 4429c8c

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ goreleaser release --snapshot --clean
7171

7272
```sh
7373
# Set variables (fish shell)
74-
set VERSION v1.3.0
75-
set ANYTYPE_UNIX_TIMESTAMP 1769866558
74+
set VERSION v1.3.1
75+
set ANYTYPE_UNIX_TIMESTAMP 1771190708
7676
set ANYTYPE_FORMATTED (date -r $ANYTYPE_UNIX_TIMESTAMP +'%Y-%m-%d')
7777
set FINAL_VERSION $VERSION-$ANYTYPE_FORMATTED
7878

@@ -85,8 +85,8 @@ git push origin tag $FINAL_VERSION
8585

8686
`v[bundle-version]-[anytype-compatibility-date]`
8787

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

9191
---
9292

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ docker run -d \
3535
-p 33020:33020/udp \
3636
-v $(pwd)/data:/data \
3737
--restart unless-stopped \
38-
ghcr.io/grishy/any-sync-bundle:1.3.0-2026-01-31
38+
ghcr.io/grishy/any-sync-bundle:1.3.1-2026-02-16
3939
```
4040

4141
After the first run, import `./data/client-config.yml` into Anytype apps.
@@ -69,11 +69,11 @@ After the first run, import `./data/client-config.yml` into Anytype apps.
6969

7070
### Version
7171

72-
Current version: **`v1.3.0-2026-01-31`**
72+
Current version: **`v1.3.1-2026-02-16`**
7373

7474
Format: `v[bundle-version]-[anytype-compatibility-date]`
7575

76-
- `v1.3.0` – Bundle's semantic version (SemVer)
76+
- `v1.3.1` – Bundle's semantic version (SemVer)
7777
- `2026-01-31` – 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.
@@ -84,8 +84,8 @@ Format: `v[bundle-version]-[anytype-compatibility-date]`
8484

8585
| Image Tag | Description |
8686
| --------------------------------------------------------- | ----------------------------------- |
87-
| `ghcr.io/grishy/any-sync-bundle:1.3.0-2026-01-31` | All-in-one (embedded MongoDB/Redis) |
88-
| `ghcr.io/grishy/any-sync-bundle:1.3.0-2026-01-31-minimal` | Minimal (external MongoDB/Redis) |
87+
| `ghcr.io/grishy/any-sync-bundle:1.3.1-2026-02-16` | All-in-one (embedded MongoDB/Redis) |
88+
| `ghcr.io/grishy/any-sync-bundle:1.3.1-2026-02-16-minimal` | Minimal (external MongoDB/Redis) |
8989

9090
Latest tags (`:latest`, `:minimal`) are available, but explicit version tags are recommended.
9191

compose.aio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
services:
99
any-sync-bundle:
10-
image: ghcr.io/grishy/any-sync-bundle:1.3.0-2026-01-31
10+
image: ghcr.io/grishy/any-sync-bundle:1.3.1-2026-02-16
1111
container_name: any-sync-bundle-aio
1212
restart: unless-stopped
1313
ports:

compose.external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ services:
5757
start_period: 5s
5858

5959
any-sync-bundle:
60-
image: ghcr.io/grishy/any-sync-bundle:1.3.0-2026-01-31-minimal
60+
image: ghcr.io/grishy/any-sync-bundle:1.3.1-2026-02-16-minimal
6161
container_name: any-sync-bundle
6262
restart: unless-stopped
6363
depends_on:

compose.s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
"
4545
4646
any-sync-bundle:
47-
image: ghcr.io/grishy/any-sync-bundle:1.3.0-2026-01-31
47+
image: ghcr.io/grishy/any-sync-bundle:1.3.1-2026-02-16
4848
container_name: any-sync-bundle-aio
4949
restart: unless-stopped
5050
depends_on:

compose.traefik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- /var/run/docker.sock:/var/run/docker.sock:ro
4040

4141
any-sync-bundle:
42-
image: ghcr.io/grishy/any-sync-bundle:1.3.0-2026-01-31
42+
image: ghcr.io/grishy/any-sync-bundle:1.3.1-2026-02-16
4343
container_name: any-sync-bundle-aio
4444
restart: unless-stopped
4545
environment:

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{
4545
packages.default = (pkgs.buildGoModule.override { go = pkgs.go_1_25; }) rec {
4646
pname = "any-sync-bundle";
47-
version = "v1.3.0-2026-01-31";
47+
version = "v1.3.1-2026-02-16";
4848

4949
src = ./.;
5050

0 commit comments

Comments
 (0)