Skip to content

Commit

Permalink
Bump version and add date to Changes.md for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jun 4, 2023
1 parent 5086637 commit 7e194c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "omegasort"
version = "0.1.1"
version = "0.1.2"
authors = ["Dave Rolsky <[email protected]>"]
description = "The last text sorting tool you'll ever need"
repository = "https://github.com/houseabsolute/omegasort"
Expand Down
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.2
## 0.1.2 - 2023-06-04

- Sorting is now done in parallel using [rayon](https://docs.rs/rayon/latest/rayon/). This
significantly improves sorting of large files. In my experiments, a c. 100MB file went from 12s to
Expand Down

0 comments on commit 7e194c1

Please sign in to comment.