Skip to content

Commit 529d857

Browse files
committed
chore: release 0.1.7
1 parent dfec24c commit 529d857

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This project uses [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
## [0.1.7] — 2026-06-20
11+
12+
### Fixed
13+
14+
- `floci start` mounted the host persistent path to `/var/lib/floci` inside the container, but the floci server reads and writes its persisted state under `/app/data`. State therefore never survived a container recreate despite `--persist` being set. The bind mount now targets `/app/data`, matching the server's data directory ([#8](https://github.com/floci-io/floci-cli/issues/8))
15+
1016
## [0.1.6] — 2026-06-11
1117

1218
### Fixed

pom.xml

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

77
<groupId>io.floci</groupId>
88
<artifactId>floci-cli</artifactId>
9-
<version>0.1.6</version>
9+
<version>0.1.7</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Floci CLI</name>

0 commit comments

Comments
 (0)