Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcmal committed Feb 28, 2024
1 parent c25f9e9 commit d30d19f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/bbml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bbml"
version = "0.1.1"
version = "0.2.0"
description = "Renders BbML (a subset of HTML) to ratatui text"
homepage = "https://git.tardisproject.uk/tcmal/learn-tui"
documentation = "https://docs.rs/edlearn_tui"
Expand Down
2 changes: 1 addition & 1 deletion crates/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edlearn_client"
version = "0.1.1"
version = "0.2.0"
description = "A client for Edinburgh Uni's Learn API"
homepage = "https://git.tardisproject.uk/tcmal/learn-tui"
documentation = "https://docs.rs/edlearn_client"
Expand Down
2 changes: 1 addition & 1 deletion crates/tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edlearn_tui"
version = "0.1.1"
version = "0.2.0"
description = "A TUI for Edinburgh Uni's Learn"
homepage = "https://git.tardisproject.uk/tcmal/learn-tui"
documentation = "https://docs.rs/edlearn_tui"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
in {
packages.default = craneLib.buildPackage {
pname = "edlearn_tui";
version = "0.0.1";
version = "0.2.0";

src = craneLib.cleanCargoSource (craneLib.path ./.);
doCheck = false;
Expand Down

0 comments on commit d30d19f

Please sign in to comment.