Skip to content

Commit

Permalink
bump to v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Builditluc <git@builditluc.eu>
  • Loading branch information
Builditluc committed Dec 4, 2024
1 parent e882bbc commit 48bb060
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 46 deletions.
99 changes: 60 additions & 39 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 @@ -3,13 +3,13 @@ members = ["wiki-api", "wiki-api-macros"]

[package]
name = "wiki-tui"
version = "0.9.0-pre"
version = "0.9.0"
authors = ["builditluc <37375448+Builditluc@users.noreply.github.com>"]
edition = "2018"
rust-version = "1.76.0"
description = "A simple and easy to use Wikipedia Text User Interface"
readme = "README.md"
homepage = "https://builditluc.github.io/wiki-tui"
homepage = "https://wiki-tui.net"
repository = "https://github.com/builditluc/wiki-tui"
license = "MIT"
keywords = ["tui", "wikipedia"]
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased v0.9.0-pre
# v0.9.0 (Wed Dec 4 2024)

## Additions

Expand Down
5 changes: 2 additions & 3 deletions wiki-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ authors = ["builditluc <37375448+Builditluc@users.noreply.github.com>"]
edition = "2018"
description = "Backend for wiki-tui"
documentation = "https://docs.rs/wiki-api"
readme = "README.md"
homepage = "https://builditluc.github.io/wiki-tui"
homepage = "https://wiki-tui.net"
repository = "https://github.com/builditluc/wiki-tui"
license = "MIT"
keywords = ["tui", "wikipedia"]

[dependencies]
anyhow = "1.0.75"
bitflags = "2.6.0"
bitflags = { version = "2.6.0", features = ["serde"] }
ego-tree = "0.6.2"
html5ever = "0.26.0"
markup5ever_rcdom = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion wiki-api/src/languages.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
use wiki_api_macros::parse_languages;

parse_languages!("wiki-api/data/languages.json");
parse_languages!("./data/languages.json");

Check failure on line 3 in wiki-api/src/languages.rs

View workflow job for this annotation

GitHub Actions / Publishing for ubuntu-latest

proc macro panicked

0 comments on commit 48bb060

Please sign in to comment.