Skip to content

Commit 5b16773

Browse files
committed
chore(version): amt-macros-v0.2.1
1 parent b9380f6 commit 5b16773

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

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
@@ -25,7 +25,7 @@ readme = "README.md"
2525
# using the same versions, and to make it easier to update.
2626
[workspace.dependencies]
2727
amt-lib = { version = "0.2.1", path = "crates/amt-lib" }
28-
amt-macros = { version = "0.2.0", path = "crates/amt-macros" }
28+
amt-macros = { version = "0.2.1", path = "crates/amt-macros" }
2929
obj-builder = { version = "0.1.0", path = "crates/obj-builder" }
3030

3131
# Runtimes

crates/amt-macros/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## [amt-macros-v0.2.1](https://github.com/AMTSupport/tools/compare/6614e341eaca735cc0a58319f3166be5324df5f8..amt-macros-v0.2.1) - 2024-12-16
6+
#### <!-- 2 -->🚜 Refactor
7+
- rename of modules to allow for publishing to crates.io - ([6614e34](https://github.com/AMTSupport/tools/commit/6614e341eaca735cc0a58319f3166be5324df5f8)) - DaRacci
8+
#### <!-- 9 -->⚙️ Miscellaneous Tasks
9+
- **(deps)** Update Cargo dependencies - ([7a1bf0c](https://github.com/AMTSupport/tools/commit/7a1bf0c69b95be6c1e6618a3e6615a9dc1cfb232)) - DaRacci
10+
11+
- - -
12+
513
## [macros-v0.2.0](https://github.com/AMTSupport/tools/compare/backup-v0.1.0..macros-v0.2.0) - 2024-03-01
614
#### <!-- 0 -->⛰️ Features
715
- add chrome and edge profiles - ([48541c6](https://github.com/AMTSupport/tools/commit/48541c6980fc6d09368f596d68b874bd613841c6)) - DaRacci

crates/amt-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "amt-macros"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors.workspace = true
55
edition.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)