Skip to content

Commit

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

## [Unreleased]

## [0.5.0] - 2024-01-08
## [0.7.0] - 2024-01-23

### Added

- Predictable ordering of generic arguments

### Changed

- Only dispatch on assoc bounds that are present in all impls

### Fixed

- Fix inherent impls parametrization
- Fix for const parameters in inherent impls

## [0.6.0] - 2024-01-08

### Added

Expand Down
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.6.0"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/mversic/disjoint_impls"
Expand Down

0 comments on commit d3b4870

Please sign in to comment.