aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-02-26 21:22:29 +0000
committerGitHub <noreply@github.com>2023-02-26 21:22:29 +0000
commitfe5f728aa6f060a9f2c4cbbb22c5e10ea2ffbff9 (patch)
tree2cfef16e7e4de2376d85054d3ba3ff9ce5021a79 /atuin-server
parentDocs index page (diff)
downloadatuin-fe5f728aa6f060a9f2c4cbbb22c5e10ea2ffbff9.zip
Release v13 (#727)
* Write release blog post * Bump versions * Update 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 b0857984..808826cc 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "atuin-server"
-version = "12.0.0"
+version = "13.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 = "12.0.0" }
+atuin-common = { path = "../atuin-common", version = "13.0.0" }
tracing = "0.1"
chrono = { version = "0.4", features = ["serde"] }