chore(release): prepare for release v18.4.0 (#2495)

This commit is contained in:
Ellie Huxtable
2024-12-27 15:54:38 +00:00
committed by GitHub
parent aa5c7e7d1a
commit dc7c26a640
12 changed files with 34 additions and 33 deletions

View File

@ -83,6 +83,7 @@ All notable changes to this project will be documented in this file.
- Ultracompact Mode (search-only) ([#2357](https://github.com/atuinsh/atuin/issues/2357))
- Right Arrow to modify selected command ([#2453](https://github.com/atuinsh/atuin/issues/2453))
- Provide additional clarity around key management ([#2467](https://github.com/atuinsh/atuin/issues/2467))
- Add `atuin wrapped` ([#2493](https://github.com/atuinsh/atuin/issues/2493))
### Miscellaneous Tasks

View File

@ -42,6 +42,7 @@ Dieter Eickstaedt <eickstaedt@deicon.de>
Dom Rodriguez <shymega@users.noreply.github.com>
Dongxu Wang <dongxu@apache.org>
DS/Charlie <82801887+ds-cbo@users.noreply.github.com>
éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
Ed Ive <ed.ivve@gmail.com>
Edward Loveall <edward@edwardloveall.com>
Ellie Huxtable <ellie@atuin.sh>
@ -77,6 +78,7 @@ Jamie Quigley <jamie@quigley.xyz>
Jan Larres <jan@majutsushi.net>
Jannik <32144358+mozzieongit@users.noreply.github.com>
Jannik <jannik.peters@posteo.de>
János Illés <ijanos@gmail.com>
Jax Young <jaxvanyang@gmail.com>
jean-santos <ewqjean@gmail.com>
jean-santos <jeanpnsantos@gmail.com>
@ -93,7 +95,6 @@ Josef Friedrich <josef@friedrich.rocks>
JT <547158+jntrnr@users.noreply.github.com>
Julien P <julien@caffeine.lu>
Justin Su <injustsu@gmail.com>
János Illés <ijanos@gmail.com>
Kjetil Jørgensen <kjetijor+github@gmail.com>
Klas Mellbourn <klas@mellbourn.net>
Koichi Murase <myoga.murase@gmail.com>
@ -142,8 +143,8 @@ Nico Kokonas <nico@nicomee.com>
Niklas Hambüchen <mail@nh2.me>
noyez <noyez@ithryn.net>
Omer Katz <omer.drow@gmail.com>
onkelT2 <126604057+onkelT2@users.noreply.github.com>
Onè <43485962+c-git@users.noreply.github.com>
onkelT2 <126604057+onkelT2@users.noreply.github.com>
Orhun Parmaksız <orhunparmaksiz@gmail.com>
P T Weir <phil.weir@flaxandteal.co.uk>
Patrick <pmarschik@users.noreply.github.com>
@ -208,6 +209,5 @@ YummyOreo <bobgim20@gmail.com>
Yuvi Panda <yuvipanda@gmail.com>
Zhanibek Adilbekov <zhanibek.adilbekov@proton.me>
ZhiHong Li <joker_lizhih@163.com>
éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
依云 <lilydjwg@gmail.com>
镜面王子 <153555712@qq.com>

18
Cargo.lock generated
View File

@ -220,7 +220,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "atuin"
version = "18.4.0-beta.5"
version = "18.4.0"
dependencies = [
"arboard",
"async-trait",
@ -270,7 +270,7 @@ dependencies = [
[[package]]
name = "atuin-client"
version = "18.4.0-beta.5"
version = "18.4.0"
dependencies = [
"async-trait",
"atuin-common",
@ -325,7 +325,7 @@ dependencies = [
[[package]]
name = "atuin-common"
version = "18.4.0-beta.5"
version = "18.4.0"
dependencies = [
"base64 0.22.1",
"directories",
@ -346,7 +346,7 @@ dependencies = [
[[package]]
name = "atuin-daemon"
version = "18.4.0-beta.5"
version = "18.4.0"
dependencies = [
"atuin-client",
"atuin-dotfiles",
@ -373,7 +373,7 @@ dependencies = [
[[package]]
name = "atuin-dotfiles"
version = "18.4.0-beta.5"
version = "18.4.0"
dependencies = [
"atuin-client",
"atuin-common",
@ -387,7 +387,7 @@ dependencies = [
[[package]]
name = "atuin-history"
version = "18.4.0-beta.5"
version = "18.4.0"
dependencies = [
"async-trait",
"atuin-client",
@ -420,7 +420,7 @@ dependencies = [
[[package]]
name = "atuin-server"
version = "18.4.0-beta.5"
version = "18.4.0"
dependencies = [
"argon2",
"async-trait",
@ -452,7 +452,7 @@ dependencies = [
[[package]]
name = "atuin-server-database"
version = "18.4.0-beta.5"
version = "18.4.0"
dependencies = [
"async-trait",
"atuin-common",
@ -465,7 +465,7 @@ dependencies = [
[[package]]
name = "atuin-server-postgres"
version = "18.4.0-beta.5"
version = "18.4.0"
dependencies = [
"async-trait",
"atuin-common",

View File

@ -5,7 +5,7 @@ resolver = "2"
exclude = ["ui/backend"]
[workspace.package]
version = "18.4.0-beta.5"
version = "18.4.0"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
rust-version = "1.82"
license = "MIT"

View File

@ -19,7 +19,7 @@ daemon = []
check-update = []
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
atuin-common = { path = "../atuin-common", version = "18.4.0" }
log = { workspace = true }
base64 = { workspace = true }

View File

@ -14,9 +14,9 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" }
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" }
atuin-client = { path = "../atuin-client", version = "18.4.0" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0" }
atuin-history = { path = "../atuin-history", version = "18.4.0" }
time = { workspace = true }
uuid = { workspace = true }

View File

@ -14,8 +14,8 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" }
atuin-common = { path = "../atuin-common", version = "18.4.0" }
atuin-client = { path = "../atuin-client", version = "18.4.0" }
eyre = { workspace = true }
tokio = { workspace = true }

View File

@ -14,8 +14,8 @@ readme.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
atuin-client = { path = "../atuin-client", version = "18.4.0" }
atuin-common = { path = "../atuin-common", version = "18.4.0" }
log = { workspace = true }
time = { workspace = true }

View File

@ -10,7 +10,7 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
atuin-common = { path = "../atuin-common", version = "18.4.0" }
tracing = "0.1"
time = { workspace = true }

View File

@ -10,8 +10,8 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.5" }
atuin-common = { path = "../atuin-common", version = "18.4.0" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" }
eyre = { workspace = true }
tracing = "0.1"

View File

@ -11,8 +11,8 @@ homepage = { workspace = true }
repository = { workspace = true }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.5" }
atuin-common = { path = "../atuin-common", version = "18.4.0" }
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" }
tracing = "0.1"
time = { workspace = true }

View File

@ -42,13 +42,13 @@ clipboard = ["arboard"]
check-update = ["atuin-client/check-update"]
[dependencies]
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0-beta.5", optional = true }
atuin-server = { path = "../atuin-server", version = "18.4.0-beta.5", optional = true }
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" }
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" }
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0-beta.5", optional = true, default-features = false }
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0", optional = true }
atuin-server = { path = "../atuin-server", version = "18.4.0", optional = true }
atuin-client = { path = "../atuin-client", version = "18.4.0", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.4.0" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0" }
atuin-history = { path = "../atuin-history", version = "18.4.0" }
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0", optional = true, default-features = false }
log = { workspace = true }
env_logger = "0.11.5"