···2233Documenting changes between versions beginning from v0.3.0
4455+## v0.11.0
66+77+**THIS IS A BREAKING CHANGE**
88+99+* Removed the File store backend as this project will be using DBs going forward.
1010+* Going forward, you should intend to move your current setup to the DB backend or stay on `v0.10.3`
1111+512## v0.10.3
613714* `safir env` now lists all existing environments and indicates the currently loaded one
+2-2
Cargo.lock
···11# This file is automatically @generated by Cargo.
22# It is not intended for manual editing.
33-version = 3
33+version = 4
4455[[package]]
66name = "addr2line"
···1054105410551055[[package]]
10561056name = "safir"
10571057-version = "0.10.3"
10571057+version = "0.11.0"
10581058dependencies = [
10591059 "anyhow",
10601060 "async-trait",