Skip to content

Commit

Permalink
chore: Release compress-tools version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otavio committed Mar 21, 2023
1 parent bbf4440 commit b856ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

## [0.14.1] - 2023-03-21

* Add illumos compilation support [#99]
* Fix segmentation when failing to decode entry [#100]
* Wrap return value of `archive_write_data_block(3)` [#108]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compress-tools"
version = "0.14.0"
version = "0.14.1"
authors = ["Jonathas-Conceicao <jadoliveira@inf.ufpel.edu.br>"]
description = "Utility functions for compressed and archive files handling"
repository = "https://github.com/OSSystems/compress-tools-rs"
Expand Down

0 comments on commit b856ae2

Please sign in to comment.