Skip to content

Commit

Permalink
Bump version to '0.12.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Dec 5, 2023
1 parent b4ae2c1 commit 4fd49a8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Please make sure to add your changes to the appropriate categories:

### Fixed

- Local dependencies are no longer erroneously being detected as packages.
- n/a

### Performance

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

- n/a

## [0.12.0] - 2023-12-05

### Added

- Support for detecting methods/type-aliases in impls.
- Support for detecting dependencies from functions and methods.
- Tracing logs for graph/tree building phases (`RUST_LOG=cargo_modules=trace …`).

### Changed

- Updated dependencies:
- `thread_local` from `1.0.0` to `1.1.7`
- `clap` from `4.4.10` to `4.4.11`
- `memoffset` from `0.6.1` to `0.9.0`
- `rust-analyzer` from `0.0.187` to `0.0.188`

### Fixed

- Local dependencies are no longer erroneously being detected as packages.

## [0.11.2] - 2023-11-29

### 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.11.2"
version = "0.12.0"

[dependencies]

Expand Down

0 comments on commit 4fd49a8

Please sign in to comment.