Skip to content

Commit 3b61394

Browse files
authored
Merge pull request #355 from zerosnacks/zerosnacks/bump-indicatif
chore: bump to indicatif 0.18.3 and prepare release 0.30.4
2 parents 2a32015 + ee0babd commit 3b61394

File tree

10 files changed

+863
-453
lines changed

10 files changed

+863
-453
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.30.4] - 2025-11-24
9+
10+
### Added
11+
12+
### Fixed
13+
14+
### Changed
15+
16+
- Bump `indicatif` dependency to 0.18.3
817

918
## [0.30.3] - 2025-11-16
1019

Cargo.lock

Lines changed: 28 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ui_test"
3-
version = "0.30.3"
3+
version = "0.30.4"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "A test framework for testing rustc diagnostics output"
@@ -23,7 +23,7 @@ rustfix = "0.8.1"
2323
cargo-platform = { version = "0.1.2", optional = true }
2424
comma = "1.0.0"
2525
anyhow = "1.0.6"
26-
indicatif = { version = "0.17.6", optional = true }
26+
indicatif = { version = "0.18.3", optional = true }
2727
prettydiff = { version = "0.9", default-features = false }
2828
annotate-snippets = { version = "0.11.2" }
2929
levenshtein = "1.0.5"

0 commit comments

Comments
 (0)