Skip to content

Commit

Permalink
version bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mversic committed Jan 8, 2024
1 parent 5413f90 commit d7d4294
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2024-01-08

### Added

- Support default generic params in main trait
- Support bounds for main trait parameters
- Support const parameters in main trait
- Support default generic types in main trait
- Support multiple blanket impls on different trait generics
- Support for resolution of parameters not bounded by trait or self type

### Changed

- Keep original trait param identifiers

### Fixed

- Fix generation of main trait generics

## [0.5.0] - 2023-11-23

### Added
Expand All @@ -30,17 +41,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- add input validation
- add support for dispatch on unsized types
- Add input validation
- Add support for dispatch on unsized types

## [0.2.0] - 2023-09-24

### Added

- enable dispatch on where clause bounded type
- Enable dispatch on where clause bounded type

### Changed

- don't require collection of type param identifiers to be ordered
- Don't require collection of type param identifiers to be ordered

## [0.1.0] - 2023-09-23
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "disjoint_impls"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/mversic/disjoint_impls"
Expand Down

0 comments on commit d7d4294

Please sign in to comment.