Skip to content

Commit

Permalink
Release v14.0.1 (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Apr 16, 2023
1 parent d18e1b5 commit 7c07907
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 25 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 4 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
[workspace]
members = [
"atuin",
"atuin-client",
"atuin-server",
"atuin-common",
]
members = ["atuin", "atuin-client", "atuin-server", "atuin-common"]

[workspace.package]
version = "14.0.0"
version = "14.0.1"
authors = ["Ellie Huxtable <[email protected]>"]
rust-version = "1.59"
license = "MIT"
Expand Down Expand Up @@ -38,16 +33,9 @@ whoami = "1.1.2"

[workspace.dependencies.reqwest]
version = "0.11"
features = [
"json",
"rustls-tls-native-roots",
]
features = ["json", "rustls-tls-native-roots"]
default-features = false

[workspace.dependencies.sqlx]
version = "0.6"
features = [
"runtime-tokio-rustls",
"chrono",
"postgres",
]
features = ["runtime-tokio-rustls", "chrono", "postgres"]
2 changes: 1 addition & 1 deletion atuin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sync = [
]

[dependencies]
atuin-common = { path = "../atuin-common", version = "14.0.0" }
atuin-common = { path = "../atuin-common", version = "14.0.1" }

log = { workspace = true }
chrono = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion atuin-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = { workspace = true }
repository = { workspace = true }

[dependencies]
atuin-common = { path = "../atuin-common", version = "14.0.0" }
atuin-common = { path = "../atuin-common", version = "14.0.1" }

tracing = "0.1"
chrono = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions atuin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ sync = ["atuin-client/sync"]
server = ["atuin-server", "tracing-subscriber"]

[dependencies]
atuin-server = { path = "../atuin-server", version = "14.0.0", optional = true }
atuin-client = { path = "../atuin-client", version = "14.0.0", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "14.0.0" }
atuin-server = { path = "../atuin-server", version = "14.0.1", optional = true }
atuin-client = { path = "../atuin-client", version = "14.0.1", optional = true, default-features = false }
atuin-common = { path = "../atuin-common", version = "14.0.1" }

log = { workspace = true }
env_logger = "0.10.0"
Expand Down
2 changes: 2 additions & 0 deletions docs/blog/2023/04-01-release-v14/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ authors: [ellie]
tags: [release]
---

> We have since released v14.0.1 with some fixes, following a NuShell breaking change. A writeup of other included changes will be included in the next release notes!
Announcing a new release of Atuin! v14 is out now. Atuin allows you to easily search and sync your shell history across many machines. Get started [here](https://atuin.sh/docs/)

You can update your installation via your system package manager, or by downloading the latest release from the [release page](https://github.com/ellie/atuin/releases).
Expand Down

1 comment on commit 7c07907

@vercel
Copy link

@vercel vercel bot commented on 7c07907 Apr 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

atuin – ./

atuin-ellieh.vercel.app
atuin-git-main-ellieh.vercel.app
atuin.sh

Please sign in to comment.