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]
### 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
- *(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))
- 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))
- Switch to astral cargo-dist ([#2687](https://github.com/atuinsh/atuin/issues/2687))
### Documentation

View File

@ -1,5 +1,6 @@
0x4A6F <0x4A6F@users.noreply.github.com>
Aleks Bunin <sashkab@users.noreply.github.com>
Alex Hamilton <1622250+Aehmlo@users.noreply.github.com>
Alexandre GV. <contact@alexandregv.fr>
Aloxaf <bailong104@gmail.com>
Alpha Chen <alpha@kejadlen.dev>
@ -29,6 +30,7 @@ chitao1234 <1139954766@qq.com>
Chris Rose <offline@offby1.net>
Conrad Ludgate <conradludgate@gmail.com>
CosmicHorror <LovecraftianHorror@pm.me>
Cristian Le <git@lecris.dev>
Cristian Le <github@lecris.me>
CULT PONY <67918945+cultpony@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>
Dennis Trautwein <git@dtrautwein.eu>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Devin Buhl <onedr0p@users.noreply.github.com>
Dhruv Thakur <13575379+dhth@users.noreply.github.com>
Diego Carrasco Gubernatis <557703+dacog@users.noreply.github.com>
Dieter Eickstaedt <eickstaedt@deicon.de>
@ -104,6 +107,7 @@ JT <547158+jntrnr@users.noreply.github.com>
Julien P <julien@caffeine.lu>
Justin Su <injustsu@gmail.com>
János Illés <ijanos@gmail.com>
Kian-Meng Ang <kianmeng.ang@gmail.com>
Kjetil Jørgensen <kjetijor+github@gmail.com>
Klas Mellbourn <klas@mellbourn.net>
Koichi Murase <myoga.murase@gmail.com>

20
Cargo.lock generated
View File

@ -221,7 +221,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "atuin"
version = "18.5.0"
version = "18.6.0-beta.1"
dependencies = [
"arboard",
"async-trait",
@ -268,7 +268,7 @@ dependencies = [
[[package]]
name = "atuin-client"
version = "18.5.0"
version = "18.6.0-beta.1"
dependencies = [
"async-trait",
"atuin-common",
@ -323,7 +323,7 @@ dependencies = [
[[package]]
name = "atuin-common"
version = "18.5.0"
version = "18.6.0-beta.1"
dependencies = [
"base64 0.22.1",
"directories",
@ -343,7 +343,7 @@ dependencies = [
[[package]]
name = "atuin-daemon"
version = "18.5.0"
version = "18.6.0-beta.1"
dependencies = [
"atuin-client",
"atuin-dotfiles",
@ -370,7 +370,7 @@ dependencies = [
[[package]]
name = "atuin-dotfiles"
version = "18.5.0"
version = "18.6.0-beta.1"
dependencies = [
"atuin-client",
"atuin-common",
@ -384,7 +384,7 @@ dependencies = [
[[package]]
name = "atuin-history"
version = "18.5.0"
version = "18.6.0-beta.1"
dependencies = [
"atuin-client",
"crossterm",
@ -397,7 +397,7 @@ dependencies = [
[[package]]
name = "atuin-scripts"
version = "18.5.0"
version = "18.6.0-beta.1"
dependencies = [
"atuin-client",
"atuin-common",
@ -419,7 +419,7 @@ dependencies = [
[[package]]
name = "atuin-server"
version = "18.5.0"
version = "18.6.0-beta.1"
dependencies = [
"argon2",
"async-trait",
@ -448,7 +448,7 @@ dependencies = [
[[package]]
name = "atuin-server-database"
version = "18.5.0"
version = "18.6.0-beta.1"
dependencies = [
"async-trait",
"atuin-common",
@ -460,7 +460,7 @@ dependencies = [
[[package]]
name = "atuin-server-postgres"
version = "18.5.0"
version = "18.6.0-beta.1"
dependencies = [
"async-trait",
"atuin-common",

View File

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

View File

@ -19,7 +19,7 @@ daemon = []
check-update = []
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.5.0" }
atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
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.5.0" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0" }
atuin-history = { path = "../atuin-history", version = "18.5.0" }
atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.6.0-beta.1" }
atuin-history = { path = "../atuin-history", version = "18.6.0-beta.1" }
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.5.0" }
atuin-client = { path = "../atuin-client", version = "18.5.0" }
atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
eyre = { 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
[dependencies]
atuin-client = { path = "../atuin-client", version = "18.5.0" }
atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
time = { 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
[dependencies]
atuin-client = { path = "../atuin-client", version = "18.5.0-beta.1" }
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" }
atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
@ -30,4 +30,5 @@ sql-builder = { workspace = true }
sqlx = { workspace = true }
tempfile = { 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 }
[dependencies]
atuin-common = { path = "../atuin-common", version = "18.5.0" }
atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
tracing = { workspace = true }
time = { workspace = true }

View File

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

View File

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

View File

@ -42,14 +42,14 @@ clipboard = ["arboard"]
check-update = ["atuin-client/check-update"]
[dependencies]
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.5.0", optional = true }
atuin-server = { path = "../atuin-server", version = "18.5.0", optional = true }
atuin-client = { path = "../atuin-client", version = "18.5.0", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.5.0" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0" }
atuin-history = { path = "../atuin-history", version = "18.5.0" }
atuin-daemon = { path = "../atuin-daemon", version = "18.5.0", optional = true, default-features = false }
atuin-scripts = { path = "../atuin-scripts", version = "18.5.0" }
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.6.0-beta.1", optional = true }
atuin-server = { path = "../atuin-server", version = "18.6.0-beta.1", optional = true }
atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.6.0-beta.1" }
atuin-history = { path = "../atuin-history", version = "18.6.0-beta.1" }
atuin-daemon = { path = "../atuin-daemon", version = "18.6.0-beta.1", optional = true, default-features = false }
atuin-scripts = { path = "../atuin-scripts", version = "18.6.0-beta.1" }
log = { workspace = true }
time = { workspace = true }