Skip to content

Commit c8b3e41

Browse files
authored
chore(release): prepare for release v18.4.0-beta.1 (#2195)
* chore(release): prepare for release v18.4.0-beta.1 * remove full release test
1 parent 05d1d9b commit c8b3e41

File tree

14 files changed

+86
-40
lines changed

14 files changed

+86
-40
lines changed

Diff for: CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [18.4.0-beta.1] - 2024-06-25
6+
7+
### Bug Fixes
8+
9+
- *(crate)* Add missing description ([#2106](https://github.com/atuinsh/atuin/issues/2106))
10+
- *(crate)* Add description to daemon crate ([#2107](https://github.com/atuinsh/atuin/issues/2107))
11+
- *(gui)* Update deps ([#2116](https://github.com/atuinsh/atuin/issues/2116))
12+
- *(gui)* Add support for checking if the cli is installed on windows ([#2162](https://github.com/atuinsh/atuin/issues/2162))
13+
- Cargo binstall config ([#2112](https://github.com/atuinsh/atuin/issues/2112))
14+
- Unitless sync_frequence = 0 not parsed by humantime ([#2154](https://github.com/atuinsh/atuin/issues/2154))
15+
- Some --help comments didn't show properly ([#2176](https://github.com/atuinsh/atuin/issues/2176))
16+
- Ensure we cleanup all tables when deleting ([#2191](https://github.com/atuinsh/atuin/issues/2191))
17+
18+
19+
### Features
20+
21+
- *(daemon)* Follow XDG_RUNTIME_DIR if set ([#2171](https://github.com/atuinsh/atuin/issues/2171))
22+
- *(gui)* Automatically install and setup the cli/shell ([#2139](https://github.com/atuinsh/atuin/issues/2139))
23+
- *(gui)* Add activity calendar to the homepage ([#2160](https://github.com/atuinsh/atuin/issues/2160))
24+
- *(gui)* Cache zustand store in localstorage ([#2168](https://github.com/atuinsh/atuin/issues/2168))
25+
- *(gui)* Toast with prompt for cli install, rather than auto ([#2173](https://github.com/atuinsh/atuin/issues/2173))
26+
- *(history)* Filter out various environment variables containing potential secrets ([#2174](https://github.com/atuinsh/atuin/issues/2174))
27+
- *(tui)* Configurable prefix character ([#2157](https://github.com/atuinsh/atuin/issues/2157))
28+
- Use cargo-dist installer from our install script ([#2108](https://github.com/atuinsh/atuin/issues/2108))
29+
- Add user account verification ([#2190](https://github.com/atuinsh/atuin/issues/2190))
30+
31+
32+
### Miscellaneous Tasks
33+
34+
- *(build)* Compile protobufs with protox ([#2122](https://github.com/atuinsh/atuin/issues/2122))
35+
- *(ci)* Do not run current ci for ui ([#2189](https://github.com/atuinsh/atuin/issues/2189))
36+
- *(deps-dev)* Bump @tauri-apps/cli in /ui ([#2135](https://github.com/atuinsh/atuin/issues/2135))
37+
- *(deps-dev)* Bump vite from 5.2.13 to 5.3.1 in /ui ([#2150](https://github.com/atuinsh/atuin/issues/2150))
38+
- *(nix)* De-couple atuin nix build from nixpkgs rustc version ([#2123](https://github.com/atuinsh/atuin/issues/2123))
39+
- Add installer e2e tests ([#2110](https://github.com/atuinsh/atuin/issues/2110))
40+
- Remove unnecessary proto import ([#2120](https://github.com/atuinsh/atuin/issues/2120))
41+
- Update to rust 1.78
42+
- Add audit config, ignore RUSTSEC-2023-0071 ([#2126](https://github.com/atuinsh/atuin/issues/2126))
43+
- Setup dependabot for the ui ([#2128](https://github.com/atuinsh/atuin/issues/2128))
44+
- Cargo and pnpm update ([#2127](https://github.com/atuinsh/atuin/issues/2127))
45+
- Update to rust 1.79 ([#2138](https://github.com/atuinsh/atuin/issues/2138))
46+
- Update to cargo-dist 0.16, enable attestations ([#2156](https://github.com/atuinsh/atuin/issues/2156))
47+
48+
549
## [18.3.0] - 2024-06-10
650

751
### Bug Fixes

Diff for: CONTRIBUTORS

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Joe Ardent <[email protected]>
8484
Johannes Baiter <[email protected]>
8585
Josef Friedrich <[email protected]>
8686
87+
Justin Su <[email protected]>
8788
János Illés <[email protected]>
8889
Kjetil Jørgensen <[email protected]>
8990
Klas Mellbourn <[email protected]>
@@ -151,6 +152,7 @@ Qiming Xu <[email protected]>
151152
152153
153154
Remmy Cat Stock <[email protected]>
155+
Remo Senekowitsch <[email protected]>
154156
Richard de Boer <[email protected]>
155157
Richard Jones <[email protected]>
156158
Richard Turner <[email protected]>

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ resolver = "2"
55
exclude = ["ui/backend"]
66

77
[workspace.package]
8-
version = "18.3.0"
9-
authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"]
10-
rust-version = "1.77"
8+
version = "18.4.0-beta.1"
9+
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
10+
rust-version = "1.79"
1111
license = "MIT"
1212
homepage = "https://atuin.sh"
1313
repository = "https://github.com/atuinsh/atuin"

Diff for: cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ tag_pattern = "v[0-9].*"
9191
# regex for skipping tags
9292
skip_tags = "v0.1.0-beta.1"
9393
# regex for ignoring tags
94-
ignore_tags = ".*prerelease.*"
94+
ignore_tags = "prerelease|beta|alpha"
9595
# sort the tags topologically
9696
topo_order = false
9797
# sort the commits inside sections by oldest/newest order

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

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

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "atuin-daemon"
33
edition = "2021"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
description = "The daemon crate for Atuin"
66

77
authors.workspace = true
@@ -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.3.0" }
18-
atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.3.0" }
19-
atuin-history = { path = "../atuin-history", version = "0.2.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" }
18+
atuin-dotfiles = { path = "../atuin-dotfiles", version = "0.4.0" }
19+
atuin-history = { path = "../atuin-history", version = "0.3.0" }
2020

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "atuin-dotfiles"
33
description = "The dotfiles crate for Atuin"
44
edition = "2021"
5-
version = "0.3.0" # intentionally not the same as the rest
5+
version = "0.4.0" # intentionally not the same as the rest
66

77
authors.workspace = true
88
rust-version.workspace = true
@@ -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.3.0" }
18-
atuin-client = { path = "../atuin-client", version = "18.3.0" }
17+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
18+
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" }
1919

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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "atuin-history"
33
description = "The history crate for Atuin"
44
edition = "2021"
5-
version = "0.2.0"
5+
version = "0.3.0"
66

77
authors.workspace = true
88
rust-version.workspace = true
@@ -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.3.0" }
18-
atuin-common = { path = "../atuin-common", version = "18.3.0" }
17+
atuin-client = { path = "../atuin-client", version = "18.4.0-beta.1" }
18+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
1919

2020
log = { workspace = true }
2121
time = { 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.3.0" }
13+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
1414

1515
tracing = "0.1"
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.3.0" }
14-
atuin-server-database = { path = "../atuin-server-database", version = "18.3.0" }
13+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
14+
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.1" }
1515

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

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.3.0" }
15-
atuin-server-database = { path = "../atuin-server-database", version = "18.3.0" }
14+
atuin-common = { path = "../atuin-common", version = "18.4.0-beta.1" }
15+
atuin-server-database = { path = "../atuin-server-database", version = "18.4.0-beta.1" }
1616

1717
tracing = "0.1"
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 = ["cli-clipboard"]
4242
check-update = ["atuin-client/check-update"]
4343

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

5353
log = { workspace = true }
5454
env_logger = "0.11.2"

Diff for: ui/backend/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ edition = "2021"
1212
tauri-build = { version = "2.0.0-beta", features = [] }
1313

1414
[dependencies]
15-
atuin-client = { path = "../../crates/atuin-client", version = "18.3.0" }
16-
atuin-common = { path = "../../crates/atuin-common", version = "18.3.0" }
17-
atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "0.3.0" }
18-
atuin-history = { path = "../../crates/atuin-history", version = "0.2.0" }
15+
atuin-client = { path = "../../crates/atuin-client", version = "18.4.0-beta.1" }
16+
atuin-common = { path = "../../crates/atuin-common", version = "18.4.0-beta.1" }
17+
atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "0.4.0" }
18+
atuin-history = { path = "../../crates/atuin-history", version = "0.3.0" }
1919

2020
eyre = "0.6"
2121
tauri = { version = "2.0.0-beta", features = ["tray-icon"] }

0 commit comments

Comments
 (0)