Skip to content

Commit dc7c26a

Browse files
authored
chore(release): prepare for release v18.4.0 (#2495)
1 parent aa5c7e7 commit dc7c26a

File tree

12 files changed

+34
-33
lines changed

12 files changed

+34
-33
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ All notable changes to this project will be documented in this file.
8383
- Ultracompact Mode (search-only) ([#2357](https://github.com/atuinsh/atuin/issues/2357))
8484
- Right Arrow to modify selected command ([#2453](https://github.com/atuinsh/atuin/issues/2453))
8585
- Provide additional clarity around key management ([#2467](https://github.com/atuinsh/atuin/issues/2467))
86+
- Add `atuin wrapped` ([#2493](https://github.com/atuinsh/atuin/issues/2493))
8687

8788

8889
### Miscellaneous Tasks

CONTRIBUTORS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Dieter Eickstaedt <eickstaedt@deicon.de>
4242
Dom Rodriguez <shymega@users.noreply.github.com>
4343
Dongxu Wang <dongxu@apache.org>
4444
DS/Charlie <82801887+ds-cbo@users.noreply.github.com>
45+
éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
4546
Ed Ive <ed.ivve@gmail.com>
4647
Edward Loveall <edward@edwardloveall.com>
4748
Ellie Huxtable <ellie@atuin.sh>
@@ -77,6 +78,7 @@ Jamie Quigley <jamie@quigley.xyz>
7778
Jan Larres <jan@majutsushi.net>
7879
Jannik <32144358+mozzieongit@users.noreply.github.com>
7980
Jannik <jannik.peters@posteo.de>
81+
János Illés <ijanos@gmail.com>
8082
Jax Young <jaxvanyang@gmail.com>
8183
jean-santos <ewqjean@gmail.com>
8284
jean-santos <jeanpnsantos@gmail.com>
@@ -93,7 +95,6 @@ Josef Friedrich <josef@friedrich.rocks>
9395
JT <547158+jntrnr@users.noreply.github.com>
9496
Julien P <julien@caffeine.lu>
9597
Justin Su <injustsu@gmail.com>
96-
János Illés <ijanos@gmail.com>
9798
Kjetil Jørgensen <kjetijor+github@gmail.com>
9899
Klas Mellbourn <klas@mellbourn.net>
99100
Koichi Murase <myoga.murase@gmail.com>
@@ -142,8 +143,8 @@ Nico Kokonas <nico@nicomee.com>
142143
Niklas Hambüchen <mail@nh2.me>
143144
noyez <noyez@ithryn.net>
144145
Omer Katz <omer.drow@gmail.com>
145-
onkelT2 <126604057+onkelT2@users.noreply.github.com>
146146
Onè <43485962+c-git@users.noreply.github.com>
147+
onkelT2 <126604057+onkelT2@users.noreply.github.com>
147148
Orhun Parmaksız <orhunparmaksiz@gmail.com>
148149
P T Weir <phil.weir@flaxandteal.co.uk>
149150
Patrick <pmarschik@users.noreply.github.com>
@@ -208,6 +209,5 @@ YummyOreo <bobgim20@gmail.com>
208209
Yuvi Panda <yuvipanda@gmail.com>
209210
Zhanibek Adilbekov <zhanibek.adilbekov@proton.me>
210211
ZhiHong Li <joker_lizhih@163.com>
211-
éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
212212
依云 <lilydjwg@gmail.com>
213213
镜面王子 <153555712@qq.com>

Cargo.lock

Lines changed: 9 additions & 9 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.4.0-beta.5"
8+
version = "18.4.0"
99
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
1010
rust-version = "1.82"
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.4.0-beta.5" }
22+
atuin-common = { path = "../atuin-common", version = "18.4.0" }
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.4.0-beta.5" }
18-
atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.4.0-beta.5" }
19-
atuin-history = { path = "../atuin-history", version = "18.4.0-beta.5" }
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" }
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.4.0-beta.5" }
18-
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.5" }
17+
atuin-common = { path = "../atuin-common", version = "18.4.0" }
18+
atuin-client = { path = "../atuin-client", version = "18.4.0" }
1919

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

crates/atuin-history/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-client = { path = "../atuin-client", version = "18.4.0-beta.5" }
18-
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.5" }
17+
atuin-client = { path = "../atuin-client", version = "18.4.0" }
18+
atuin-common = { path = "../atuin-common", version = "18.4.0" }
1919

2020
log = { workspace = true }
2121
time = { workspace = true }

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

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

crates/atuin-server-postgres/Cargo.toml

Lines changed: 2 additions & 2 deletions
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-beta.5" }
14-
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.5" }
13+
atuin-common = { path = "../atuin-common", version = "18.4.0" }
14+
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0" }
1515

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

0 commit comments

Comments
 (0)