aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2022-11-06 15:30:21 +0000
committerGitHub <noreply@github.com>2022-11-06 15:30:21 +0000
commitf38ef12581d9a88af8347808466d86f79d879241 (patch)
treecdf40e431cb2182bb12822f2cc3f24782969c8be /atuin-server
parentFix copy/paste artifact (#598) (diff)
downloadatuin-f38ef12581d9a88af8347808466d86f79d879241.zip
Release v12 (#599)
* Release v12 * Add new contributors
Diffstat (limited to 'atuin-server')
-rw-r--r--atuin-server/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml
index c8f93409..9d29cee9 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-server"
-version = "11.0.0"
+version = "12.0.0"
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
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 = "11.0.0" }
+atuin-common = { path = "../atuin-common", version = "12.0.0" }
tracing = "0.1"
chrono = { version = "0.4", features = ["serde"] }