Skip to content

Commit aa5911b

Browse files
committed
chore: release drcp-format 0.2.2
1 parent b04ac58 commit aa5911b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"pumpkin-solver": "0.2.0",
3-
"drcp-format": "0.2.1"
3+
"drcp-format": "0.2.2"
44
}

drcp-format/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2](https://github.com/ConSol-Lab/Pumpkin/compare/drcp-format-v0.2.1...drcp-format-v0.2.2) (2025-05-28)
9+
10+
11+
### Bug Fixes
12+
13+
* Use variable inline in format string ([#180](https://github.com/ConSol-Lab/Pumpkin/issues/180)) ([35d5f47](https://github.com/ConSol-Lab/Pumpkin/commit/35d5f47698d11246a21f9d112459bfcdb031a090))
14+
815
## [0.2.1](https://github.com/consol-lab/pumpkin/compare/drcp-format-v0.2.0...drcp-format-v0.2.1) (2025-04-11)
916

1017

drcp-format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "drcp-format"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Parse and write DRCP and literal definition files."
55
license.workspace = true
66
authors.workspace = true

0 commit comments

Comments
 (0)