chore(release): prepare for release 18.6.0-beta.1 (#2723)

This commit is contained in:
Ellie Huxtable
2025-04-28 14:32:07 +01:00
committed by GitHub
parent cab77ffc64
commit 10df8ff8d1
13 changed files with 54 additions and 34 deletions

View File

@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
## [unreleased] ## [unreleased]
### Features
- *(stats)* Add jj to default common subcommands ([#2708](https://github.com/atuinsh/atuin/issues/2708))
- Delete duplicate history ([#2697](https://github.com/atuinsh/atuin/issues/2697))
### Miscellaneous Tasks
- Use native github arm64 runner ([#2690](https://github.com/atuinsh/atuin/issues/2690))
- Fix typos ([#2668](https://github.com/atuinsh/atuin/issues/2668))
## [18.5.0] - 2025-04-09
### Bug Fixes ### Bug Fixes
- *(1289)* Clear terminal area if inline ([#2600](https://github.com/atuinsh/atuin/issues/2600)) - *(1289)* Clear terminal area if inline ([#2600](https://github.com/atuinsh/atuin/issues/2600))
@ -25,6 +39,7 @@ All notable changes to this project will be documented in this file.
- Add redundant clones to clippy and cleanup instances of it ([#2654](https://github.com/atuinsh/atuin/issues/2654)) - Add redundant clones to clippy and cleanup instances of it ([#2654](https://github.com/atuinsh/atuin/issues/2654))
- Allow -ve values for timezone ([#2609](https://github.com/atuinsh/atuin/issues/2609)) - Allow -ve values for timezone ([#2609](https://github.com/atuinsh/atuin/issues/2609))
- Fish up binding bug ([#2677](https://github.com/atuinsh/atuin/issues/2677)) - Fish up binding bug ([#2677](https://github.com/atuinsh/atuin/issues/2677))
- Switch to astral cargo-dist ([#2687](https://github.com/atuinsh/atuin/issues/2687))
### Documentation ### Documentation

View File

@ -1,5 +1,6 @@
0x4A6F <0x4A6F@users.noreply.github.com> 0x4A6F <0x4A6F@users.noreply.github.com>
Aleks Bunin <sashkab@users.noreply.github.com> Aleks Bunin <sashkab@users.noreply.github.com>
Alex Hamilton <1622250+Aehmlo@users.noreply.github.com>
Alexandre GV. <contact@alexandregv.fr> Alexandre GV. <contact@alexandregv.fr>
Aloxaf <bailong104@gmail.com> Aloxaf <bailong104@gmail.com>
Alpha Chen <alpha@kejadlen.dev> Alpha Chen <alpha@kejadlen.dev>
@ -29,6 +30,7 @@ chitao1234 <1139954766@qq.com>
Chris Rose <offline@offby1.net> Chris Rose <offline@offby1.net>
Conrad Ludgate <conradludgate@gmail.com> Conrad Ludgate <conradludgate@gmail.com>
CosmicHorror <LovecraftianHorror@pm.me> CosmicHorror <LovecraftianHorror@pm.me>
Cristian Le <git@lecris.dev>
Cristian Le <github@lecris.me> Cristian Le <github@lecris.me>
CULT PONY <67918945+cultpony@users.noreply.github.com> CULT PONY <67918945+cultpony@users.noreply.github.com>
cyqsimon <28627918+cyqsimon@users.noreply.github.com> cyqsimon <28627918+cyqsimon@users.noreply.github.com>
@ -43,6 +45,7 @@ David Jack Wange Olrik <david@olrik.dk>
David Legrand <1110600+davlgd@users.noreply.github.com> David Legrand <1110600+davlgd@users.noreply.github.com>
Dennis Trautwein <git@dtrautwein.eu> Dennis Trautwein <git@dtrautwein.eu>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Devin Buhl <onedr0p@users.noreply.github.com>
Dhruv Thakur <13575379+dhth@users.noreply.github.com> Dhruv Thakur <13575379+dhth@users.noreply.github.com>
Diego Carrasco Gubernatis <557703+dacog@users.noreply.github.com> Diego Carrasco Gubernatis <557703+dacog@users.noreply.github.com>
Dieter Eickstaedt <eickstaedt@deicon.de> Dieter Eickstaedt <eickstaedt@deicon.de>
@ -104,6 +107,7 @@ 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> János Illés <ijanos@gmail.com>
Kian-Meng Ang <kianmeng.ang@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>

20
Cargo.lock generated
View File

@ -221,7 +221,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]] [[package]]
name = "atuin" name = "atuin"
version = "18.5.0" version = "18.6.0-beta.1"
dependencies = [ dependencies = [
"arboard", "arboard",
"async-trait", "async-trait",
@ -268,7 +268,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-client" name = "atuin-client"
version = "18.5.0" version = "18.6.0-beta.1"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"atuin-common", "atuin-common",
@ -323,7 +323,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-common" name = "atuin-common"
version = "18.5.0" version = "18.6.0-beta.1"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"directories", "directories",
@ -343,7 +343,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-daemon" name = "atuin-daemon"
version = "18.5.0" version = "18.6.0-beta.1"
dependencies = [ dependencies = [
"atuin-client", "atuin-client",
"atuin-dotfiles", "atuin-dotfiles",
@ -370,7 +370,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-dotfiles" name = "atuin-dotfiles"
version = "18.5.0" version = "18.6.0-beta.1"
dependencies = [ dependencies = [
"atuin-client", "atuin-client",
"atuin-common", "atuin-common",
@ -384,7 +384,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-history" name = "atuin-history"
version = "18.5.0" version = "18.6.0-beta.1"
dependencies = [ dependencies = [
"atuin-client", "atuin-client",
"crossterm", "crossterm",
@ -397,7 +397,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-scripts" name = "atuin-scripts"
version = "18.5.0" version = "18.6.0-beta.1"
dependencies = [ dependencies = [
"atuin-client", "atuin-client",
"atuin-common", "atuin-common",
@ -419,7 +419,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-server" name = "atuin-server"
version = "18.5.0" version = "18.6.0-beta.1"
dependencies = [ dependencies = [
"argon2", "argon2",
"async-trait", "async-trait",
@ -448,7 +448,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-server-database" name = "atuin-server-database"
version = "18.5.0" version = "18.6.0-beta.1"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"atuin-common", "atuin-common",
@ -460,7 +460,7 @@ dependencies = [
[[package]] [[package]]
name = "atuin-server-postgres" name = "atuin-server-postgres"
version = "18.5.0" version = "18.6.0-beta.1"
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.5.0" version = "18.6.0-beta.1"
authors = ["Ellie Huxtable <ellie@atuin.sh>"] authors = ["Ellie Huxtable <ellie@atuin.sh>"]
rust-version = "1.86" rust-version = "1.86"
license = "MIT" license = "MIT"

View File

@ -19,7 +19,7 @@ daemon = []
check-update = [] check-update = []
[dependencies] [dependencies]
atuin-common = { path = "../atuin-common", version = "18.5.0" } atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
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.5.0" } atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0" } atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.6.0-beta.1" }
atuin-history = { path = "../atuin-history", version = "18.5.0" } atuin-history = { path = "../atuin-history", version = "18.6.0-beta.1" }
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.5.0" } atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
atuin-client = { path = "../atuin-client", version = "18.5.0" } atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
eyre = { workspace = true } eyre = { workspace = true }
tokio = { workspace = true } tokio = { workspace = true }

View File

@ -14,7 +14,7 @@ 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.5.0" } atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
time = { workspace = true } time = { workspace = true }
serde = { workspace = true } serde = { 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.5.0-beta.1" } atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" } atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
tracing = { workspace = true } tracing = { workspace = true }
tracing-subscriber = { workspace = true } tracing-subscriber = { workspace = true }
@ -30,4 +30,5 @@ sql-builder = { workspace = true }
sqlx = { workspace = true } sqlx = { workspace = true }
tempfile = { workspace = true } tempfile = { workspace = true }
minijinja = { workspace = true } minijinja = { workspace = true }
serde_json = { workspace = true } serde_json = { 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.5.0" } atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
tracing = { workspace = true } tracing = { workspace = true }
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.5.0" } atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
atuin-server-database = { path = "../atuin-server-database", version = "18.5.0" } atuin-server-database = { path = "../atuin-server-database", version = "18.6.0-beta.1" }
eyre = { workspace = true } eyre = { workspace = true }
tracing = { workspace = true } tracing = { workspace = true }

View File

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

View File

@ -42,14 +42,14 @@ 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.5.0", optional = true } atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.6.0-beta.1", optional = true }
atuin-server = { path = "../atuin-server", version = "18.5.0", optional = true } atuin-server = { path = "../atuin-server", version = "18.6.0-beta.1", optional = true }
atuin-client = { path = "../atuin-client", version = "18.5.0", optional = true, default-features = false } atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.5.0" } atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0" } atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.6.0-beta.1" }
atuin-history = { path = "../atuin-history", version = "18.5.0" } atuin-history = { path = "../atuin-history", version = "18.6.0-beta.1" }
atuin-daemon = { path = "../atuin-daemon", version = "18.5.0", optional = true, default-features = false } atuin-daemon = { path = "../atuin-daemon", version = "18.6.0-beta.1", optional = true, default-features = false }
atuin-scripts = { path = "../atuin-scripts", version = "18.5.0" } atuin-scripts = { path = "../atuin-scripts", version = "18.6.0-beta.1" }
log = { workspace = true } log = { workspace = true }
time = { workspace = true } time = { workspace = true }