Skip to content

Commit

Permalink
Release v0.2.1 (#37)
Browse files Browse the repository at this point in the history
* Fix changelog typo

* Update changelog

* Update crate version

* Update Cargo.lock

* Update deps

* Update CHANGELOG.md
  • Loading branch information
adumbidiot authored Oct 29, 2022
1 parent 8959ebf commit dc1d9cb
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 39 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog
## [Unreleased]

## [0.2.1] - 2022-10-28
### Added
- Added `IntoWideIter` impl for `&String`
- Add `rustc-hash` feature to optionally boost compression speed

## [0.2.0] - 2022-10-20
### Added
Expand All @@ -24,7 +27,7 @@
### Fixed
- Fix issues with compressing and decompressing long, nonrepeating inputs

## [0.0.1] - 2023-01-23
## [0.1.0] - 2023-01-23
### Added
- Initial port of lz-string to Rust
- Add `compress`/`decompress` functions
Expand Down
88 changes: 51 additions & 37 deletions 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 = "lz-str"
version = "0.2.0"
version = "0.2.1"
authors = [ "adumbidiot <[email protected]>" ]
edition = "2018"
description = "A port of lz-string to Rust"
Expand Down

0 comments on commit dc1d9cb

Please sign in to comment.