Skip to content

Commit

Permalink
release: 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcmal committed Feb 26, 2024
1 parent e4a0875 commit 244f918
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ Features:
- View course contents
- HTML is rendered as pretty as possible
- Download files and open them in your browser

# Version 0.1.1

Minor bump for release CI stuff
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.0"
version = "0.1.1"
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.0"
version = "0.1.1"
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
6 changes: 3 additions & 3 deletions 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.0"
version = "0.1.1"
description = "A TUI for Edinburgh Uni's Learn"
homepage = "https://git.tardisproject.uk/tcmal/learn-tui"
documentation = "https://docs.rs/edlearn_tui"
Expand All @@ -20,10 +20,10 @@ eula = false

[dependencies]
anyhow = "1.0.76"
bbml = { version = "0.1.0", path = "../bbml" }
bbml = { version = "0.1.1", path = "../bbml" }
camino = "1.1.6"
crossterm = "0.27.0"
edlearn_client = { version = "0.1.0", path = "../client" }
edlearn_client = { version = "0.1.1", path = "../client" }
log = { workspace = true }
open = "5.0.1"
ratatui = { workspace = true }
Expand Down

0 comments on commit 244f918

Please sign in to comment.