Skip to content

Commit

Permalink
release subtile v0.1.9
Browse files Browse the repository at this point in the history
- remove `safemem` dependency
- migrate to use cargo readme
- improve github code_check action
- ci: check than README.md is up-to-date
- rework TimePoint creation from_secs to fix time_point_creation test
 panic on i386
- small clippy lint fixes
- update dependencies
  • Loading branch information
gwen-lg committed Jul 12, 2024
1 parent 808ca38 commit b298389
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.8"
version = "0.1.9"
edition = "2021"
description = "A crate of utils to operate traitements on subtitles"
repository = "https://github.com/gwen-lg/subtile"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# subtile
## Current version: 0.1.8
## Current version: 0.1.9

![Maintenance](https://img.shields.io/badge/maintenance-activly--developed-brightgreen.svg)
[![crates.io](https://img.shields.io/crates/v/subtile.svg)](https://crates.io/crates/subtile)
[![docs.rs](https://docs.rs/subtile/badge.svg)](https://docs.rs/subtile/)
[![dependency status](https://deps.rs/crate/subtile/0.1.8/status.svg)](https://deps.rs/crate/subtile/0.1.8)
[![dependency status](https://deps.rs/crate/subtile/0.1.9/status.svg)](https://deps.rs/crate/subtile/0.1.9)

`subtile` is a Rust library which aims to propose a set of operations
for working on subtitles. Example: parsing from and export in different formats,
Expand Down

0 comments on commit b298389

Please sign in to comment.