Skip to content

Commit 92d48d4

Browse files
authored
Prepare scarb-metadata release 1.14.0 (#2014)
1 parent 53d7208 commit 92d48d4

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scarb-metadata/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
All notable changes to this project will be documented in this file.
44

55
## Unreleased
6+
7+
## 1.14.0 (2025-02-25)
68
- Add `prebuilt_allowed` field to `CompilationUnitCairoPluginMetadata`.
9+
- Add `component_dependency_id` field to `CompilationUnitCairoPluginMetadata`.
10+
- Add `is_builtin_plugin` method to `Metadata`.
711

812
## 1.13.0 (2024-10-28)
913
- Add `CompilationUnitComponentId`.

scarb-metadata/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scarb-metadata"
3-
version = "1.13.0"
3+
version = "1.14.0"
44
edition.workspace = true
55

66
authors.workspace = true

0 commit comments

Comments
 (0)