Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panarch committed Oct 29, 2024
1 parent 6af2285 commit b4b72ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ default-members = ["tui", "core"]

[workspace.package]
authors = ["Taehoon Moon <taehoon.moon@outlook.com>"]
version = "0.3.2"
version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/gluesql/glues"

[workspace.dependencies]
glues-core = { path = "./core", version = "0.3.2" }
glues-core = { path = "./core", version = "0.4.0" }

[workspace.dependencies.gluesql]
version = "0.16.2"
Expand Down
2 changes: 1 addition & 1 deletion core/src/state/notebook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl NotebookState {
vec![
"[i] Insert mode".to_owned(),
"[v] Visual mode".to_owned(),
"[n] Browse".to_owned(),
"[n] Browse notes".to_owned(),
"[t] Toggle line number".to_owned(),
"[Ctrl+h] Show Vim keymap".to_owned(),
"[Esc] Quit".to_owned(),
Expand Down

0 comments on commit b4b72ab

Please sign in to comment.