Skip to content

Commit b0e7a0f

Browse files
authored
chore(oxc-miette): release v2.1.3 (#19)
1 parent 4d60bf5 commit b0e7a0f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [2.2.0](https://github.com/oxc-project/oxc-miette/compare/oxc-miette-v2.1.2...oxc-miette-v2.2.0) - 2025-03-17
11+
12+
### Added
13+
14+
- report in color with env var `CI` and `FORCE_COLOR` ([#16](https://github.com/oxc-project/oxc-miette/pull/16))
15+
16+
### Other
17+
18+
- *(deps)* update marcoieni/release-plz-action digest to 4cd77ee ([#17](https://github.com/oxc-project/oxc-miette/pull/17))
119
# `miette` Release Changelog
220

321
<a name="7.2.0"></a>

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "oxc-miette"
1515
description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers."
1616
documentation = "https://docs.rs/oxc-miette"
1717
readme = "README.md"
18-
version = "2.1.2"
18+
version = "2.2.0"
1919
authors.workspace = true
2020
categories.workspace = true
2121
repository.workspace = true

0 commit comments

Comments
 (0)