Skip to content

Commit

Permalink
Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Feb 5, 2021
1 parent 26c4741 commit ff85698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ All notable changes to this project will be documented in this file.
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).

## [0.4.1] - 2021-02-04
## [0.4.2] - 2021-02-04
### Added
- Added `sort_by` and `sort_by_key` (by @NieDzejkob [#10](https://github.com/appaquet/extsort-rs/pull/10))

## [0.4.0] - 2021-02-04
- Yanked

## [0.4.0] - 2020-12-23
### Added
- Support for parallel sorting of the in-memory buffer (see `ExternalSorter::with_parallel_sort`).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "extsort"
description = "External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator"
version = "0.4.1"
version = "0.4.2"
authors = ["Andre-Philippe Paquet <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit ff85698

Please sign in to comment.