Skip to content

Commit 8274e72

Browse files
authored
chore(release): prepare for release 18.5.0-beta.1 (#2622)
* chore(release): prepare for release 18.5.0-beta.1 * no codespell on contributors
1 parent 81123b3 commit 8274e72

File tree

13 files changed

+88
-34
lines changed

13 files changed

+88
-34
lines changed

Diff for: .codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[codespell]
22
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
3-
skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md
3+
skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md,CONTRIBUTORS
44
check-hidden = true
55
# ignore-regex =
66
ignore-words-list = crate,ratatui,inbetween

Diff for: CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,50 @@ All notable changes to this project will be documented in this file.
66

77
### Bug Fixes
88

9+
- *(bash)* Fix preexec of child Bash session started by enter_accept ([#2558](https://github.com/atuinsh/atuin/issues/2558))
10+
- *(wrapped)* Fix crash when history is empty ([#2508](https://github.com/atuinsh/atuin/issues/2508))
11+
- Add .histfile as file to look for when doing atuin import zsh ([#2588](https://github.com/atuinsh/atuin/issues/2588))
12+
- Panic when invoking delete on empty tui ([#2584](https://github.com/atuinsh/atuin/issues/2584))
13+
- Sql files checksums ([#2601](https://github.com/atuinsh/atuin/issues/2601))
14+
- Up binding with fish 4.0 ([#2613](https://github.com/atuinsh/atuin/issues/2613)) ([#2616](https://github.com/atuinsh/atuin/issues/2616))
15+
- Don't save empty commands ([#2605](https://github.com/atuinsh/atuin/issues/2605))
16+
- Improve broken symlink error handling ([#2589](https://github.com/atuinsh/atuin/issues/2589))
17+
18+
19+
### Features
20+
21+
- *(client)* Update AWS secrets env var handling checks ([#2501](https://github.com/atuinsh/atuin/issues/2501))
22+
- *(health)* Add health check endpoint at `/healthz` ([#2549](https://github.com/atuinsh/atuin/issues/2549))
23+
- *(wrapped)* Add more pkg managers ([#2503](https://github.com/atuinsh/atuin/issues/2503))
24+
- Add the --print0 option to search ([#2562](https://github.com/atuinsh/atuin/issues/2562))
25+
- Make new arrow key behavior configurable ([#2606](https://github.com/atuinsh/atuin/issues/2606))
26+
27+
28+
### Miscellaneous Tasks
29+
30+
- Remove unneeded dependencies ([#2523](https://github.com/atuinsh/atuin/issues/2523))
31+
- Update rust toolchain to 1.85 ([#2618](https://github.com/atuinsh/atuin/issues/2618))
32+
33+
34+
### Performance
35+
36+
- Cache `SECRET_PATTERNS`'s `RegexSet` ([#2570](https://github.com/atuinsh/atuin/issues/2570))
37+
38+
39+
### Styling
40+
41+
- Avoid calling `unwrap()` when we don't have to ([#2519](https://github.com/atuinsh/atuin/issues/2519))
42+
43+
44+
### Flake.lock
45+
46+
- Update ([#2463](https://github.com/atuinsh/atuin/issues/2463))
47+
48+
49+
## [18.4.0] - 2024-12-27
50+
51+
### Bug Fixes
52+
953
- *(crate)* Add missing description ([#2106](https://github.com/atuinsh/atuin/issues/2106))
1054
- *(crate)* Add description to daemon crate ([#2107](https://github.com/atuinsh/atuin/issues/2107))
1155
- *(daemon)* Add context to error when unable to connect ([#2394](https://github.com/atuinsh/atuin/issues/2394))

Diff for: CONTRIBUTORS

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
22
Aleks Bunin <[email protected]>
3+
Alexandre GV. <[email protected]>
34
45
Alpha Chen <[email protected]>
56
Amos Bird <[email protected]>
67
8+
Andrew Aylett <[email protected]>
79
Andrew Lee <[email protected]>
810
Anish Pallati <[email protected]>
911
Austin Schey <[email protected]>
@@ -22,14 +24,17 @@ c-14 <[email protected]>
2224
Caleb Maclennan <[email protected]>
2325
Ch. (Chanwhi Choi) <[email protected]>
2426
Chandra Kiran G <[email protected]>
27+
chitao1234 <[email protected]>
2528
Chris Rose <[email protected]>
2629
Conrad Ludgate <[email protected]>
2730
CosmicHorror <[email protected]>
2831
Cristian Le <[email protected]>
2932
CULT PONY <[email protected]>
3033
34+
Dagan McGregor <[email protected]>
3135
3236
Daniel Carosone <[email protected]>
37+
DaniPopes <[email protected]>
3338
3439
3540
David Chocholatý <[email protected]>
@@ -42,7 +47,6 @@ Dieter Eickstaedt <[email protected]>
4247
Dom Rodriguez <[email protected]>
4348
Dongxu Wang <[email protected]>
4449
DS/Charlie <[email protected]>
45-
éclairevoyant <[email protected]>
4650
4751
Edward Loveall <[email protected]>
4852
Ellie Huxtable <[email protected]>
@@ -65,6 +69,7 @@ Helmut K. C. Tessarek <[email protected]>
6569
Herby Gillot <[email protected]>
6670
Hesam Pakdaman <[email protected]>
6771
Hilmar Wiegand <[email protected]>
72+
Hunter Casten <[email protected]>
6873
Ian Manske <[email protected]>
6974
Ian Smith <[email protected]>
7075
Ian Smith <[email protected]>
@@ -74,11 +79,11 @@ J. Emiliano Deustua <[email protected]>
7479
Jakob Schrettenbrunner <[email protected]>
7580
Jakub Jirutka <[email protected]>
7681
Jakub Panek <[email protected]>
82+
James Trew <[email protected]>
7783
Jamie Quigley <[email protected]>
7884
Jan Larres <[email protected]>
7985
8086
81-
János Illés <[email protected]>
8287
Jax Young <[email protected]>
8388
jean-santos <[email protected]>
8489
jean-santos <[email protected]>
@@ -95,6 +100,7 @@ Josef Friedrich <[email protected]>
95100
96101
97102
Justin Su <[email protected]>
103+
János Illés <[email protected]>
98104
Kjetil Jørgensen <[email protected]>
99105
Klas Mellbourn <[email protected]>
100106
Koichi Murase <[email protected]>
@@ -106,6 +112,7 @@ lchausmann <[email protected]>
106112
LeoniePhiline <[email protected]>
107113
Luca Comellini <[email protected]>
108114
Lucas Burns <[email protected]>
115+
Lucas Trzesniewski <[email protected]>
109116
110117
Luke Baker <[email protected]>
111118
Luke Karrys <[email protected]>
@@ -143,8 +150,8 @@ Nico Kokonas <[email protected]>
143150
Niklas Hambüchen <[email protected]>
144151
145152
Omer Katz <[email protected]>
146-
147153
154+
148155
Orhun Parmaksız <[email protected]>
149156
150157
@@ -179,6 +186,7 @@ Satyarth Sampath <[email protected]>
179186
sdr135284 <[email protected]>
180187
181188
Simon Elsbrock <[email protected]>
189+
182190
Steve Kemp <[email protected]>
183191
Steven Xu <[email protected]>
184192
Sven-Hendrik Haase <[email protected]>
@@ -205,9 +213,11 @@ xfzv <[email protected]>
205213
Yannick Ulrich <[email protected]>
206214
Yaroslav Halchenko <[email protected]>
207215
216+
Yonatan Goldschmidt <[email protected]>
208217
YummyOreo <[email protected]>
209218
Yuvi Panda <[email protected]>
210219
Zhanibek Adilbekov <[email protected]>
211220
ZhiHong Li <[email protected]>
221+
éclairevoyant <[email protected]>
212222
213223
镜面王子 <[email protected]>

Diff for: Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
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.4.0"
8+
version = "18.5.0-beta.1"
99
authors = ["Ellie Huxtable <[email protected]>"]
1010
rust-version = "1.85"
1111
license = "MIT"

Diff for: crates/atuin-client/Cargo.toml

+1-1
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.4.0" }
22+
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" }
2323

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

Diff for: crates/atuin-daemon/Cargo.toml

+3-3
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.4.0" }
18-
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0" }
19-
atuin-history = { path = "../atuin-history", version = "18.4.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.5.0-beta.1" }
18+
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.1" }
19+
atuin-history = { path = "../atuin-history", version = "18.5.0-beta.1" }
2020

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

Diff for: crates/atuin-dotfiles/Cargo.toml

+2-2
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.4.0" }
18-
atuin-client = { path = "../atuin-client", version = "18.4.0" }
17+
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" }
18+
atuin-client = { path = "../atuin-client", version = "18.5.0-beta.1" }
1919

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

Diff for: crates/atuin-history/Cargo.toml

+1-1
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.4.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.5.0-beta.1" }
1818

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

Diff for: crates/atuin-server-database/Cargo.toml

+1-1
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.4.0" }
13+
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" }
1414

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

Diff for: crates/atuin-server-postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ homepage = { workspace = true }
1010
repository = { workspace = true }
1111

1212
[dependencies]
13-
atuin-common = { path = "../atuin-common", version = "18.4.0" }
14-
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" }
13+
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" }
14+
atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.1" }
1515

1616
eyre = { workspace = true }
1717
tracing = { workspace = true }

Diff for: crates/atuin-server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ homepage = { workspace = true }
1111
repository = { workspace = true }
1212

1313
[dependencies]
14-
atuin-common = { path = "../atuin-common", version = "18.4.0" }
15-
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" }
14+
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" }
15+
atuin-server-database = { path = "../atuin-server-database", version = "18.5.0-beta.1" }
1616

1717
tracing = { workspace = true }
1818
time = { workspace = true }

Diff for: crates/atuin/Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ clipboard = ["arboard"]
4242
check-update = ["atuin-client/check-update"]
4343

4444
[dependencies]
45-
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.4.0", optional = true }
46-
atuin-server = { path = "../atuin-server", version = "18.4.0", optional = true }
47-
atuin-client = { path = "../atuin-client", version = "18.4.0", optional = true, default-features = false }
48-
atuin-common = { path = "../atuin-common", version = "18.4.0" }
49-
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0" }
50-
atuin-history = { path = "../atuin-history", version = "18.4.0" }
51-
atuin-daemon = { path = "../atuin-daemon", version = "18.4.0", optional = true, default-features = false }
45+
atuin-server-postgres = { path = "../atuin-server-postgres", version = "18.5.0-beta.1", optional = true }
46+
atuin-server = { path = "../atuin-server", version = "18.5.0-beta.1", optional = true }
47+
atuin-client = { path = "../atuin-client", version = "18.5.0-beta.1", optional = true, default-features = false }
48+
atuin-common = { path = "../atuin-common", version = "18.5.0-beta.1" }
49+
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.5.0-beta.1" }
50+
atuin-history = { path = "../atuin-history", version = "18.5.0-beta.1" }
51+
atuin-daemon = { path = "../atuin-daemon", version = "18.5.0-beta.1", optional = true, default-features = false }
5252

5353
log = { workspace = true }
5454
time = { workspace = true }

0 commit comments

Comments
 (0)