Skip to content

Commit

Permalink
Merge pull request #172 from wcampbell0x2a/rel-v0.10.1
Browse files Browse the repository at this point in the history
Release v0.10.1
  • Loading branch information
wcampbell0x2a committed Feb 23, 2023
2 parents c356278 + 68b0772 commit e4c4353
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [v0.10.1] - 2023-02-22
### Added
- Add Zstd compression support
- Zstd compression support

### Fixed
- `FilesystemWriter` Debug impl now works
- `FilesystemReader::from_reader_with_offset(..)` now properly respects given offsets
- `FilesystemWriter::write_with_offset(..)` now properly respects given offsets

## [v0.10.0] - 2023-02-20
### Added
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,7 +1,7 @@
[package]
name = "backhand"
repository = "https://github.com/wcampbell0x2a/backhand"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
rust-version = "1.64.0"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit e4c4353

Please sign in to comment.