Skip to content

Commit

Permalink
Add links to the changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe committed Apr 2, 2023
1 parent e90fd41 commit d6e9981
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions crates/liblinear-macros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

Macros for the [liblinear](https://github.com/shadeMe/liblinear-rs) Rust library.

# Changelog

Please refer to the detailed [changelog](CHANGELOG.md).

[latest version]: https://img.shields.io/crates/v/liblinear-macros.svg
[crates.io]: https://crates.io/crates/liblinear-macros
[mit]: https://img.shields.io/badge/license-MIT-blue.svg
6 changes: 5 additions & 1 deletion crates/liblinear/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ let predicted_class = model
println!("{}", predicted_class);
```

Refer to the [API docs][docs.rs] for more information.
Please refer to the [API docs][docs.rs] for more information.

# Changelog

Please refer to the detailed [changelog](CHANGELOG.md).

[latest version]: https://img.shields.io/crates/v/liblinear.svg
[crates.io]: https://crates.io/crates/liblinear
Expand Down

0 comments on commit d6e9981

Please sign in to comment.