Skip to content

Commit

Permalink
Prepare v0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Robzz committed Sep 22, 2022
1 parent 907f507 commit 870ad70
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 79 deletions.
41 changes: 0 additions & 41 deletions .travis.yml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# cargo-docset changelog

## Unreleased - v0.3.1

* Bugfix: update the crate version in Cargo.lock (thanks @antifuchs)
* Bugfix: attempt not to index files that only consist of a redirection.
* CI: switch to github actions
* Tests: add some basic unit tests surrounding CLI arguments parsing.
* Maintenance: update dependencies

## 7/30/2022 - v0.3.0

* Bugfix: module names are no longer suffixed by `::index`.
Expand Down
74 changes: 37 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cargo-docset"
authors = ["R.Chavignat <r.chavignat@gmail.com>"]
description = "Generates a Zeal/Dash docset for your rust package."
edition = "2021"
version = "0.3.0"
version = "0.3.1"

repository = "https://github.com/Robzz/cargo-docset"
readme = "README.md"
Expand Down

0 comments on commit 870ad70

Please sign in to comment.