Skip to content

Commit

Permalink
Merge pull request #2 from bearcove/release-plz-2024-12-05T19-58-46Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
fasterthanlime authored Dec 6, 2024
2 parents 5fa9895 + 67ec146 commit 94c8405
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions dylo-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.2](https://github.com/bearcove/dylo/compare/dylo-cli-v1.0.1...dylo-cli-v1.0.2) - 2024-12-05

### Other

- Avoid 'dylo runtime is unused' warnings
- Yeah ok we need to expose rubicon features through dylo-runtime, a non-proc-macro crate
- Don't be so chatty
- Default to finding everything, not necessarily under a mods/ folder
- Suffix include! items
- Add dylo-runtime, keep optional deps if they're enabled by other features

## [1.0.1](https://github.com/bearcove/dylo/compare/dylo-cli-v1.0.0...dylo-cli-v1.0.1) - 2024-12-05

### Other
Expand Down
2 changes: 1 addition & 1 deletion dylo-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dylo-cli"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
authors = ["Amos Wenger <[email protected]>"]
description = "Generate dyn-compatible traits with proc macros"
Expand Down
18 changes: 18 additions & 0 deletions dylo-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.1](https://github.com/bearcove/dylo/compare/dylo-runtime-v1.0.0...dylo-runtime-v1.0.1) - 2024-12-05

### Other

- Compat check
- Yeah ok we need to expose rubicon features through dylo-runtime, a non-proc-macro crate
- Change CON_ to DYLO_
- Don't be so chatty
- Default to finding everything, not necessarily under a mods/ folder
2 changes: 1 addition & 1 deletion dylo-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dylo-runtime"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Amos Wenger <[email protected]>"]
description = "Dynamic library loader for con traits"
Expand Down
15 changes: 15 additions & 0 deletions dylo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.1](https://github.com/bearcove/dylo/compare/dylo-v1.0.0...dylo-v1.0.1) - 2024-12-05

### Other

- Yeah ok we need to expose rubicon features through dylo-runtime, a non-proc-macro crate
- Don't be so chatty
2 changes: 1 addition & 1 deletion dylo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dylo"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Amos Wenger <[email protected]>"]
description = "Generate dyn-compatible traits with procedural macros"
Expand Down

0 comments on commit 94c8405

Please sign in to comment.