Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
bump a version even though the feature for Declaration is incomplete

for now there are enough newly added other improvements compared to v0.1
* navi for outline
* POV for showing Declaration (but will soon be refactor)
  • Loading branch information
zjp-CN committed Mar 16, 2024
1 parent ca0d4ea commit d8517a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,10 +1,10 @@
cargo-features = ["codegen-backend"]
[package]
name = "term-rustdoc"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
autobins = false
exclude = ["**/snapshots/", "tests/", "outline-design.txt"]
exclude = ["**/snapshots/", "tests/", "outline-design.txt", "cliff.toml", "CHANGELOG.md", ".github"]
repository = "https://github.com/zjp-CN/term-rustdoc"
description = "A TUI for Rust docs."
license = "MIT"
Expand Down

0 comments on commit d8517a1

Please sign in to comment.