Skip to content

Commit

Permalink
Bump version to '0.20.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Nov 27, 2024
1 parent cb21ce7 commit f400c2f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ Please make sure to add your changes to the appropriate categories:

### Added

- Added CLI flag `--version` for printing the version.
- n/a

### Changed

- Updated dependencies:
- `libc` from `0.2.164` to `0.2.166`
- `rust-analyzer` from `0.0.245` to `0.0.246`
- n/a

### Deprecated

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

- n/a

## [0.20.2] - 2024-11-27

### Added

- Added CLI flag `--version` for printing the version.

### Changed

- Updated dependencies:
- `libc` from `0.2.164` to `0.2.166`
- `rust-analyzer` from `0.0.245` to `0.0.246`

## [0.20.1] - 2024-11-20

### 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.82.0"
version = "0.20.1"
version = "0.20.2"

[dependencies]

Expand Down

0 comments on commit f400c2f

Please sign in to comment.