From 1be20c6b8f1391df9a9a56fc7f38c781c2f44161 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Thu, 5 Dec 2024 07:44:58 -0800 Subject: [PATCH] chore(release): prep for 0.12.6 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1460e7..bce7282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.12.6] - 2024-12-05 + +### Bug Fixes + +- Build x86\_64 wheels for Windows ([a4d6b74](https://github.com/suo/lintrunner/commit/a4d6b7469307acae7228d95ee08a4764b1e655f2)) + ## [0.12.5] - 2024-04-09 diff --git a/Cargo.toml b/Cargo.toml index 230a82b..44dd541 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lintrunner" -version = "0.12.5" +version = "0.12.6" authors = ["Michael Suo "] edition = "2021" description = "A lint running tool and framework."