From 2fd9651dea01d301584644caa495a7f9a661600f Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 23 Apr 2022 21:49:11 +0100 Subject: Release v0.9.1 (#338) a050faa Use `--locked` flag for CI builds (#337) 8737474 Update Cargo.lock (#336) eab1dbf sql builder (#333) Fixed to include an updated lockfile that was missed in the last release Thank you for the rapid report @orhun! --- atuin-server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atuin-server') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index fd6121c7..8e5dbb45 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atuin-server" -version = "0.9.0" +version = "0.9.1" authors = ["Ellie Huxtable "] edition = "2018" license = "MIT" @@ -9,7 +9,7 @@ homepage = "https://atuin.sh" repository = "https://github.com/ellie/atuin" [dependencies] -atuin-common = { path = "../atuin-common", version = "0.9.0" } +atuin-common = { path = "../atuin-common", version = "0.9.1" } tracing = "0.1" chrono = { version = "0.4", features = ["serde"] } -- cgit v1.3.1