Skip to content

Commit fba6fe4

Browse files
authoredFeb 22, 2025··
chore: release
1 parent d0ec6f4 commit fba6fe4

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed
 

‎Cargo.lock

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

‎dylo-cli/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.5](https://github.com/bearcove/dylo/compare/dylo-cli-v1.0.4...dylo-cli-v1.0.5) - 2025-02-22
11+
12+
### Other
13+
14+
- rust 1.85 / edition 2024
15+
1016
## [1.0.4](https://github.com/bearcove/dylo/compare/dylo-cli-v1.0.3...dylo-cli-v1.0.4) - 2024-12-06
1117

1218
### Other

‎dylo-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dylo-cli"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
edition = "2024"
55
authors = ["Amos Wenger <amos@bearcove.net>"]
66
description = "Generate dyn-compatible traits with proc macros"

‎dylo-runtime/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.5](https://github.com/bearcove/dylo/compare/dylo-runtime-v1.0.4...dylo-runtime-v1.0.5) - 2025-02-22
11+
12+
### Other
13+
14+
- rust 1.85 / edition 2024
15+
1016
## [1.0.4](https://github.com/bearcove/dylo/compare/dylo-runtime-v1.0.3...dylo-runtime-v1.0.4) - 2024-12-06
1117

1218
### Other

‎dylo-runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dylo-runtime"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
edition = "2024"
55
authors = ["Amos Wenger <amos@bearcove.net>"]
66
description = "Dynamic library loader for con traits"

‎dylo/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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-v1.0.1...dylo-v1.0.2) - 2025-02-22
11+
12+
### Other
13+
14+
- rust 1.85 / edition 2024
15+
1016
## [1.0.1](https://github.com/bearcove/dylo/compare/dylo-v1.0.0...dylo-v1.0.1) - 2024-12-05
1117

1218
### Other

‎dylo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dylo"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2024"
55
authors = ["Amos Wenger <amos@bearcove.net>"]
66
description = "Generate dyn-compatible traits with procedural macros"

0 commit comments

Comments
 (0)
Please sign in to comment.