Skip to content

Commit d4378b1

Browse files
chore: release
1 parent 2e94dee commit d4378b1

File tree

7 files changed

+49
-6
lines changed

7 files changed

+49
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dylo-cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.2](https://github.com/bearcove/dylo/compare/dylo-cli-v1.0.1...dylo-cli-v1.0.2) - 2024-12-05
11+
12+
### Other
13+
14+
- Yeah ok we need to expose rubicon features through dylo-runtime, a non-proc-macro crate
15+
- Don't be so chatty
16+
- Default to finding everything, not necessarily under a mods/ folder
17+
- Suffix include! items
18+
- Add dylo-runtime, keep optional deps if they're enabled by other features
19+
1020
## [1.0.1](https://github.com/bearcove/dylo/compare/dylo-cli-v1.0.0...dylo-cli-v1.0.1) - 2024-12-05
1121

1222
### Other

dylo-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dylo-cli"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2021"
55
authors = ["Amos Wenger <[email protected]>"]
66
description = "Generate dyn-compatible traits with proc macros"

dylo-runtime/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
## [1.0.1](https://github.com/bearcove/dylo/compare/dylo-runtime-v1.0.0...dylo-runtime-v1.0.1) - 2024-12-05
11+
12+
### Other
13+
14+
- Compat check
15+
- Yeah ok we need to expose rubicon features through dylo-runtime, a non-proc-macro crate
16+
- Change CON_ to DYLO_
17+
- Don't be so chatty
18+
- Default to finding everything, not necessarily under a mods/ folder

dylo-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dylo-runtime"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
authors = ["Amos Wenger <[email protected]>"]
66
description = "Dynamic library loader for con traits"

dylo/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
## [1.0.1](https://github.com/bearcove/dylo/compare/dylo-v1.0.0...dylo-v1.0.1) - 2024-12-05
11+
12+
### Other
13+
14+
- Yeah ok we need to expose rubicon features through dylo-runtime, a non-proc-macro crate
15+
- Don't be so chatty

dylo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dylo"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
authors = ["Amos Wenger <[email protected]>"]
66
description = "Generate dyn-compatible traits with procedural macros"

0 commit comments

Comments
 (0)