Skip to content

Commit

Permalink
Bump version to '0.10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Oct 11, 2023
1 parent 6bfb0a5 commit 477c628
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
32 changes: 23 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,19 @@ Please make sure to add your changes to the appropriate categories:

### Added

- Added support for type and trait aliases.
- Added support for extracting "uses" edges for a type's field dependencies.
- n/a

### Changed

- Refactored project, giving each `generate` command its own independent implementation
- Refactored and simplified orphan detection logic
- Updated dependencies:
- `insta` from `1.33.0` to `1.34.0`
- `proc-macro2` from `1.0.67` to `1.0.69`
- `rust-analyzer` from `0.0.177` to `0.0.178`
- n/a

### Deprecated

- n/a

### Removed

- Support for `--orphans`/`--no-orphans` for `generate graph` command
- n/a

### Fixed

Expand All @@ -56,6 +50,26 @@ Please make sure to add your changes to the appropriate categories:

- n/a

## [0.10.0] - 2023-10-12

### Added

- Added support for type and trait aliases.
- Added support for extracting "uses" edges for a type's field dependencies.

### Changed

- Refactored project, giving each `generate` command its own independent implementation
- Refactored and simplified orphan detection logic
- Updated dependencies:
- `insta` from `1.33.0` to `1.34.0`
- `proc-macro2` from `1.0.67` to `1.0.69`
- `rust-analyzer` from `0.0.177` to `0.0.178`

### Removed

- Support for `--orphans`/`--no-orphans` for `generate graph` command

## [0.9.4] - 2023-10-06

### Changed
Expand Down
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "cargo-modules"
readme = "README.md"
repository = "https://github.com/regexident/cargo-modules"
rust-version = "1.68.2"
version = "0.9.4"
version = "0.10.0"

[dependencies]

Expand Down

0 comments on commit 477c628

Please sign in to comment.