Skip to content

Commit

Permalink
chore(dylo-cli): release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime authored Dec 5, 2024
1 parent 1ad0539 commit c449c14
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

14 changes: 14 additions & 0 deletions dylo-cli/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-cli-v1.0.0...dylo-cli-v1.0.1) - 2024-12-05

### Other

- Remove cfg_attr(feature = 'impl', etc.) attributes
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.0"
version = "1.0.1"
edition = "2021"
authors = ["Amos Wenger <[email protected]>"]
description = "Generate dyn-compatible traits with proc macros"
Expand Down

0 comments on commit c449c14

Please sign in to comment.