Skip to content

Commit

Permalink
bump version 1.0.5 -> 1.0.6 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinR528 committed Nov 26, 2021
1 parent 4f1787e commit 7f90788
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 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 = "cargo-sort"
version = "1.0.5"
version = "1.0.6"
authors = ["Devin R <devin.ragotzy@gmail.com>", "Andronik Ordian <write@reusable.software>"]
license = "MIT/Apache-2.0"
description = "Check if tables and items in a .toml file are lexically sorted"
Expand Down
31 changes: 31 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 1.0.6

Bug Fixes

* Fix handling of windows style line endings
* [Thanks jose-acevedoflores](https://github.com/DevinR528/cargo-sort/pull/28)

# 1.0.5

Feature

* Add colorized help output
* [Thanks QuarticCat](https://github.com/DevinR528/cargo-sort/pull/21)

# 1.0.4

Bug Fixes

* Fix trailing comma in multi-line arrays

# 1.0.3

* Simplify output of running cargo-sort
* Add `--order` flag to specify ordering of top-level tables

# 1.0.2

Overhaul

* Remove toml-parse crate in favor of toml_edit
* Changed name from cargo-sort-ck to cargo-sort

0 comments on commit 7f90788

Please sign in to comment.