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)) - 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)) - 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)) - 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 ### Miscellaneous Tasks

View File

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

18
Cargo.lock generated
View File

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

View File

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

View File

@ -19,7 +19,7 @@ daemon = []
check-update = [] check-update = []
[dependencies] [dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } atuin-common = { path = "../atuin-common", version = "18.4.0" }
log = { workspace = true } log = { workspace = true }
base64 = { 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" } atuin-client = { path = "../atuin-client", version = "18.4.0" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" } atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0" }
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" } atuin-history = { path = "../atuin-history", version = "18.4.0" }
time = { workspace = true } time = { workspace = true }
uuid = { 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } atuin-common = { path = "../atuin-common", version = "18.4.0" }
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" } atuin-client = { path = "../atuin-client", version = "18.4.0" }
eyre = { workspace = true } eyre = { workspace = true }
tokio = { 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" } atuin-client = { path = "../atuin-client", version = "18.4.0" }
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" } atuin-common = { path = "../atuin-common", version = "18.4.0" }
log = { workspace = true } log = { workspace = true }
time = { workspace = true } time = { workspace = true }

View File

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

View File

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

View File

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

View File

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