Skip to content

Commit

Permalink
Release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 3, 2023
1 parent 6cc58d0 commit 5049f16
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/althonos/cksfv.rs/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/althonos/cksfv.rs/compare/v0.1.3...HEAD


## [v0.1.3] - 2023-10-03

[v0.1.3]: https://github.com/althonos/cksfv.rs/compare/v0.1.2...v0.1.3

### Fixed
- Crash caused by long filenames ([#111](https://github.com/althonos/cksfv.rs/issues/111), [#119](https://github.com/althonos/cksfv.rs/pull/119), by [@stensson](https://github.com/stensson)).


## [v0.1.2] - 2022-10-03
Expand Down
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 = "cksfv"
version = "0.1.2"
version = "0.1.3"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*A 10x faster drop-in reimplementation of [cksfv](https://zakalwe.fi/~shd/foss/cksfv/)
using Rust and the [crc32fast](https://crates.io/crates/crc32fast) crate.*

[![Actions](https://img.shields.io/github/workflow/status/althonos/cksfv.rs/Test?style=flat-square&maxAge=600)](https://github.com/fastobo/fastobo-validator/actions)
[![Actions](https://img.shields.io/github/actions/workflow/status/althonos/cksfv.rs/test.yml?style=flat-square&cacheSeconds=600)](https://github.com/althonos/cksfv.rs)
[![Codecov](https://img.shields.io/codecov/c/gh/althonos/cksfv.rs/master.svg?style=flat-square&maxAge=600)](https://codecov.io/gh/althonos/cksfv.rs)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square&maxAge=2678400)](https://choosealicense.com/licenses/mit/)
[![Source](https://img.shields.io/badge/source-GitHub-303030.svg?maxAge=2678400&style=flat-square)](https://github.com/althonos/cksfv.rs)
Expand Down

0 comments on commit 5049f16

Please sign in to comment.