Skip to content

Commit

Permalink
Merge pull request #8 from bearcove/release-plz-2024-12-06T17-58-37Z
Browse files Browse the repository at this point in the history
chore: release v1.0.4
  • Loading branch information
fasterthanlime authored Dec 6, 2024
2 parents d8f3744 + 4ae6b0f commit ce95c7a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

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

## [Unreleased]

## [1.0.4](https://github.com/bearcove/dylo/compare/dylo-cli-v1.0.3...dylo-cli-v1.0.4) - 2024-12-06

### Other

- Use prettyplease rather than rustfmt
- Remove cfg(not(feature = "impl")) attributes

## [1.0.3](https://github.com/bearcove/dylo/compare/dylo-cli-v1.0.2...dylo-cli-v1.0.3) - 2024-12-06

### 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.3"
version = "1.0.4"
edition = "2021"
authors = ["Amos Wenger <[email protected]>"]
description = "Generate dyn-compatible traits with proc macros"
Expand Down
6 changes: 6 additions & 0 deletions dylo-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.4](https://github.com/bearcove/dylo/compare/dylo-runtime-v1.0.3...dylo-runtime-v1.0.4) - 2024-12-06

### Other

- Remove cfg(not(feature = "impl")) attributes

## [1.0.3](https://github.com/bearcove/dylo/compare/dylo-runtime-v1.0.2...dylo-runtime-v1.0.3) - 2024-12-06

### Other
Expand Down
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.3"
version = "1.0.4"
edition = "2021"
authors = ["Amos Wenger <[email protected]>"]
description = "Dynamic library loader for con traits"
Expand Down

0 comments on commit ce95c7a

Please sign in to comment.