Skip to content

Commit 10df8ff

Browse files
authored
chore(release): prepare for release 18.6.0-beta.1 (#2723)
1 parent cab77ff commit 10df8ff

File tree

13 files changed

+54
-34
lines changed

13 files changed

+54
-34
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
## [unreleased]
66

7+
### Features
8+
9+
- *(stats)* Add jj to default common subcommands ([#2708](https://github.com/atuinsh/atuin/issues/2708))
10+
- Delete duplicate history ([#2697](https://github.com/atuinsh/atuin/issues/2697))
11+
12+
13+
### Miscellaneous Tasks
14+
15+
- Use native github arm64 runner ([#2690](https://github.com/atuinsh/atuin/issues/2690))
16+
- Fix typos ([#2668](https://github.com/atuinsh/atuin/issues/2668))
17+
18+
19+
## [18.5.0] - 2025-04-09
20+
721
### Bug Fixes
822

923
- *(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.
2539
- Add redundant clones to clippy and cleanup instances of it ([#2654](https://github.com/atuinsh/atuin/issues/2654))
2640
- Allow -ve values for timezone ([#2609](https://github.com/atuinsh/atuin/issues/2609))
2741
- Fish up binding bug ([#2677](https://github.com/atuinsh/atuin/issues/2677))
42+
- Switch to astral cargo-dist ([#2687](https://github.com/atuinsh/atuin/issues/2687))
2843

2944

3045
### Documentation

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
22
Aleks Bunin <[email protected]>
3+
Alex Hamilton <[email protected]>
34
Alexandre GV. <[email protected]>
45
56
Alpha Chen <[email protected]>
@@ -29,6 +30,7 @@ chitao1234 <[email protected]>
2930
Chris Rose <[email protected]>
3031
Conrad Ludgate <[email protected]>
3132
CosmicHorror <[email protected]>
33+
Cristian Le <[email protected]>
3234
Cristian Le <[email protected]>
3335
CULT PONY <[email protected]>
3436
@@ -43,6 +45,7 @@ David Jack Wange Olrik <[email protected]>
4345
David Legrand <[email protected]>
4446
Dennis Trautwein <[email protected]>
4547
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
48+
Devin Buhl <[email protected]>
4649
Dhruv Thakur <[email protected]>
4750
Diego Carrasco Gubernatis <[email protected]>
4851
Dieter Eickstaedt <[email protected]>
@@ -104,6 +107,7 @@ JT <[email protected]>
104107
105108
Justin Su <[email protected]>
106109
János Illés <[email protected]>
110+
Kian-Meng Ang <[email protected]>
107111
Kjetil Jørgensen <[email protected]>
108112
Klas Mellbourn <[email protected]>
109113
Koichi Murase <[email protected]>

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
exclude = ["ui/backend"]
66

77
[workspace.package]
8-
version = "18.5.0"
8+
version = "18.6.0-beta.1"
99
authors = ["Ellie Huxtable <[email protected]>"]
1010
rust-version = "1.86"
1111
license = "MIT"

crates/atuin-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ daemon = []
1919
check-update = []
2020

2121
[dependencies]
22-
atuin-common = { path = "../atuin-common", version = "18.5.0" }
22+
atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
2323

2424
log = { workspace = true }
2525
base64 = { workspace = true }

crates/atuin-daemon/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-client = { path = "../atuin-client", version = "18.5.0" }
18-
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0" }
19-
atuin-history = { path = "../atuin-history", version = "18.5.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
18+
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.6.0-beta.1" }
19+
atuin-history = { path = "../atuin-history", version = "18.6.0-beta.1" }
2020

2121
time = { workspace = true }
2222
uuid = { workspace = true }

crates/atuin-dotfiles/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-common = { path = "../atuin-common", version = "18.5.0" }
18-
atuin-client = { path = "../atuin-client", version = "18.5.0" }
17+
atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
18+
atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
1919

2020
eyre = { workspace = true }
2121
tokio = { workspace = true }

crates/atuin-history/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-client = { path = "../atuin-client", version = "18.5.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
1818

1919
time = { workspace = true }
2020
serde = { workspace = true }

crates/atuin-scripts/Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ readme.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
atuin-client = { path = "../atuin-client", version = "18.5.0-beta.1" }
18-
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" }
17+
atuin-client = { path = "../atuin-client", version = "18.6.0-beta.1" }
18+
atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
1919

2020
tracing = { workspace = true }
2121
tracing-subscriber = { workspace = true }
@@ -30,4 +30,5 @@ sql-builder = { workspace = true }
3030
sqlx = { workspace = true }
3131
tempfile = { workspace = true }
3232
minijinja = { workspace = true }
33-
serde_json = { workspace = true }
33+
serde_json = { workspace = true }
34+

crates/atuin-server-database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = { workspace = true }
1010
repository = { workspace = true }
1111

1212
[dependencies]
13-
atuin-common = { path = "../atuin-common", version = "18.5.0" }
13+
atuin-common = { path = "../atuin-common", version = "18.6.0-beta.1" }
1414

1515
tracing = { workspace = true }
1616
time = { workspace = true }

0 commit comments

Comments
 (0)