Skip to content

Commit 96e28c1

Browse files
committed
chore: release 0.1.8
1 parent 6af6ee0 commit 96e28c1

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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.8] — 2026-06-21
11+
12+
### Fixed
13+
14+
- `floci start --persist` bind-mounted the host directory to `/app/data` but the floci server still ran in its default in-memory storage mode (`FLOCI_STORAGE_MODE=memory`), so emulator state was never written to the mount and did not survive a container recreate. `--persist` now also sets `FLOCI_STORAGE_MODE=persistent` (the per-cloud-prefixed variant `FLOCI_GCP_STORAGE_MODE` / `FLOCI_AZ_STORAGE_MODE` for `floci gcp start` / `floci az start`), so state actually persists across restarts. Completes the persistence fix started in [#8](https://github.com/floci-io/floci-cli/issues/8) ([#9](https://github.com/floci-io/floci-cli/pull/9))
15+
1016
## [0.1.7] — 2026-06-20
1117

1218
### Fixed
@@ -111,7 +117,9 @@ This project uses [Semantic Versioning](https://semver.org/).
111117
- `floci logs --service` filter is not yet supported (requires server-side log routing)
112118
- Shell completion for `fish` and `powershell` is not yet generated by Picocli
113119

114-
[Unreleased]: https://github.com/floci-io/floci-cli/compare/0.1.6...HEAD
120+
[Unreleased]: https://github.com/floci-io/floci-cli/compare/0.1.8...HEAD
121+
[0.1.8]: https://github.com/floci-io/floci-cli/compare/0.1.7...0.1.8
122+
[0.1.7]: https://github.com/floci-io/floci-cli/compare/0.1.6...0.1.7
115123
[0.1.6]: https://github.com/floci-io/floci-cli/compare/0.1.5...0.1.6
116124
[0.1.5]: https://github.com/floci-io/floci-cli/compare/0.1.4...0.1.5
117125
[0.1.4]: https://github.com/floci-io/floci-cli/compare/0.1.3...0.1.4

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.7</version>
9+
<version>0.1.8</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Floci CLI</name>

0 commit comments

Comments
 (0)