Skip to content

Commit

Permalink
Bump version and add Changes.md entry for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed May 20, 2023
1 parent d162722 commit 967b079
Show file tree
Hide file tree
Showing 3 changed files with 7 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.0"
version = "0.1.1"
authors = ["Dave Rolsky <[email protected]>"]
description = "The last text sorting tool you'll ever need"
repository = "https://github.com/houseabsolute/omegasort"
Expand Down
6 changes: 5 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.1.0 - 2023-05-20
## 0.1.1 - 2023-05-20

- Fixed the release orchestration so releases are only built with stable Rust.

## 0.1.0 - pulled

- I rewrote it in Rust (RIIR).
- Added the ability to preserve comments in files when sorting. Use the `--comment-prefix` option
Expand Down

0 comments on commit 967b079

Please sign in to comment.