Skip to content

Commit

Permalink
cargo: increment version to 0.1.6
Browse files Browse the repository at this point in the history
contain :
- various typo and small cleanup
- improve errors management
  - use dedicated errors instead of generic one with String (Ex: Parse)
  - use error "hierarchy"
- enable clippy lints : use_self, missing_const_for_fn
  • Loading branch information
gwen-lg committed May 19, 2024
1 parent d1a274b commit db953fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subtile"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
description = "A crate of utils to operate traitements on subtitles"
repository = "https://github.com/gwen-lg/subtile"
Expand Down

0 comments on commit db953fb

Please sign in to comment.