Skip to content

Commit

Permalink
chore(dylo-cli): release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime authored Dec 5, 2024
1 parent 6115afc commit 3ed4770
Show file tree
Hide file tree
Showing 5 changed files with 26 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.

8 changes: 8 additions & 0 deletions dylo-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ 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

- 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
14 changes: 14 additions & 0 deletions dylo-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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

- 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

0 comments on commit 3ed4770

Please sign in to comment.