Skip to content

Commit

Permalink
chore(release): prep for 0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Dec 5, 2024
1 parent 3770be6 commit 1b70da0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.
## [0.12.6] - 2024-12-05
## [0.12.7] - 2024-12-05

### Bug Fixes

- Build x86\_64 wheels for Windows ([a4d6b74](https://github.com/suo/lintrunner/commit/a4d6b7469307acae7228d95ee08a4764b1e655f2))
- Fix [Clippy](https://doc.rust-lang.org/clippy/) violatoins ([05ff643](https://github.com/suo/lintrunner/commit/05ff6431bbeab7359e7b4e13e22cbb9e85c5c433))
- Fetch all commit history to fix MacOS builds ([3770be6](https://github.com/suo/lintrunner/commit/3770be65ee7b1186b83cf3873d47a439b275369d))


## [0.12.5] - 2024-04-09
Expand All @@ -25,7 +27,7 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Properly fail if --get_paths cmd fails ([53c4961](https://github.com/suo/lintrunner/commit/53c496184eac9545e83d6a2714adf0bc1457316c))
- Properly fail if --get\_paths cmd fails ([53c4961](https://github.com/suo/lintrunner/commit/53c496184eac9545e83d6a2714adf0bc1457316c))
- Dont panic when no linters are specified ([0527cf0](https://github.com/suo/lintrunner/commit/0527cf0792956a88a5fb2454688c975d0a8c8baf))
- Make --all-files work with sl ([2df4572](https://github.com/suo/lintrunner/commit/2df4572ddf1a630889a0150ac8e6bf9d63340839))

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lintrunner"
version = "0.12.6"
version = "0.12.7"
authors = ["Michael Suo <[email protected]>"]
edition = "2021"
description = "A lint running tool and framework."
Expand Down

0 comments on commit 1b70da0

Please sign in to comment.