Skip to content

Commit 4119392

Browse files
authored
Prepare scarb-proc-macro-server-types release 0.2.0 (#2015)
1 parent 06d877f commit 4119392

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Cargo.lock

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

utils/scarb-proc-macro-server-types/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## Unreleased
66

7-
## 0.1.0 (2024-11-13)
7+
## 0.2.0 (2025-02-25)
8+
- Respect crate scoped cairo plugins.
89

10+
## 0.1.0 (2024-11-13)
911
- Initial release.

utils/scarb-proc-macro-server-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scarb-proc-macro-server-types"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Types for interacting with an RPC server set up by the `scarb proc-macro-server` command."
55
readme = "README.md"
66
edition.workspace = true

0 commit comments

Comments
 (0)