Skip to content

Commit

Permalink
Release modalkit{,-ratatui}@0.0.18 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa authored Mar 9, 2024
1 parent 3c21407 commit 2445dab
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 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.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ rust-version = "1.67"

[workspace.dependencies.keybindings]
path = "crates/keybindings"
version = "0.0.1"

[workspace.dependencies.modalkit]
path = "crates/modalkit"
version = "0.0.18"

[workspace.dependencies]
bitflags = "2.4.2"
Expand Down
4 changes: 2 additions & 2 deletions crates/keybindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ project's `Cargo.toml`.

```toml
[dependencies]
modalkit = "0.0.16"
keybindings = "0.0.1"
```

## License

`modalkit` is released under the [Apache License, Version 2.0].
`keybindings` is released under the [Apache License, Version 2.0].

[Apache License, Version 2.0]: https://github.com/ulyssa/modalkit/blob/master/LICENSE
[modalkit]: https://docs.rs/modalkit/latest/modalkit/
2 changes: 1 addition & 1 deletion crates/modalkit-ratatui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modalkit-ratatui"
version = "0.0.17"
version = "0.0.18"
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/modalkit-ratatui"
description = "A library for building TUI applications that use modal editing"
keywords = ["modal", "ratatui", "tui"]
Expand Down
2 changes: 1 addition & 1 deletion crates/modalkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modalkit"
version = "0.0.17"
version = "0.0.18"
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/modalkit"
readme = "README.md"
description = "A library for building applications that use modal editing"
Expand Down

0 comments on commit 2445dab

Please sign in to comment.