diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-03-16 17:51:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 17:51:05 -0700 |
| commit | f906384a04904a760a7e42eb3e842fe1914f92f0 (patch) | |
| tree | cf74943320c4cf4f4aae1d5ae5d0a9d89e07b8e9 | |
| parent | chore: vendor nucleo-ext + fork, so we can depend on our changes properly (#3... (diff) | |
| parent | chore: update changelog (diff) | |
| download | atuin-f906384a04904a760a7e42eb3e842fe1914f92f0.zip | |
chore(release): prepare for release 18.13.3 (#3285)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord -->
## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing
| -rw-r--r-- | CHANGELOG.md | 13 | ||||
| -rw-r--r-- | Cargo.lock | 28 | ||||
| -rw-r--r-- | Cargo.toml | 24 | ||||
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-daemon/Cargo.toml | 8 | ||||
| -rw-r--r-- | crates/atuin-dotfiles/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-kv/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-scripts/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-server-database/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/atuin-server-postgres/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin-server-sqlite/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/atuin/Cargo.toml | 8 |
13 files changed, 60 insertions, 47 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 789b83de..927df981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,27 @@ All notable changes to this project will be documented in this file. ## [unreleased] +### Bug Fixes + +- Nushell 0.111; future Nushell 0.112 support ([#3266](https://github.com/atuinsh/atuin/issues/3266)) + + ### Features - Call atuin setup from install script ([#3265](https://github.com/atuinsh/atuin/issues/3265)) +- Allow headless account ops against Hub server ([#3280](https://github.com/atuinsh/atuin/issues/3280)) +- Add custom filtering and scoring mechanisms ### Miscellaneous Tasks +- *(ci)* Migrate to depot runners ([#3279](https://github.com/atuinsh/atuin/issues/3279)) +- *(ci)* Use depot to build docker images too ([#3281](https://github.com/atuinsh/atuin/issues/3281)) - Update changelog +- Update permissions in Docker workflow ([#3283](https://github.com/atuinsh/atuin/issues/3283)) +- Change CHANGELOG format to be easier to parse +- Symlink changelog so dist can pick it up +- Vendor nucleo-ext + fork, so we can depend on our changes properly ([#3284](https://github.com/atuinsh/atuin/issues/3284)) ## 18.13.2 @@ -217,7 +217,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atuin" -version = "18.13.2" +version = "18.13.3" dependencies = [ "arboard", "async-trait", @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "atuin-ai" -version = "18.13.2" +version = "18.13.3" dependencies = [ "async-stream", "atuin-client", @@ -304,7 +304,7 @@ dependencies = [ [[package]] name = "atuin-client" -version = "18.13.2" +version = "18.13.3" dependencies = [ "async-trait", "atuin-common", @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "atuin-common" -version = "18.13.2" +version = "18.13.3" dependencies = [ "base64", "directories", @@ -379,7 +379,7 @@ dependencies = [ [[package]] name = "atuin-daemon" -version = "18.13.2" +version = "18.13.3" dependencies = [ "atuin-client", "atuin-common", @@ -412,7 +412,7 @@ dependencies = [ [[package]] name = "atuin-dotfiles" -version = "18.13.2" +version = "18.13.3" dependencies = [ "atuin-client", "atuin-common", @@ -426,7 +426,7 @@ dependencies = [ [[package]] name = "atuin-hex" -version = "18.13.2" +version = "18.13.3" dependencies = [ "clap", "crossterm", @@ -438,7 +438,7 @@ dependencies = [ [[package]] name = "atuin-history" -version = "18.13.2" +version = "18.13.3" dependencies = [ "atuin-client", "crossterm", @@ -451,7 +451,7 @@ dependencies = [ [[package]] name = "atuin-kv" -version = "18.13.2" +version = "18.13.3" dependencies = [ "atuin-client", "atuin-common", @@ -494,7 +494,7 @@ dependencies = [ [[package]] name = "atuin-scripts" -version = "18.13.2" +version = "18.13.3" dependencies = [ "atuin-client", "atuin-common", @@ -516,7 +516,7 @@ dependencies = [ [[package]] name = "atuin-server" -version = "18.13.2" +version = "18.13.3" dependencies = [ "argon2", "atuin-common", @@ -545,7 +545,7 @@ dependencies = [ [[package]] name = "atuin-server-database" -version = "18.13.2" +version = "18.13.3" dependencies = [ "async-trait", "atuin-common", @@ -558,7 +558,7 @@ dependencies = [ [[package]] name = "atuin-server-postgres" -version = "18.13.2" +version = "18.13.3" dependencies = [ "async-trait", "atuin-common", @@ -576,7 +576,7 @@ dependencies = [ [[package]] name = "atuin-server-sqlite" -version = "18.13.2" +version = "18.13.3" dependencies = [ "async-trait", "atuin-common", @@ -5,7 +5,7 @@ resolver = "2" exclude = ["ui/backend", "crates/atuin-nucleo/matcher/fuzz"] [workspace.package] -version = "18.13.2" +version = "18.13.3" authors = ["Ellie Huxtable <ellie@atuin.sh>"] rust-version = "1.94.0" license = "MIT" @@ -15,17 +15,17 @@ readme = "README.md" [workspace.dependencies] async-trait = "0.1.58" -atuin-client = { path = "crates/atuin-client", version = "18.13.2" } -atuin-common = { path = "crates/atuin-common", version = "18.13.2" } -atuin-daemon = { path = "crates/atuin-daemon", version = "18.13.2" } -atuin-dotfiles = { path = "crates/atuin-dotfiles", version = "18.13.2" } -atuin-history = { path = "crates/atuin-history", version = "18.13.2" } -atuin-kv = { path = "crates/atuin-kv", version = "18.13.2" } -atuin-scripts = { path = "crates/atuin-scripts", version = "18.13.2" } -atuin-server = { path = "crates/atuin-server", version = "18.13.2" } -atuin-server-database = { path = "crates/atuin-server-database", version = "18.13.2" } -atuin-server-postgres = { path = "crates/atuin-server-postgres", version = "18.13.2" } -atuin-server-sqlite = { path = "crates/atuin-server-sqlite", version = "18.13.2" } +atuin-client = { path = "crates/atuin-client", version = "18.13.3" } +atuin-common = { path = "crates/atuin-common", version = "18.13.3" } +atuin-daemon = { path = "crates/atuin-daemon", version = "18.13.3" } +atuin-dotfiles = { path = "crates/atuin-dotfiles", version = "18.13.3" } +atuin-history = { path = "crates/atuin-history", version = "18.13.3" } +atuin-kv = { path = "crates/atuin-kv", version = "18.13.3" } +atuin-scripts = { path = "crates/atuin-scripts", version = "18.13.3" } +atuin-server = { path = "crates/atuin-server", version = "18.13.3" } +atuin-server-database = { path = "crates/atuin-server-database", version = "18.13.3" } +atuin-server-postgres = { path = "crates/atuin-server-postgres", version = "18.13.3" } +atuin-server-sqlite = { path = "crates/atuin-server-sqlite", version = "18.13.3" } atuin-nucleo = { path = "crates/atuin-nucleo", version = "0.6.0" } atuin-nucleo-matcher = { path = "crates/atuin-nucleo/matcher", version = "0.3.1" } base64 = "0.22" diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index c4f5679c..1e58dd8c 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -20,7 +20,7 @@ daemon = [] check-update = [] [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.2" } +atuin-common = { path = "../atuin-common", version = "18.13.3" } log = { workspace = true } base64 = { workspace = true } diff --git a/crates/atuin-daemon/Cargo.toml b/crates/atuin-daemon/Cargo.toml index dd92df8b..8f2ca9c0 100644 --- a/crates/atuin-daemon/Cargo.toml +++ b/crates/atuin-daemon/Cargo.toml @@ -14,10 +14,10 @@ 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.13.2" } -atuin-common = { path = "../atuin-common", version = "18.13.2" } -atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.2" } -atuin-history = { path = "../atuin-history", version = "18.13.2" } +atuin-client = { path = "../atuin-client", version = "18.13.3" } +atuin-common = { path = "../atuin-common", version = "18.13.3" } +atuin-dotfiles = { path = "../atuin-dotfiles", version = "18.13.3" } +atuin-history = { path = "../atuin-history", version = "18.13.3" } time = { workspace = true } uuid = { workspace = true } diff --git a/crates/atuin-dotfiles/Cargo.toml b/crates/atuin-dotfiles/Cargo.toml index 3f3ae2d0..a20c7217 100644 --- a/crates/atuin-dotfiles/Cargo.toml +++ b/crates/atuin-dotfiles/Cargo.toml @@ -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.13.2" } -atuin-client = { path = "../atuin-client", version = "18.13.2" } +atuin-common = { path = "../atuin-common", version = "18.13.3" } +atuin-client = { path = "../atuin-client", version = "18.13.3" } eyre = { workspace = true } tokio = { workspace = true } diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index 3bd3a100..2b529661 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -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.13.2" } +atuin-client = { path = "../atuin-client", version = "18.13.3" } time = { workspace = true } serde = { workspace = true } diff --git a/crates/atuin-kv/Cargo.toml b/crates/atuin-kv/Cargo.toml index d72a3343..dd359e96 100644 --- a/crates/atuin-kv/Cargo.toml +++ b/crates/atuin-kv/Cargo.toml @@ -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.13.2" } -atuin-common = { path = "../atuin-common", version = "18.13.2" } +atuin-client = { path = "../atuin-client", version = "18.13.3" } +atuin-common = { path = "../atuin-common", version = "18.13.3" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-scripts/Cargo.toml b/crates/atuin-scripts/Cargo.toml index f8294b79..753848bd 100644 --- a/crates/atuin-scripts/Cargo.toml +++ b/crates/atuin-scripts/Cargo.toml @@ -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.13.2" } -atuin-common = { path = "../atuin-common", version = "18.13.2" } +atuin-client = { path = "../atuin-client", version = "18.13.3" } +atuin-common = { path = "../atuin-common", version = "18.13.3" } tracing = { workspace = true } tracing-subscriber = { workspace = true } diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml index 61c86a49..fba5428f 100644 --- a/crates/atuin-server-database/Cargo.toml +++ b/crates/atuin-server-database/Cargo.toml @@ -10,7 +10,7 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.2" } +atuin-common = { path = "../atuin-common", version = "18.13.3" } tracing = { workspace = true } time = { workspace = true } diff --git a/crates/atuin-server-postgres/Cargo.toml b/crates/atuin-server-postgres/Cargo.toml index 35be92ac..414adb6a 100644 --- a/crates/atuin-server-postgres/Cargo.toml +++ b/crates/atuin-server-postgres/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.2" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.2" } +atuin-common = { path = "../atuin-common", version = "18.13.3" } +atuin-server-database = { path = "../atuin-server-database", version = "18.13.3" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin-server-sqlite/Cargo.toml b/crates/atuin-server-sqlite/Cargo.toml index a0776746..1a719f5f 100644 --- a/crates/atuin-server-sqlite/Cargo.toml +++ b/crates/atuin-server-sqlite/Cargo.toml @@ -10,8 +10,8 @@ homepage = { workspace = true } repository = { workspace = true } [dependencies] -atuin-common = { path = "../atuin-common", version = "18.13.2" } -atuin-server-database = { path = "../atuin-server-database", version = "18.13.2" } +atuin-common = { path = "../atuin-common", version = "18.13.3" } +atuin-server-database = { path = "../atuin-server-database", version = "18.13.3" } eyre = { workspace = true } tracing = { workspace = true } diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 6f06c648..b7950faa 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -43,13 +43,13 @@ clipboard = ["arboard"] check-update = ["atuin-client/check-update"] [dependencies] -atuin-ai = { path = "../atuin-ai", version = "18.13.2", optional = true, default-features = false } -atuin-client = { path = "../atuin-client", version = "18.13.2", optional = true, default-features = false } +atuin-ai = { path = "../atuin-ai", version = "18.13.3", optional = true, default-features = false } +atuin-client = { path = "../atuin-client", version = "18.13.3", optional = true, default-features = false } atuin-common = { workspace = true } atuin-dotfiles = { workspace = true } atuin-history = { workspace = true } -atuin-daemon = { path = "../atuin-daemon", version = "18.13.2", optional = true, default-features = false } -atuin-hex = { path = "../atuin-hex", version = "18.13.2", optional = true, default-features = false } +atuin-daemon = { path = "../atuin-daemon", version = "18.13.3", optional = true, default-features = false } +atuin-hex = { path = "../atuin-hex", version = "18.13.3", optional = true, default-features = false } atuin-scripts = { workspace = true } atuin-kv = { workspace = true } |
