From 9ff46e84e2451a29b489989c98b8656d8d2cd01e Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Wed, 31 Jul 2024 09:43:28 +0200 Subject: [PATCH] release: taplo 0.13.2 --- crates/taplo/CHANGELOG.md | 2 +- crates/taplo/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/taplo/CHANGELOG.md b/crates/taplo/CHANGELOG.md index 01c069be2..640e05a1f 100644 --- a/crates/taplo/CHANGELOG.md +++ b/crates/taplo/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 0 13.2 +## 0.13.2 - Revert "Account for trailing comments in span handling (#527)" to fix sorting regression diff --git a/crates/taplo/Cargo.toml b/crates/taplo/Cargo.toml index ac86b6ee8..b44df82f0 100644 --- a/crates/taplo/Cargo.toml +++ b/crates/taplo/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "taplo" readme = false repository = "https://github.com/tamasfe/taplo" -version = "0.13.1" +version = "0.13.2" [features] default = ["serde"]