Skip to content

Commit

Permalink
Bump to 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobozaur committed May 2, 2024
1 parent 723b636 commit e6c1489
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 2024-05-02

### Added
- [#6](https://github.com/bobozaur/transitive/issues/6): Added generics support on the derived type.

### Changed

- Updated dependencies.
- Removed usage of `darling`.
- Improved path direction parsing.

## [0.5.0] - 2023-07-03

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transitive"
version = "0.5.0"
version = "1.0.0"
edition = "2021"
authors = ["bobozaur"]
description = "Transitive derive macros for Rust."
Expand All @@ -16,6 +16,6 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
proc-macro2 = "1.0.63"
quote = "1.0.29"
syn = "2.0.23"
proc-macro2 = "1.0.81"
quote = "1.0.36"
syn = "2.0.60"

0 comments on commit e6c1489

Please sign in to comment.